2013-09-06 03:37:07 +08:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
2013-12-10 05:27:49 +08:00
|
|
|
padding-left: 10px !important;
|
2013-09-11 11:56:55 +08:00
|
|
|
padding-right: 10px !important;
|
2013-09-06 03:37:07 +08:00
|
|
|
|
2014-05-27 23:58:53 +08:00
|
|
|
#site-logo {
|
|
|
|
max-width: 122px;
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.panel {
|
2013-09-11 11:56:55 +08:00
|
|
|
margin-right: 20px;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-05-26 23:33:47 +08:00
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
.icons {
|
|
|
|
.badge-notification {
|
2014-07-26 11:06:14 +08:00
|
|
|
color: $secondary;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-05-26 23:33:47 +08:00
|
|
|
|
|
|
|
.active .icon {
|
|
|
|
&:after { margin-top: -1px; }
|
2014-08-14 18:25:48 +08:00
|
|
|
}
|
2014-08-14 18:04:09 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
button.sign-up-button {
|
|
|
|
display:none;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
}
|
|
|
|
#main-outlet {
|
|
|
|
padding-top: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Dropdowns
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-dropdown {
|
|
|
|
width: 290px;
|
|
|
|
margin-top: -1px;
|
|
|
|
|
|
|
|
// Common
|
|
|
|
|
|
|
|
.heading {
|
2014-05-06 13:50:51 +08:00
|
|
|
color: $primary;
|
2013-09-06 03:37:07 +08:00
|
|
|
font-weight: bold;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 0.857em;
|
2013-09-06 03:37:07 +08:00
|
|
|
line-height: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
// Search
|
|
|
|
|
2014-11-06 09:13:51 +08:00
|
|
|
.searching {
|
|
|
|
position: absolute;
|
|
|
|
top: 0;
|
|
|
|
right: 25px;
|
|
|
|
}
|
|
|
|
|
2013-09-06 03:37:07 +08:00
|
|
|
input[type='text'] {
|
2014-08-14 18:04:09 +08:00
|
|
|
width: 265px;
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1.143em;
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
|
|
|
|
2014-02-12 09:56:49 +08:00
|
|
|
&#user-dropdown {
|
2014-02-14 03:43:07 +08:00
|
|
|
width: 155px;
|
2014-02-12 09:56:49 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.btn {
|
|
|
|
padding: 2px 8px;
|
|
|
|
.fa {
|
|
|
|
margin-right: 5px;
|
|
|
|
}
|
|
|
|
}
|
2013-09-06 03:37:07 +08:00
|
|
|
}
|
2014-09-03 10:13:13 +08:00
|
|
|
|
|
|
|
.search-link .badge-category {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-link .topic-statuses .topic-status i {
|
2014-12-16 11:12:56 +08:00
|
|
|
font-size: 1em;
|
2014-09-03 10:13:13 +08:00
|
|
|
}
|
2014-10-18 11:27:33 +08:00
|
|
|
|
2014-11-01 03:12:25 +08:00
|
|
|
.d-dropdown#search-dropdown .heading {
|
|
|
|
padding: 0;
|
2014-11-06 09:13:51 +08:00
|
|
|
}
|