mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 17:15:32 +08:00
49 lines
782 B
SCSS
49 lines
782 B
SCSS
// --------------------------------------------------
|
|
// Discourse header
|
|
// --------------------------------------------------
|
|
|
|
.d-header {
|
|
left: 0;
|
|
padding-top: 3px;
|
|
height: 60px;
|
|
.d-icon-home {
|
|
padding:8px;
|
|
font-size: 2.1em;
|
|
}
|
|
|
|
.site-text-logo {
|
|
position: relative;
|
|
top: 10px;
|
|
}
|
|
}
|
|
|
|
@media all
|
|
and (max-width : 570px) {
|
|
.extra-info-wrapper {display: none;}
|
|
}
|
|
|
|
#main {
|
|
position: relative;
|
|
}
|
|
|
|
#main-outlet {
|
|
padding-top: 82px;
|
|
}
|
|
|
|
.search-link .blurb {
|
|
color: dark-light-choose($primary-high, $secondary-medium);
|
|
display: block;
|
|
word-wrap: break-word;
|
|
font-size: 11px;
|
|
line-height: 1.3em;
|
|
.search-highlight {
|
|
color: dark-light-choose($primary-high, $secondary-low);
|
|
}
|
|
}
|
|
|
|
header {
|
|
#site-text-logo {
|
|
line-height: 40px;
|
|
}
|
|
}
|