obscreen/data/www/scss/base/_context.scss
2024-08-13 12:15:58 +02:00

82 lines
1.1 KiB
SCSS

main {
.context-bar {
padding: 10px;
position: sticky;
top: 0;
z-index: 1000;
max-height: 80px;
border-bottom: $layoutBorder;
display: flex;
flex-direction: row;
align-items: center;
.context-menu {
flex: 1;
.inner {
display: flex;
ul.pills {
margin: 0;
}
}
}
.context-divider {
width: 1px;
height: 100%;
background: $gscale2;
margin-left: 20px;
margin-right: 20px;
}
.context-tail {
margin-right: 30px;
.btn {
margin-right: 0;
}
}
.context-tail-auth {
margin-right: 10px;
.btn {
margin-right: 0;
}
}
.context-user {
display: flex;
margin-right: 20px;
.trigger {
color: $gscaleF;
.avatar {
width: 32px;
height: 32px;
border-radius: $baseRadius;
background: $gscaleA;
margin-right: 10px;
display: flex;
flex-direction: row;
justify-content: center;
align-items: center;
text-align: center;
font-weight: bold;
font-size: 14px;
border: 1px solid $gscale4;
color: $gscale0;
}
i {
margin-top: -5px;
margin-left: 10px;
}
}
}
}
}