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