2013-09-05 14:37:07 -05:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
|
|
|
left: 0;
|
2019-01-17 10:42:03 -06:00
|
|
|
height: 4em;
|
2018-11-21 20:21:49 -06:00
|
|
|
margin-bottom: 15px;
|
2018-11-23 08:04:42 -06:00
|
|
|
#site-logo {
|
|
|
|
height: 2.57em;
|
|
|
|
}
|
2018-11-21 20:21:49 -06:00
|
|
|
#site-text-logo {
|
|
|
|
font-size: $font-up-3;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.extra-info {
|
|
|
|
// header title should not be centered if there's no tags / categories
|
|
|
|
&:not(.two-rows) {
|
|
|
|
min-height: 2.75em;
|
|
|
|
}
|
|
|
|
h1 {
|
|
|
|
margin: 0 0 0.125em 0;
|
|
|
|
}
|
2016-03-17 23:12:55 -05:00
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
|
2018-02-16 14:58:10 -06:00
|
|
|
@media all and (max-width: 570px) {
|
|
|
|
.extra-info-wrapper {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-08-05 22:31:28 -05:00
|
|
|
}
|
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
#main {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-outlet {
|
2018-07-27 15:49:28 -05:00
|
|
|
padding-top: 5.8572em;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
|
2014-09-01 02:04:40 -05:00
|
|
|
.search-link .blurb {
|
2017-10-10 15:07:46 -05:00
|
|
|
color: dark-light-choose($primary-high, $secondary-medium);
|
2014-09-01 02:04:40 -05:00
|
|
|
display: block;
|
2014-09-18 21:55:15 -05:00
|
|
|
word-wrap: break-word;
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-down-2;
|
2018-01-18 12:52:40 -06:00
|
|
|
line-height: $line-height-large;
|
2014-09-04 03:00:01 -05:00
|
|
|
.search-highlight {
|
2017-10-10 15:07:46 -05:00
|
|
|
color: dark-light-choose($primary-high, $secondary-low);
|
2014-09-04 03:00:01 -05:00
|
|
|
}
|
2014-09-01 02:04:40 -05:00
|
|
|
}
|