This commit is contained in:
zmagod 2018-03-16 16:38:59 +01:00
parent 311b2dac5a
commit a9dfcd9681
2 changed files with 5 additions and 4 deletions

View file

@ -175,11 +175,11 @@
/** Search */
.nav-search {
li.disabled {
opacity: 0.8;
opacity: .8;
.badge {
background-color: $color-emperor;
opacity: 0.8;
opacity: .8;
}
}
@ -382,6 +382,7 @@
// reset margins on small screens
@media (max-width: 1188px) {
#nav-team-switch {
margin-left: 0;
}

View file

@ -1,7 +1,7 @@
@import 'constants';
@import "mixins";
@import 'main_navigation';
@import 'buttons';
@import "main_navigation";
@import "buttons";
/** Layout **/