File tree Expand file tree Collapse file tree 1 file changed +1
-30
lines changed
Expand file tree Collapse file tree 1 file changed +1
-30
lines changed Original file line number Diff line number Diff line change 11< style >
2- /* grid layout reverse */
3- @media screen and (min-width : 992px ) {
4- [data-order-desktop-first = "true" ] { order : -1 ; }
5- [data-order-desktop-last = "true" ] { order : 2 ; }
6- }
7- @media screen and (min-width : 768px ) {
8- [data-order-tablet-first = "true" ] { order : -1 ; }
9- [data-order-tablet-last = "true" ] { order : 2 ; }
10- }
11- /* align items */
12- [data-align-items-start = "true" ] { align-items : start !important ; }
13- [data-align-items-center = "true" ] { align-items : center !important ; }
14- [data-align-items-end = "true" ] { align-items : end !important ; }
15- /* justify content */
16- [data-justify-content-start = "true" ] { justify-content : start !important ; }
17- [data-justify-content-center = "true" ] { justify-content : center !important ; }
18- [data-justify-content-end = "true" ] { justify-content : end !important ; }
19- [data-justify-content = "top" ] { justify-content : start !important ; }
20- [data-justify-content = "center" ] { justify-content : center !important ; }
21- [data-justify-content = "bottom" ] { justify-content : end !important ; }
22- /* text align */
23- [data-text-align-left = "true" ] { text-align : left !important ; }
24- [data-text-align-center = "true" ] { text-align : center !important ; }
25- [data-text-align-right = "true" ] { text-align : right !important ; }
26- /* max width */
27- [data-max-width-none = "true" ] { max-width : none !important ; }
28- /* hide section if it has no cms items */
29- [data-cms-check = "true" ]: not (: has (.w-dyn-item )) {
30- display : none;
31- }
2+
323</ style >
You can’t perform that action at this time.
0 commit comments