2013-09-05 15:37:07 -04:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
2019-01-17 11:42:03 -05:00
|
|
|
height: 4em;
|
2018-11-22 10:21:49 +08:00
|
|
|
#site-text-logo {
|
2022-10-12 15:31:59 +02:00
|
|
|
font-size: var(--font-up-3);
|
2018-11-22 10:21:49 +08:00
|
|
|
}
|
|
|
|
.extra-info {
|
|
|
|
&:not(.two-rows) {
|
2020-02-04 13:40:28 -05:00
|
|
|
.header-title {
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
2018-11-22 10:21:49 +08:00
|
|
|
}
|
2016-03-18 15:12:55 +11:00
|
|
|
}
|
2013-09-05 15:37:07 -04:00
|
|
|
}
|
|
|
|
|
2024-05-10 00:16:24 +08:00
|
|
|
@include breakpoint(mobile-extra-large) {
|
2018-02-16 15:58:10 -05:00
|
|
|
.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 17:04:40 +10:00
|
|
|
.search-link .blurb {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--secondary-medium);
|
2014-09-01 17:04:40 +10:00
|
|
|
display: block;
|
2014-09-19 12:55:15 +10:00
|
|
|
word-wrap: break-word;
|
2022-10-12 15:31:59 +02:00
|
|
|
font-size: var(--font-down-2);
|
2022-10-12 16:05:42 +02:00
|
|
|
line-height: var(--line-height-large);
|
2014-09-04 18:00:01 +10:00
|
|
|
.search-highlight {
|
2020-08-03 22:57:10 -04:00
|
|
|
color: var(--primary-high-or-secondary-low);
|
2014-09-04 18:00:01 +10:00
|
|
|
}
|
2014-09-01 17:04:40 +10:00
|
|
|
}
|