-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathoverride.scss
62 lines (54 loc) · 1.63 KB
/
override.scss
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
// Copyright © 2023 · infotexture · Jason Fox
// See the accompanying LICENSE file for applicable license
//
// 1) To alter the grey values of color scheme of the generated CSS,
// uncomment the lines below
//
// $white: #fff;
// $gray-100: #f8f9fa;
// $gray-200: #e9ecef;
// $gray-300: #dee2e6;
// $gray-400: #ced4da;
// $gray-500: #adb5bd;
// $gray-600: #6c757d;
// $gray-700: #495057;
// $gray-800: #343a40;
// $gray-900: #212529;
// $black: #000;
//
// 2) To alter the base color values of color scheme of the generated CSS,
// uncomment the lines below
//
// $blue: #0d6efd;
// $indigo: #6610f2;
// $purple: #6f42c1;
// $pink: #d63384;
// $red: #dc3545;
// $orange: #fd7e14;
// $yellow: #ffc107;
// $green: #198754;
// $teal: #20c997;
// $cyan: #0dcaf0;
//
// 3) To alter the theme color values of color scheme of the generated CSS,
// uncomment the lines below
//
// $primary: $pink;
// $secondary: $gray-600;
// $success: $green;
// $info: $cyan;
// $warning: $yellow;
// $danger: $red;
// $light: $gray-100;
// $dark: $gray-900;
//
// 4) To base the generated CSS on a Bootswatch theme, uncomment the two
// @import lines below and replace <theme> with one of the following:
//
// cerulean, cosmo, cyborg, darkly, flatly, journal, litera, lumen,
// lux, materia, minty, morph, pulse, quartz, sandstone, simplex,
// sketchy, slate, solar, spacelab, superhero, united, vapor, yeti, zephyr
//
//@import "./node_modules/bootswatch/dist/<theme>/_variables";
@import "./node_modules/bootstrap/scss/bootstrap";
//@import "./node_modules/bootswatch/dist/<theme>/_bootswatch";