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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

44 lines
774 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// --------------------------------------------------
// Discourse header
// --------------------------------------------------
.d-header {
left: 0;
height: 4em;
2018-11-23 09:04:42 -05:00
#site-logo {
height: 2.667em; // 40px with default 15px font size
2018-11-23 09:04:42 -05:00
}
#site-text-logo {
font-size: $font-up-3;
margin: 0;
}
.extra-info {
&:not(.two-rows) {
.header-title {
margin-bottom: 0;
}
}
2016-03-18 00:12:55 -04:00
}
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;
}
.search-link .blurb {
color: var(--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 {
color: var(--primary-high-or-secondary-low);
}
}