Added Menu Mixins:
Desktop vertical Desktop vertical Tablet/Phone Fullscreen Toggle Button
This commit is contained in:
@@ -1,6 +1,4 @@
|
||||
@mixin cols($columns, $gutter) {
|
||||
/* Wrapper inside Element needed
|
||||
because of gutter >* */
|
||||
|
||||
/* Positioning */
|
||||
position: relative;
|
||||
@@ -24,7 +22,9 @@
|
||||
}
|
||||
|
||||
> * {
|
||||
width: 100%;
|
||||
/* Wrapper inside Element needed
|
||||
because of gutter >* */
|
||||
max-width: 100%;
|
||||
box-sizing: border-box;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user