LANCommander/LANCommander.Launcher/Styles/_appbar.scss

43 lines
656 B
SCSS
Raw Permalink Normal View History

2024-06-03 21:14:15 -05:00
.appbar {
position: absolute;
top: 0;
left: 0;
right: 0;
z-index: 300;
background: rgba(0, 0, 0, .5);
backdrop-filter: blur(3px);
}
.appbar-profile-button {
position: relative;
overflow: hidden;
&:focus span,
&:active span {
2024-08-01 18:08:55 -05:00
position: static
}
img + span {
padding-left: 32px;
}
img {
width: 32px;
height: 32px;
position: absolute;
top: -1px;
left: -1px;
}
}
2024-06-02 21:15:12 -05:00
.appbar-draggable-titlebar {
flex-grow: 1;
height: 32px;
display: block;
& > div {
cursor: move;
height: 32px;
width: 100%;
}
}