LANCommander/LANCommander.Client/Styles/_appbar.scss
2024-06-03 21:14:15 -05:00

40 lines
No EOL
630 B
SCSS

.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 {
padding-left: 32px;
position: relative;
overflow: hidden;
span {
position: static;
padding-left: 15px;
}
img {
width: 32px;
height: 32px;
position: absolute;
top: -1px;
left: -1px;
}
}
.appbar-draggable-titlebar {
flex-grow: 1;
height: 32px;
display: block;
& > div {
cursor: move;
height: 32px;
width: 100%;
}
}