@@ -39,56 +39,7 @@ $themes: (
3939 ' style' : solid ,
4040 ' radius' : 2px ,
4141 ),
42- ' shadow' : 0 .25em .5em 0 rgba (0 , 0 , 0 , 0.14 ),
43- /// ///////////////////////////////////////////////////////
44- // You can use this section to override/change
45- // the all default settings in the options.scss API file.
46- ' classnames' : (
47- /*
48- 'panel': (
49- 'name' : 'box',
50- 'headline': 'spot'
51- ),
52- 'grid': (
53- 'offset': 'off'
54- )
55- */
56- ),
57- ' components' : (
58- /* 'tabnav': (
59- 'border-bottom': 4px
60- ),*/
61- /*
62- 'navbar': (
63- 'brand': (
64- 'img-width': 9rem
65- )
66- ),
67- 'alert': (
68- 'enabled': false
69- )
70- */
71- ),
72- ' elements' : (
73- /* 'button': (
74- 'font-weight': 500
75- )*/
76- ),
77- // You can use this section to override/change the
78- // all default variable of utilities in the
79- // Modules/Utilities/index.scss API file.
80- ' utilities' : (
81- // 'enabled': false, // this option disables all helpers (default true).
82- /*
83- 'flex-wrap': (
84- 'enabled': false
85- ),
86- 'overflow': (
87- 'prefix': 'flow-'
88- )
89- */
90- )
91- /// ///////////////////////////////////////////////////////
42+ ' shadow' : 0 .25em .5em 0 rgba (0 , 0 , 0 , 0.14 )
9243 ),
9344 //
9445 // 02. Dark Theme (beta)
@@ -122,6 +73,17 @@ $themes: (
12273 /// ///////////////////////////////////////////////////////
12374 // You can use this section to override/change
12475 // the all default settings in the options.scss API file.
76+ ' classnames' : (
77+ /*
78+ 'panel': (
79+ 'name' : 'box',
80+ 'headline': 'spot'
81+ ),
82+ 'grid': (
83+ 'offset': 'off'
84+ )
85+ */
86+ ),
12587 ' components' : (
12688 ' menu' : (
12789 ' background-color' : lighten (#222226 , 2.5% ),
@@ -150,11 +112,6 @@ $themes: (
150112 ' background-color' : #302f35
151113 )
152114 ),
153- ' table' :(
154- ' caption' : (
155- ' border-bottom' : 4px solid #474a59
156- )
157- ),
158115 ' typography' : (
159116 ' href' : (
160117 ' color' : #5580ff ,
@@ -163,6 +120,20 @@ $themes: (
163120 )
164121 )
165122 )
123+ ),
124+ // You can use this section to override/change the
125+ // all default variable of utilities in the
126+ // Modules/Utilities/index.scss API file.
127+ ' utilities' : (
128+ // 'enabled': false, // this option disables all helpers (default true).
129+ /*
130+ 'flex-wrap': (
131+ 'enabled': false
132+ ),
133+ 'overflow': (
134+ 'prefix': 'flow-'
135+ )
136+ */
166137 )
167138 /// ///////////////////////////////////////////////////////
168139 ),
0 commit comments