76 lines
1.0 KiB
SCSS
76 lines
1.0 KiB
SCSS
// --------------------------------------------------
|
|
// Discourse header
|
|
// --------------------------------------------------
|
|
|
|
.d-header {
|
|
padding-left: 10px !important;
|
|
padding-right: 10px !important;
|
|
|
|
#site-logo {
|
|
max-width: 122px;
|
|
}
|
|
|
|
.panel {
|
|
margin-right: 20px;
|
|
}
|
|
.current-username {
|
|
display: none;
|
|
a {
|
|
line-height: 40px;
|
|
}
|
|
}
|
|
|
|
.icons {
|
|
.badge-notification {
|
|
color: $secondary;
|
|
}
|
|
|
|
.active .icon {
|
|
&:after { margin-top: -1px; }
|
|
}
|
|
}
|
|
}
|
|
#main-outlet {
|
|
padding-top: 60px;
|
|
}
|
|
|
|
.unread-private-messages {
|
|
background-color: $success;
|
|
}
|
|
|
|
|
|
// Dropdowns
|
|
// --------------------------------------------------
|
|
|
|
.d-dropdown {
|
|
width: 290px;
|
|
margin-top: -1px;
|
|
|
|
// Common
|
|
|
|
.heading {
|
|
color: $primary;
|
|
font-weight: bold;
|
|
font-size: 12px;
|
|
line-height: 15px;
|
|
}
|
|
|
|
// Search
|
|
|
|
input[type='text'] {
|
|
width: 267px;
|
|
font-size: 16px;
|
|
}
|
|
|
|
&#user-dropdown {
|
|
width: 155px;
|
|
}
|
|
|
|
.btn {
|
|
padding: 2px 8px;
|
|
.fa {
|
|
margin-right: 5px;
|
|
}
|
|
}
|
|
}
|