1
1
/* *
2
- * 1. Colors
2
+ * Colors
3
3
*/
4
4
$colors : (
5
5
' red' : (
@@ -147,7 +147,7 @@ $colors: (
147
147
}
148
148
149
149
/* *
150
- * 2. Base
150
+ * Base
151
151
*/
152
152
$base-background-color : color (' gray' , ' background' ) !default ;
153
153
$base-body-gutter : 0 !default ;
@@ -206,18 +206,7 @@ $success-color-active: color('green', 'active') !default;
206
206
}
207
207
208
208
/* *
209
- * 3. Panel
210
- */
211
- $panel-background : #fff !default ;
212
- $panel-gutter : 2rem !default ;
213
-
214
- :root {
215
- --panel-background : #{$panel-background } ;
216
- --panel-gutter : #{$panel-gutter }
217
- }
218
-
219
- /* *
220
- * 4. Page
209
+ * Page
221
210
*/
222
211
$page-gutter : 2rem !default ;
223
212
@@ -226,7 +215,7 @@ $page-gutter: 2rem !default;
226
215
}
227
216
228
217
/* *
229
- * 5. Button
218
+ * Button
230
219
*/
231
220
$button-padding : 1rem !default ;
232
221
$button-font-weight : 600 !default ;
@@ -277,7 +266,7 @@ $danger-button-ghost-active-background: color('red', 'background-hover') !defaul
277
266
}
278
267
279
268
/* *
280
- * 6. Cards
269
+ * Cards
281
270
*/
282
271
$card-padding : 1.5rem !default ;
283
272
$card-background : #fff !default ;
@@ -288,7 +277,7 @@ $card-background: #fff !default;
288
277
}
289
278
290
279
/* *
291
- * 7. Form fields
280
+ * Form fields
292
281
*/
293
282
$form-field-padding : 1rem !default ;
294
283
$form-field-font-weight : 500 !default ;
@@ -301,7 +290,7 @@ $form-field-font-size: 1rem !default;
301
290
}
302
291
303
292
/* *
304
- * 8. Icons
293
+ * Icons
305
294
*/
306
295
$iconPath : ' ../icons' !default ;
307
296
$icons : (
@@ -556,7 +545,7 @@ $icons: (
556
545
}
557
546
558
547
/* *
559
- * 8. Form fields
548
+ * Form fields
560
549
*/
561
550
$form-field-padding : 1rem !default ;
562
551
$form-field-font-weight : 500 !default ;
0 commit comments