Skip to content

Commit 0f0dba5

Browse files
committed
update scss settings
1 parent a33f86a commit 0f0dba5

1 file changed

Lines changed: 42 additions & 30 deletions

File tree

scss/_settings.scss

Lines changed: 42 additions & 30 deletions
Original file line numberDiff line numberDiff line change
@@ -14,21 +14,22 @@
1414
// 9. Block List
1515
// 10. Button Group
1616
// 11. Card
17-
// 12. Extras
18-
// 13. Forms
19-
// 14. Icon
20-
// 15. Label
21-
// 16. Loader
22-
// 17. Menu Bar
23-
// 18. Modal
24-
// 19. Motion
25-
// 20. Notification
26-
// 21. Off Canvas
27-
// 22. Panel
28-
// 23. Popup
29-
// 24. Switch
30-
// 25. Tabs
31-
// 26. Title Bar
17+
// 12. Compatibility
18+
// 13. Extras
19+
// 14. Forms
20+
// 15. Icon
21+
// 16. Label
22+
// 17. Loader
23+
// 18. Menu Bar
24+
// 19. Modal
25+
// 20. Motion
26+
// 21. Notification
27+
// 22. Off Canvas
28+
// 23. Panel
29+
// 24. Popup
30+
// 25. Switch
31+
// 26. Tabs
32+
// 27. Title Bar
3233

3334
@import 'helpers/functions';
3435

@@ -42,6 +43,7 @@ $include-css: (
4243
button: true,
4344
button-group: true,
4445
card: true,
46+
compatibility: true,
4547
coloring: true,
4648
extras: true,
4749
forms: true,
@@ -277,7 +279,17 @@ $card-padding: $global-padding;
277279
$card-margin: 0.5rem;
278280
$card-divider-background: smartscale($card-background, 7%);
279281

280-
// 12. Extras
282+
// 12. Compatibility
283+
// -----------------
284+
285+
$nosupport-overlay: #000000;
286+
$nosupport-background: $alert-color;
287+
$nosupport-color: isitlight($nosupport-background);
288+
$nosupport-top: 15%;
289+
$nosupport-width: 50%;
290+
$nosupport-font: Arial, Helvetica, sans-serif !important;
291+
292+
// 13. Extras
281293
// ----------
282294

283295
$closebutton-position: (top right);
@@ -288,7 +300,7 @@ $closebutton-color-hover: #333;
288300
$thumbnail-padding: 0.5rem;
289301
$thumbnail-shadow: 0 3px 15px rgba(black, 0.25);
290302

291-
// 13. Forms
303+
// 14. Forms
292304
// ---------
293305

294306
$form-fontsize: 1rem;
@@ -329,7 +341,7 @@ $meter-fill-medium: #e7cf00;
329341
$meter-fill-low: $alert-color;
330342
$meter-radius: 0;
331343

332-
// 14. Icon
344+
// 15. Icon
333345
// --------
334346

335347
$icon-primary-fill: $primary-color;
@@ -344,7 +356,7 @@ $icon-sizes: (
344356
);
345357
$icon-default-size: 1rem;
346358

347-
// 15. Label
359+
// 16. Label
348360
// ---------
349361

350362
$label-fontsize: 0.8rem;
@@ -359,7 +371,7 @@ $badge-diameter: 1.5rem;
359371
$badge-background: $primary-color;
360372
$badge-color: #fff;
361373

362-
// 16. Loader
374+
// 17. Loader
363375
// ----------
364376

365377
$loader-sizes: (
@@ -370,7 +382,7 @@ $loader-sizes: (
370382
);
371383
$loader-default-size: 1rem;
372384

373-
// 17. Menu Bar
385+
// 18. Menu Bar
374386
// ------------
375387

376388
$menubar-fontsize: 1rem;
@@ -384,7 +396,7 @@ $menubar-item-padding: $global-padding;
384396
$menubar-icon-size: 25px;
385397
$menubar-icon-spacing: $menubar-item-padding;
386398

387-
// 18. Modal
399+
// 19. Modal
388400
// ---------
389401

390402
$modal-background: #fff;
@@ -401,7 +413,7 @@ $modal-sizes: (
401413
$modal-overlay-class: 'modal-overlay';
402414
$modal-overlay-background: rgba(#333, 0.7);
403415

404-
// 19. Motion
416+
// 20. Motion
405417
// ----------
406418

407419
$motion-class: (
@@ -449,7 +461,7 @@ $motion-delay-default: 0;
449461
$motion-delay-short: 300ms;
450462
$motion-delay-long: 700ms;
451463

452-
// 20. Notification
464+
// 21. Notification
453465
// ----------------
454466

455467
$notification-default-position: right top;
@@ -463,7 +475,7 @@ $notification-icon-size: 60px;
463475
$notification-icon-margin: $global-padding;
464476
$notification-icon-align: top;
465477

466-
// 21. Off Canvas
478+
// 22. Off Canvas
467479
// --------------
468480

469481
$offcanvas-size-horizontal: 250px;
@@ -475,7 +487,7 @@ $offcanvas-shadow: 3px 0 10px rgba(black, 0.25);
475487
$offcanvas-animation-speed: 0.25s;
476488
$offcanvas-frame-selector: '.grid-frame';
477489

478-
// 22. Panel
490+
// 23. Panel
479491
// ---------
480492

481493
$panel-size-horizontal: 300px;
@@ -484,7 +496,7 @@ $panel-padding: 0;
484496
$panel-background: #fff;
485497
$panel-shadow: 3px 0 10px rgba(black, 0.25);
486498

487-
// 23. Popup
499+
// 24. Popup
488500
// ---------
489501

490502
$popup-width: rem-calc(300);
@@ -493,7 +505,7 @@ $popup-border: 0;
493505
$popup-radius: 0;
494506
$popup-shadow: 0 0 10px rgba(#000, 0.25);
495507

496-
// 24. Switch
508+
// 25. Switch
497509
// ----------
498510

499511
$switch-width: rem-calc(50);
@@ -506,7 +518,7 @@ $switch-animation-speed: 0.15s;
506518
$switch-paddle-color: white;
507519
$switch-paddle-offset: 4px;
508520

509-
// 25. Tabs
521+
// 26. Tabs
510522
// --------
511523

512524
$tabstrip-background: transparent;
@@ -518,7 +530,7 @@ $tab-title-color-active: $tab-title-color;
518530
$tab-title-padding: $global-padding;
519531
$tab-content-padding: $global-padding;
520532

521-
// 26. Title Bar
533+
// 27. Title Bar
522534
// -------------
523535

524536
$titlebar-center-width: 50%;

0 commit comments

Comments
 (0)