mirror of
https://github.com/Retrospring/retrospring.git
synced 2025-01-19 04:36:03 +01:00
media queries for min and max size
This commit is contained in:
parent
0f8940435d
commit
c033f1f4b2
1 changed files with 7 additions and 1 deletions
|
@ -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 a new issue