media queries for min and max size
This commit is contained in:
parent
0f8940435d
commit
c033f1f4b2
|
@ -123,6 +123,12 @@
|
||||||
|
|
||||||
@media (max-width: $screen-xs-max) {
|
@media (max-width: $screen-xs-max) {
|
||||||
.profile--image-dropdown > .visible-xs {
|
.profile--image-dropdown > .visible-xs {
|
||||||
display: inline-block;
|
display: inline-block !important;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
@media (min-width: $screen-sm-min) {
|
||||||
|
.profile--image-dropdown > .visible-xs {
|
||||||
|
display: none !important;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue