I heard you like importants in media queries so I put an important in your media query

This commit is contained in:
Andreas N 2015-02-12 17:44:07 +01:00
parent 06d2af92ce
commit 910c1a81d6
1 changed files with 4 additions and 2 deletions

View File

@ -121,6 +121,8 @@
padding-bottom: 16px !important;
}
.profile--image-dropdown .visible-xs {
display: inline-block !important;
@media (max-width: $screen-xs-max) {
.profile--image-dropdown > .visible-xs {
display: inline-block !important;
}
}