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

47 lines
711 B
SCSS
Raw Normal View History

2013-09-05 15:37:07 -04:00
// --------------------------------------------------
// Discourse header
// --------------------------------------------------
.d-header {
#site-logo {
2015-10-20 02:02:32 -04:00
max-width: 130px;
}
// some protection for text-only site titles
.title {
2015-10-20 02:02:32 -04:00
max-width: 130px;
height: 39px;
overflow: hidden;
padding: 0;
text-overflow: clip;
2013-09-05 15:37:07 -04:00
}
2013-09-05 15:37:07 -04:00
.icons {
.badge-notification {
top: -5px;
2014-07-25 23:06:14 -04:00
color: $secondary;
2013-09-05 15:37:07 -04:00
}
.active .icon {
&:after { margin-top: -1px; }
2014-08-14 06:25:48 -04:00
}
}
button.sign-up-button {
display:none;
2013-09-05 15:37:07 -04:00
}
}
2013-09-05 15:37:07 -04:00
#main-outlet {
padding-top: 60px;
}
.search-link .badge-category {
display: none;
}
.search-link .topic-statuses .topic-status i {
font-size: 1em;
}