vendor/assets/stylesheets/components/_grid.scss in active_frontend-14.0.22 vs vendor/assets/stylesheets/components/_grid.scss in active_frontend-14.0.23
- old
+ new
@@ -85,13 +85,11 @@
@media only screen and (min-width: 960px) and (max-width: 1365px) {
@each $name, $widths in $grid-container-widths {
$width: nth($widths, 2);
@if $width {
- @if $width > 960 {
- .conatinerFixed-#{$name} { width: 960px; }
- }
+ .container-fixed-#{$name} { width: 960px; }
}
}
.hidden-desktop { display: inherit; }
.hidden-laptop { display: none; }
@@ -99,12 +97,10 @@
@media only screen and (min-width: 768px) and (max-width: 959px) {
@each $name, $widths in $grid-container-widths {
$width: nth($widths, 2);
@if $width {
- @if $width > 760 {
- .conatinerFixed-#{$name} { width: 760px; }
- }
+ .container-fixed-#{$name} { width: 760px; }
}
}
.hidden-desktop { display: inherit; }
.hidden-tablet { display: none; }