2013-09-05 14:37:07 -05:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
|
|
|
|
2014-05-27 10:58:53 -05:00
|
|
|
#site-logo {
|
2015-10-20 01:02:32 -05:00
|
|
|
max-width: 130px;
|
2014-05-27 10:58:53 -05:00
|
|
|
}
|
|
|
|
|
2015-01-01 02:54:53 -06:00
|
|
|
// some protection for text-only site titles
|
|
|
|
.title {
|
2015-10-20 01:02:32 -05:00
|
|
|
max-width: 130px;
|
2015-08-03 23:49:08 -05:00
|
|
|
height: 39px;
|
2015-01-01 02:54:53 -06:00
|
|
|
overflow: hidden;
|
|
|
|
padding: 0;
|
|
|
|
text-overflow: clip;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2014-05-26 10:33:47 -05:00
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
.icons {
|
|
|
|
.badge-notification {
|
2015-07-09 06:18:46 -05:00
|
|
|
top: -5px;
|
2014-07-25 22:06:14 -05:00
|
|
|
color: $secondary;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2014-05-26 10:33:47 -05:00
|
|
|
|
|
|
|
.active .icon {
|
|
|
|
&:after { margin-top: -1px; }
|
2014-08-14 05:25:48 -05:00
|
|
|
}
|
2014-08-14 05:04:09 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
button.sign-up-button {
|
|
|
|
display:none;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
}
|
2015-01-01 02:54:53 -06:00
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
#main-outlet {
|
|
|
|
padding-top: 60px;
|
|
|
|
}
|
|
|
|
|
2014-09-02 21:13:13 -05:00
|
|
|
.search-link .badge-category {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
.search-link .topic-statuses .topic-status i {
|
2014-12-15 21:12:56 -06:00
|
|
|
font-size: 1em;
|
2014-09-02 21:13:13 -05:00
|
|
|
}
|