SPR-950: mobile - magicmatcher additional class makes wrong padding in usertoolicons

This commit is contained in:
Silke Pisulla 2017-04-21 15:00:44 +02:00
commit de3c42a7e3

View file

@ -7,8 +7,10 @@
.nav-usertools { .nav-usertools {
&.has-bar { &.has-bar {
margin-top: @height-context-bar; @media @screen_min-md {
padding-top: .5em; margin-top: @height-context-bar;
padding-top: .5em;
}
} }