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 {
&.has-bar {
margin-top: @height-context-bar;
padding-top: .5em;
@media @screen_min-md {
margin-top: @height-context-bar;
padding-top: .5em;
}
}