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