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-23 08:04:42 -06:00
|
|
|
#site-logo {
|
2019-07-05 22:46:43 -05:00
|
|
|
height: 2.667em; // 40px with default 15px font size
|
2018-11-23 08:04:42 -06:00
|
|
|
}
|
2018-11-21 20:21:49 -06:00
|
|
|
#site-text-logo {
|
2022-10-12 08:31:59 -05:00
|
|
|
font-size: var(--font-up-3);
|
2018-11-21 20:21:49 -06:00
|
|
|
}
|
|
|
|
.extra-info {
|
|
|
|
&:not(.two-rows) {
|
2020-02-04 12:40:28 -06:00
|
|
|
.header-title {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-11-21 20:21:49 -06:00
|
|
|
}
|
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;
|
|
|
|
}
|
|
|
|
|
2014-09-01 02:04:40 -05:00
|
|
|
.search-link .blurb {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--secondary-medium);
|
2014-09-01 02:04:40 -05:00
|
|
|
display: block;
|
2014-09-18 21:55:15 -05:00
|
|
|
word-wrap: break-word;
|
2022-10-12 08:31:59 -05:00
|
|
|
font-size: var(--font-down-2);
|
2022-10-12 09:05:42 -05:00
|
|
|
line-height: var(--line-height-large);
|
2014-09-04 03:00:01 -05:00
|
|
|
.search-highlight {
|
2020-08-03 21:57:10 -05:00
|
|
|
color: var(--primary-high-or-secondary-low);
|
2014-09-04 03:00:01 -05:00
|
|
|
}
|
2014-09-01 02:04:40 -05:00
|
|
|
}
|