fixed responsive header tools before mobile (hamburgermenu) mode)
This commit is contained in:
@@ -49,9 +49,9 @@ body.toolbar-horizontal.toolbar-themes.toolbar-no-tabs{
|
||||
// }
|
||||
// }
|
||||
|
||||
@mixin col-mediaquery-min-max($i) {
|
||||
$bp: ($column_width + $column_goutiere) * $i + 1px;
|
||||
$upbp: ($column_width + $column_goutiere) * ($i + 1);
|
||||
@mixin col-mediaquery-min-max($min, $max) {
|
||||
$bp: ($column_width + $column_goutiere) * $min + 1px;
|
||||
$upbp: ($column_width + $column_goutiere) * ($max);
|
||||
@media (min-width: $bp) and (max-width: $upbp) {
|
||||
@content;
|
||||
}
|
||||
|
Reference in New Issue
Block a user