File tree 2 files changed +22
-1
lines changed
2 files changed +22
-1
lines changed Original file line number Diff line number Diff line change 23
23
*/
24
24
25
25
.md-layout {
26
- @include md-layout-gutter ($md-gutter-large );
26
+ @include md-layout-gutter ($md-gutter-xlarge );
27
+
28
+ @include md-layout-large {
29
+ @include md-layout-gutter ($md-gutter-large );
30
+ }
27
31
28
32
@include md-layout-medium {
29
33
@include md-layout-gutter ($md-gutter-medium );
62
66
63
67
@include md-layout-item ;
64
68
69
+ @include md-layout-xlarge {
70
+ @include md-layout-item (xlarge);
71
+ }
72
+
73
+ @include md-layout-large {
74
+ @include md-layout-item (large );
75
+ }
76
+
65
77
@include md-layout-medium {
66
78
@include md-layout-item (medium );
67
79
}
82
94
83
95
@include md-hide ;
84
96
97
+ @include md-layout-xlarge {
98
+ @include md-hide (xlarge);
99
+ }
100
+
101
+ @include md-layout-large {
102
+ @include md-hide (large );
103
+ }
104
+
85
105
@include md-layout-medium {
86
106
@include md-hide (medium );
87
107
}
Original file line number Diff line number Diff line change @@ -23,3 +23,4 @@ $md-gutter-xsmall: 8px;
23
23
$md-gutter-small : 16px ;
24
24
$md-gutter-medium : 24px ;
25
25
$md-gutter-large : 40px ;
26
+ $md-gutter-xlarge : 40px ;
You can’t perform that action at this time.
0 commit comments