2013-09-05 15:37:07 -04:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
|
|
|
left: 0;
|
2019-01-17 11:42:03 -05:00
|
|
|
height: 4em;
|
2018-11-23 09:04:42 -05:00
|
|
|
#site-logo {
|
2019-07-05 23:46:43 -04:00
|
|
|
height: 2.667em; // 40px with default 15px font size
|
2018-11-23 09:04:42 -05:00
|
|
|
}
|
2018-11-21 21:21:49 -05:00
|
|
|
#site-text-logo {
|
|
|
|
font-size: $font-up-3;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
.extra-info {
|
|
|
|
&:not(.two-rows) {
|
2020-02-04 13:40:28 -05:00
|
|
|
.header-title {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-11-21 21:21:49 -05:00
|
|
|
}
|
2016-03-18 00:12:55 -04:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2018-02-16 15:58:10 -05:00
|
|
|
@media all and (max-width: 570px) {
|
|
|
|
.extra-info-wrapper {
|
|
|
|
display: none;
|
|
|
|
}
|
2014-08-05 23:31:28 -04:00
|
|
|
}
|
|
|
|
|
2013-09-05 15:37:07 -04:00
|
|
|
#main {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
2014-09-01 03:04:40 -04:00
|
|
|
.search-link .blurb {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--secondary-medium);
|
2014-09-01 03:04:40 -04:00
|
|
|
display: block;
|
2014-09-18 22:55:15 -04:00
|
|
|
word-wrap: break-word;
|
2018-01-12 17:27:38 -05:00
|
|
|
font-size: $font-down-2;
|
2018-01-18 13:52:40 -05:00
|
|
|
line-height: $line-height-large;
|
2014-09-04 04:00:01 -04:00
|
|
|
.search-highlight {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-high-or-secondary-low);
|
2014-09-04 04:00:01 -04:00
|
|
|
}
|
2014-09-01 03:04:40 -04:00
|
|
|
}
|