|
@@ -74,16 +74,29 @@ size = 5px
|
|
|
height: inherit !important
|
|
height: inherit !important
|
|
|
&:not(.horizontal)
|
|
&:not(.horizontal)
|
|
|
box-orient(vertical)
|
|
box-orient(vertical)
|
|
|
- &:.horizontal
|
|
|
|
|
|
|
+ & > [data-layout=middle]
|
|
|
|
|
+ height: 50%
|
|
|
|
|
+ & > [data-layout=third]
|
|
|
|
|
+ height: 33%
|
|
|
|
|
+ & > [data-layout=quarter]
|
|
|
|
|
+ height: 25%
|
|
|
|
|
+
|
|
|
|
|
+ &.horizontal
|
|
|
box-orient(horizontal)
|
|
box-orient(horizontal)
|
|
|
- & > *
|
|
|
|
|
- box-flex(1)
|
|
|
|
|
- & > [data-layout='secondary']
|
|
|
|
|
|
|
+ & > [data-layout=middle]
|
|
|
|
|
+ width: 50%
|
|
|
|
|
+ & > [data-layout=third]
|
|
|
|
|
+ width: 33%
|
|
|
|
|
+ & > [data-layout=quarter]
|
|
|
|
|
+ width: 25%
|
|
|
|
|
+
|
|
|
|
|
+ & > [data-layout=secondary]
|
|
|
box-flex(2)
|
|
box-flex(2)
|
|
|
- & > [data-layout='primary']
|
|
|
|
|
|
|
+ & > [data-layout=primary]
|
|
|
box-flex(3)
|
|
box-flex(3)
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
+
|
|
|
/* ================================ MENU ================================ */
|
|
/* ================================ MENU ================================ */
|
|
|
[data-view-menu]
|
|
[data-view-menu]
|
|
|
&:after
|
|
&:after
|