2013-09-05 14:37:07 -05:00
|
|
|
// --------------------------------------------------
|
|
|
|
// Discourse header
|
|
|
|
// --------------------------------------------------
|
|
|
|
|
|
|
|
.d-header {
|
|
|
|
left: 0;
|
2014-01-08 11:43:37 -06:00
|
|
|
padding-top: 3px;
|
2014-06-29 09:39:31 -05:00
|
|
|
height: 60px;
|
2017-11-23 10:14:51 -06:00
|
|
|
.d-icon-home {
|
2015-08-03 23:49:08 -05:00
|
|
|
padding:8px;
|
2018-01-12 16:27:38 -06:00
|
|
|
font-size: $font-up-5;
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
2016-03-17 23:12:55 -05:00
|
|
|
|
|
|
|
.site-text-logo {
|
|
|
|
position: relative;
|
|
|
|
top: 10px;
|
|
|
|
}
|
2013-09-05 14:37:07 -05:00
|
|
|
}
|
|
|
|
|
2014-08-05 22:31:28 -05:00
|
|
|
@media all
|
|
|
|
and (max-width : 570px) {
|
|
|
|
.extra-info-wrapper {display: none;}
|
|
|
|
}
|
|
|
|
|
2013-09-05 14:37:07 -05:00
|
|
|
#main {
|
|
|
|
position: relative;
|
|
|
|
}
|
|
|
|
|
|
|
|
#main-outlet {
|
2014-03-12 22:17:18 -05:00
|
|
|
padding-top: 82px;
|
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
|
|
|
}
|
2016-03-17 23:12:55 -05:00
|
|
|
|
|
|
|
header {
|
|
|
|
#site-text-logo {
|
2018-01-17 15:26:35 -06:00
|
|
|
font-size: $font-up-3;
|
2018-01-12 16:27:38 -06:00
|
|
|
margin-top: .4em;
|
|
|
|
line-height: $line-height-medium;
|
2016-03-17 23:12:55 -05:00
|
|
|
}
|
|
|
|
}
|