discourse/app/assets/stylesheets/desktop/header.scss

51 lines
872 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// --------------------------------------------------
// Discourse header
// --------------------------------------------------
.d-header {
left: 0;
padding-top: 3px;
height: 60px;
.d-icon-home {
padding:8px;
2018-01-12 17:27:38 -05:00
font-size: $font-up-5;
2013-09-05 15:37:07 -04:00
}
2016-03-18 00:12:55 -04:00
.site-text-logo {
position: relative;
top: 10px;
}
2013-09-05 15:37:07 -04:00
}
@media all
and (max-width : 570px) {
.extra-info-wrapper {display: none;}
}
2013-09-05 15:37:07 -04:00
#main {
position: relative;
}
#main-outlet {
2014-03-12 23:17:18 -04:00
padding-top: 82px;
2013-09-05 15:37:07 -04:00
}
.search-link .blurb {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-high, $secondary-medium);
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;
line-height: $line-height-large;
.search-highlight {
2017-10-10 16:07:46 -04:00
color: dark-light-choose($primary-high, $secondary-low);
}
}
2016-03-18 00:12:55 -04:00
header {
#site-text-logo {
2018-01-17 16:26:35 -05:00
font-size: $font-up-3;
2018-01-12 17:27:38 -05:00
margin-top: .4em;
line-height: $line-height-medium;
2016-03-18 00:12:55 -04:00
}
}