ui/app/styles/layout/_extra-small.scss

9 lines
162 B
SCSS

///320
@media only screen and (max-width: map-get($breakpoints, extra-small)) {
}
// RANCHER ONLY MEDIA QUERIES
/*0-694*/
@media (max-width: $screen-xs-max) {
}