viniBaxter-desk_front 22.0.0 → 30.0.1
Sign up to get free protection for your applications and to get access to all the features.
- checksums.yaml +4 -4
- data/lib/viniBaxter/desk_front/version.rb +6 -1
- data/lib/viniBaxter/sass/desk_front.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_index.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_mixins.scss +19 -15
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/_new_nav.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_variables.scss +923 -911
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_white-content.scss +319 -291
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_nav-setup-normal.scss +139 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_nav-setup-ntf.scss +146 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/_nav-setup.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/mixins/caret-color.scss +10 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_dropdown.scss +372 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_fixed-plugin.scss +335 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_misc.scss +226 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_navbar.scss +496 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_sidebar-and-main-panel.scss +885 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_white-content.scss +69 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_alert.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_badge.scss +54 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_breadcrumb.scss +44 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_button-group.scss +163 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_buttons.scss +184 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_card.scss +287 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_carousel.scss +197 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_close.scss +40 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_code.scss +48 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_custom-forms.scss +556 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_dropdown.scss +192 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_forms.scss +364 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_grid.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_images.scss +42 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_input-group.scss +192 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_jumbotron.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_list-group.scss +153 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_media.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_mixins.scss +47 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_modal.scss +248 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_nav.scss +123 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_navbar.scss +318 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_pagination.scss +74 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_popover.scss +170 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_print.scss +141 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_progress.scss +47 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_reboot.scss +497 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_root.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_spinners.scss +56 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_tables.scss +183 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_toasts.scss +46 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_tooltip.scss +115 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_transitions.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_type.scss +149 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/_utilities.scss +18 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap-grid.scss +29 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap-reboot.scss +12 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/bootstrap.scss +43 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_alert.scss +13 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_background-variant.scss +23 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_badge.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_border-radius.scss +76 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_box-shadow.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_breakpoints.scss +123 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_buttons.scss +153 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_caret.scss +62 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_clearfix.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_deprecate.scss +10 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_float.scss +14 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_forms.scss +178 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_gradients.scss +45 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_grid-framework.scss +80 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_grid.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_hover.scss +37 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_image.scss +36 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_list-group.scss +21 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_lists.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_nav-divider.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_pagination.scss +22 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_reset-text.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_resize.scss +6 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_screen-reader.scss +34 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_size.scss +7 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_table-row.scss +39 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-emphasis.scss +17 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-hide.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_text-truncate.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_transition.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/mixins/_visibility.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_align.scss +8 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_background.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_borders.scss +75 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_clearfix.scss +3 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_display.scss +26 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_embed.scss +39 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_flex.scss +51 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_float.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_interactions.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_overflow.scss +5 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_position.scss +34 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_screenreaders.scss +11 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_shadows.scss +6 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_sizing.scss +20 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_spacing.scss +73 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_stretched-link.scss +19 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_text.scss +72 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/utilities/_visibility.scss +13 -0
- data/lib/viniBaxter/sass/desk_front/bootstrap/vendor/_rfs.scss +204 -0
- data/lib/viniBaxter/sass/desk_front/dashkit/_dashkit.scss +2 -2
- data/lib/viniBaxter/sass/desk_front/dashkit/_list-group.scss +3 -7
- data/lib/viniBaxter/sass/desk_front/dashkit/_nav.scss +16 -15
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_theme.scss +0 -52
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/utilities/_sizing.scss +2 -11
- data/lib/viniBaxter/sass/desk_front/theme-dark.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/theme.scss +1 -11
- metadata +101 -44
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_alert.scss +0 -18
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_aos.scss +0 -32
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_avatar.scss +0 -192
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_button-group.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_buttons.scss +0 -115
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_carousel.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_close.scss +0 -11
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_code.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_collapse.scss +0 -15
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_custom-forms.scss +0 -65
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_device.scss +0 -110
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_dropdown.scss +0 -106
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_fancybox.scss +0 -14
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_feather.scss +0 -1093
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_flickity.scss +0 -112
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_footer.scss +0 -10
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_forms.scss +0 -92
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_grid.scss +0 -9
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_highlight.scss +0 -8
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_icon.scss +0 -56
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_images.scss +0 -32
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_input-group.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_jumbotron.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list-group.scss +0 -22
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_list.scss +0 -27
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_media.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_modal.scss +0 -21
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_nav.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_navbar.scss +0 -377
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_pagination.scss +0 -34
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_popover.scss +0 -15
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_print.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_progress.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_reboot.scss +0 -17
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_root.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_screenshot.scss +0 -9
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_section.scss +0 -19
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_sidenav.scss +0 -28
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tables.scss +0 -23
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_tooltip.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_transitions.scss +0 -0
- data/lib/viniBaxter/sass/desk_front/landing/spa_landing/theme/_type.scss +0 -169
checksums.yaml
CHANGED
@@ -1,7 +1,7 @@
|
|
1
1
|
---
|
2
2
|
SHA256:
|
3
|
-
metadata.gz:
|
4
|
-
data.tar.gz:
|
3
|
+
metadata.gz: 44db1552c9d2fd203d5ebd59d65c6cd6bf061d54617df041ec9de0eb476c860d
|
4
|
+
data.tar.gz: 8100b747cd07a35257cf09ad53d774405fc27bffc65a853c112acc2639e0cdd5
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 11e5c0c12cf570c80b3d1dbf6753c383018a84816d2d01d76d0b563e68acece4fd54cabaa6d89bafce2b55d50ac865d7f214fc94de7539d25f49ea9c5380fd57
|
7
|
+
data.tar.gz: 2cc80685e12d050aba35edf6e5cf353898ad4fe9ecb9156d479e967d1afefe28304b1ae7da868608a2643b5b166413dcaa2e84224f6f074ed832d11aef784cbf
|
@@ -1,3 +1,6 @@
|
|
1
|
+
// bootstrap
|
2
|
+
@import './desk_front/bootstrap/bootstrap';
|
3
|
+
|
1
4
|
// administrate
|
2
5
|
@import './desk_front/administrate/index';
|
3
6
|
|
@@ -16,3 +19,5 @@
|
|
16
19
|
// .becky-template {
|
17
20
|
// font-family: $font-family-base-becky!important ;
|
18
21
|
// }
|
22
|
+
|
23
|
+
@import './desk_front/beckyBaxter/new_nav';
|
@@ -1,15 +1,19 @@
|
|
1
|
-
@import
|
2
|
-
@import
|
3
|
-
@import
|
4
|
-
@import
|
5
|
-
@import
|
6
|
-
@import
|
7
|
-
@import
|
8
|
-
@import
|
9
|
-
@import
|
10
|
-
@import
|
11
|
-
@import
|
12
|
-
@import
|
13
|
-
@import
|
14
|
-
@import
|
15
|
-
@import
|
1
|
+
@import 'mixins/alert.scss';
|
2
|
+
@import 'mixins/badges.scss';
|
3
|
+
@import 'mixins/background-variant.scss';
|
4
|
+
@import 'mixins/buttons.scss';
|
5
|
+
@import 'mixins/forms.scss';
|
6
|
+
@import 'mixins/icon.scss';
|
7
|
+
@import 'mixins/modals.scss';
|
8
|
+
@import 'mixins/popovers.scss';
|
9
|
+
@import 'mixins/page-header.scss';
|
10
|
+
@import 'mixins/vendor-prefixes.scss';
|
11
|
+
@import 'mixins/opacity.scss';
|
12
|
+
@import 'mixins/modals.scss';
|
13
|
+
@import 'mixins/inputs.scss';
|
14
|
+
@import 'mixins/dropdown.scss';
|
15
|
+
@import 'mixins/wizard.scss';
|
16
|
+
@import 'mixins/nav-setup-normal';
|
17
|
+
@import 'mixins/nav-setup-ntf';
|
18
|
+
@import 'mixins/caret-color';
|
19
|
+
@import 'mixins/nav-setup';
|
@@ -1,997 +1,1009 @@
|
|
1
|
+
// // Global settings
|
2
|
+
|
3
|
+
// $enable-caret: true !default;
|
4
|
+
// $enable-rounded: true !default;
|
5
|
+
// $enable-shadows: true !default;
|
6
|
+
// $enable-gradients: false !default;
|
7
|
+
// $enable-transitions: true !default;
|
8
|
+
// $enable-grid-classes: true !default;
|
9
|
+
// $enable-print-styles: true !default;
|
10
|
+
|
11
|
+
// // Color system
|
12
|
+
|
13
|
+
// $white: #ffffff !default;
|
14
|
+
// $gray-100: #f6f9fc !default;
|
15
|
+
// $gray-200: #e9ecef !default;
|
16
|
+
// $gray-300: #e3e3e3 !default;
|
17
|
+
// $gray-400: #ced4da !default;
|
18
|
+
// $gray-500: #adb5bd !default;
|
19
|
+
// $gray-600: #6c757d !default; // Line footer color
|
20
|
+
// $gray-700: #525f7f !default; // Line p color
|
21
|
+
// $gray-800: #32325d !default; // Line heading color
|
22
|
+
// $gray-900: #212529 !default;
|
23
|
+
// $link-disabled: #666666 !default;
|
24
|
+
// $transparent-bg: transparent !default;
|
25
|
+
// $light-bg: #f5f6fa !default;
|
26
|
+
// $dark-background: #555555 !default;
|
27
|
+
|
28
|
+
// $grays: () !default;
|
29
|
+
// $grays: map-merge(
|
30
|
+
// (
|
31
|
+
// '100': $gray-100,
|
32
|
+
// '200': $gray-200,
|
33
|
+
// '300': $gray-300,
|
34
|
+
// '400': $gray-400,
|
35
|
+
// '500': $gray-500,
|
36
|
+
// '600': $gray-600,
|
37
|
+
// '700': $gray-700,
|
38
|
+
// '800': $gray-800,
|
39
|
+
// '900': $gray-900,
|
40
|
+
// ),
|
41
|
+
// $grays
|
42
|
+
// );
|
43
|
+
|
44
|
+
// $blue: #5e72e4 !default;
|
45
|
+
// $indigo: #5603ad !default;
|
46
|
+
// $purple: #8965e0 !default;
|
47
|
+
// $pink: #f3a4b5 !default;
|
48
|
+
// $red: #f5365c !default;
|
49
|
+
// $orange: #fb6340 !default;
|
50
|
+
// $yellow: #ffd600 !default;
|
51
|
+
// $green: #2dce89 !default;
|
52
|
+
// $teal: #11cdef !default;
|
53
|
+
// $cyan: #2bffc6 !default;
|
54
|
+
|
55
|
+
// $line-height-lg: 1.625rem !default;
|
56
|
+
// $line-height-sm: 1.5 !default;
|
57
|
+
// $line-height: 1.35em !default;
|
58
|
+
|
59
|
+
// $opacity-gray-3: rgba(222, 222, 222, 0.3) !default;
|
60
|
+
// $opacity-gray-5: rgba(222, 222, 222, 0.5) !default;
|
61
|
+
// $opacity-gray-8: rgba(222, 222, 222, 0.8) !default;
|
62
|
+
|
63
|
+
// $opacity-5: rgba(255, 255, 255, 0.5) !default;
|
64
|
+
// $opacity-6: rgba(255, 255, 255, 0.6) !default;
|
65
|
+
// $opacity-8: rgba(255, 255, 255, 0.8) !default;
|
66
|
+
|
67
|
+
// $opacity-1: rgba(255, 255, 255, 0.1) !default;
|
68
|
+
// $opacity-2: rgba(255, 255, 255, 0.2) !default;
|
69
|
+
|
70
|
+
// // end beniamin
|
71
|
+
|
72
|
+
// $colors: () !default;
|
73
|
+
// $colors: map-merge(
|
74
|
+
// (
|
75
|
+
// 'blue': $blue,
|
76
|
+
// 'indigo': $indigo,
|
77
|
+
// 'purple': $purple,
|
78
|
+
// 'pink': $pink,
|
79
|
+
// 'red': $red,
|
80
|
+
// 'orange': $orange,
|
81
|
+
// 'yellow': $yellow,
|
82
|
+
// 'green': $green,
|
83
|
+
// 'teal': $teal,
|
84
|
+
// 'cyan': $cyan,
|
85
|
+
// 'white': $white,
|
86
|
+
// 'gray': $gray-600,
|
87
|
+
// 'light': $gray-400,
|
88
|
+
// 'lighter': $gray-200,
|
89
|
+
// 'gray-dark': $gray-800,
|
90
|
+
// ),
|
91
|
+
// $colors
|
92
|
+
// );
|
93
|
+
|
94
|
+
// $default-color-opacity: rgba(182, 182, 182, 0.6) !default;
|
95
|
+
// $orange-color: #f96332 !default;
|
96
|
+
|
97
|
+
// $default: #344675 !default;
|
98
|
+
// $primary: #e14eca !default;
|
99
|
+
// $secondary: #f4f5f7 !default;
|
100
|
+
// $success: #00f2c3 !default;
|
101
|
+
// $info: #1d8cf8 !default;
|
102
|
+
// $warning: #ff8d72 !default;
|
103
|
+
// $danger: #fd5d93 !default;
|
104
|
+
// $black: #222a42 !default;
|
105
|
+
|
106
|
+
// // gradient
|
107
|
+
// $default-states: #263148 !default;
|
108
|
+
// $primary-states: #ba54f5 !default;
|
109
|
+
// $success-states: #0098f0 !default;
|
110
|
+
// $info-states: #3358f4 !default;
|
111
|
+
// $warning-states: #ff6491 !default;
|
112
|
+
// $danger-states: #ec250d !default;
|
113
|
+
// $black-states: #1d253b !default;
|
114
|
+
|
115
|
+
// $background-black: #1e1e2f !default;
|
116
|
+
// $background-states-black: #1e1e24 !default;
|
117
|
+
|
118
|
+
// // opacity
|
119
|
+
// $default-opacity: rgba(182, 182, 182, 0.6) !default;
|
120
|
+
// $primary-opacity: rgba(249, 99, 50, 0.3) !default;
|
121
|
+
// $success-opacity: rgba(24, 206, 15, 0.3) !default;
|
122
|
+
// $info-opacity: rgba(44, 168, 255, 0.3) !default;
|
123
|
+
// $warning-opacity: rgba(255, 178, 54, 0.3) !default;
|
124
|
+
// $danger-opacity: rgba(255, 54, 54, 0.3) !default;
|
125
|
+
|
126
|
+
// $light-gray: #e3e3e3 !default;
|
127
|
+
// $medium-gray: #dddddd !default;
|
128
|
+
// $dark-gray: #9a9a9a !default;
|
129
|
+
// $card-stats-gray: #808080 !default;
|
130
|
+
// $active-gray: #777777 !default;
|
131
|
+
// $nav-gray: #444444 !default;
|
132
|
+
// $search-gray: #b7b7b7 !default;
|
133
|
+
// $calendar-gray: #9499a7 !default;
|
134
|
+
// $active-blue: #00bbff !default;
|
135
|
+
|
136
|
+
// $light: $gray-500 !default;
|
137
|
+
// $dark: $gray-900 !default;
|
138
|
+
// $darker: darken($gray-900, 15%) !default;
|
139
|
+
|
140
|
+
// $facebook: #3b5998 !default;
|
141
|
+
// $facebook-states: darken($facebook, 5%) !default;
|
142
|
+
// $twitter: #55acee !default;
|
143
|
+
// $twitter-states: darken($twitter, 5%) !default;
|
144
|
+
// $google-plus: #dd4b39 !default;
|
145
|
+
// $google-plus-states: darken($google-plus, 5%) !default;
|
146
|
+
// $instagram: #125688 !default;
|
147
|
+
// $instagram-states: lighten($instagram, 6%) !default;
|
148
|
+
// $linkedin: #0077b5 !default;
|
149
|
+
// $linkedin-states: darken($linkedin, 5%) !default;
|
150
|
+
// $pinterest: #cc2127 !default;
|
151
|
+
// $pinterest-states: lighten($pinterest, 6%) !default;
|
152
|
+
// $youtube: #e52d27 !default;
|
153
|
+
// $youtube-states: lighten($youtube, 6%) !default;
|
154
|
+
// $dribbble: #ea4c89 !default;
|
155
|
+
// $dribbble-states: lighten($dribbble, 6%) !default;
|
156
|
+
// $github: #333333 !default;
|
157
|
+
// $github-states: #ccc !default;
|
158
|
+
// $reddit: #ff4500 !default;
|
159
|
+
// $reddit-states: lighten($reddit, 6%) !default;
|
160
|
+
// $tumblr: #35465c !default;
|
161
|
+
// $tumblr-states: lighten($tumblr, 6%) !default;
|
162
|
+
// $behance: #1769ff !default;
|
163
|
+
// $behance-states: lighten($behance, 6%) !default;
|
164
|
+
|
165
|
+
// $theme-colors: () !default;
|
166
|
+
// $theme-colors: map-merge(
|
167
|
+
// (
|
168
|
+
// 'default': $default,
|
169
|
+
// 'primary': $primary,
|
170
|
+
// 'secondary': $secondary,
|
171
|
+
// 'success': $success,
|
172
|
+
// 'info': $info,
|
173
|
+
// 'warning': $warning,
|
174
|
+
// 'danger': $danger,
|
175
|
+
// 'white': $white,
|
176
|
+
// 'neutral': $white,
|
177
|
+
// 'dark': $dark,
|
178
|
+
// 'darker': $darker,
|
179
|
+
// ),
|
180
|
+
// $theme-colors
|
181
|
+
// );
|
182
|
+
|
183
|
+
// $brand-colors: () !default;
|
184
|
+
// $brand-colors: map-merge(
|
185
|
+
// (
|
186
|
+
// 'facebook': $facebook,
|
187
|
+
// 'twitter': $twitter,
|
188
|
+
// 'google-plus': $google-plus,
|
189
|
+
// 'instagram': $instagram,
|
190
|
+
// 'pinterest': $pinterest,
|
191
|
+
// 'youtube': $youtube,
|
192
|
+
// 'dribbble': $dribbble,
|
193
|
+
// 'github': $github,
|
194
|
+
// 'reddit': $reddit,
|
195
|
+
// 'behance': $behance,
|
196
|
+
// 'tumblr': $tumblr,
|
197
|
+
// 'linkedin': $linkedin,
|
198
|
+
// ),
|
199
|
+
// $brand-colors
|
200
|
+
// );
|
201
|
+
|
202
|
+
// /* brand Colors */
|
203
|
+
// $brand-primary: $primary !default;
|
204
|
+
// $brand-info: $info !default;
|
205
|
+
// $brand-success: $success !default;
|
206
|
+
// $brand-warning: $warning !default;
|
207
|
+
// $brand-danger: $danger !default;
|
208
|
+
// $brand-inverse: $black !default;
|
209
|
+
|
210
|
+
// $topbar-x: topbar-x !default;
|
211
|
+
// $topbar-back: topbar-back !default;
|
212
|
+
// $bottombar-x: bottombar-x !default;
|
213
|
+
// $bottombar-back: bottombar-back !default;
|
214
|
+
|
215
|
+
// // Set a specific jump point for requesting color jumps
|
216
|
+
// $theme-color-interval: 8% !default;
|
217
|
+
|
218
|
+
// // The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
|
219
|
+
// $yiq-contrasted-threshold: 200 !default;
|
220
|
+
|
221
|
+
// // Customize the light and dark text colors for use in our YIQ color contrast function.
|
222
|
+
// $yiq-text-dark: $gray-900 !default;
|
223
|
+
// $yiq-text-light: $white !default;
|
224
|
+
|
225
|
+
// // Action colors
|
226
|
+
|
227
|
+
// $star-rating-color: $gray-400 !default;
|
228
|
+
// $star-rating-color-active: $yellow !default;
|
229
|
+
|
230
|
+
// $favorite-color: $yellow !default;
|
231
|
+
// $like-color: $blue !default;
|
232
|
+
// $love-color: $red !default;
|
233
|
+
|
234
|
+
// // Body
|
235
|
+
|
236
|
+
// $body-bg: $background-black !default;
|
237
|
+
// $body-color: $gray-700 !default;
|
238
|
+
|
239
|
+
// // Sections
|
240
|
+
|
241
|
+
// $section-colors: () !default;
|
242
|
+
// $section-colors: map-merge(
|
243
|
+
// (
|
244
|
+
// 'primary': $body-bg,
|
245
|
+
// 'secondary': $secondary,
|
246
|
+
// 'light': $gray-400,
|
247
|
+
// 'dark': $dark,
|
248
|
+
// 'darker': $darker,
|
249
|
+
// ),
|
250
|
+
// $section-colors
|
251
|
+
// );
|
252
|
+
|
253
|
+
// // Links
|
254
|
+
|
255
|
+
// $link-color: $primary !default;
|
256
|
+
// $link-decoration: none !default;
|
257
|
+
// $link-hover-color: darken($link-color, 15%);
|
258
|
+
// $link-hover-decoration: none !default;
|
259
|
+
|
260
|
+
// // Grid breakpoints
|
261
|
+
|
262
|
+
// $grid-breakpoints: (
|
263
|
+
// xs: 0,
|
264
|
+
// sm: 576px,
|
265
|
+
// md: 768px,
|
266
|
+
// lg: 992px,
|
267
|
+
// xl: 1200px,
|
268
|
+
// );
|
269
|
+
|
270
|
+
// @include _assert-ascending($grid-breakpoints, '$grid-breakpoints');
|
271
|
+
// @include _assert-starts-at-zero($grid-breakpoints);
|
272
|
+
|
273
|
+
// // Grid containers
|
274
|
+
// //
|
275
|
+
// // Define the maximum width of `.container` for different screen sizes.
|
276
|
+
|
277
|
+
// // Spacing
|
278
|
+
|
279
|
+
// $spacer: 1rem !default;
|
280
|
+
// $spacers: () !default;
|
281
|
+
// $spacers: map-merge(
|
282
|
+
// (
|
283
|
+
// 0: 0,
|
284
|
+
// 1: (
|
285
|
+
// $spacer * 0.25,
|
286
|
+
// ),
|
287
|
+
// 2: (
|
288
|
+
// $spacer * 0.5,
|
289
|
+
// ),
|
290
|
+
// 3: $spacer,
|
291
|
+
// 4: (
|
292
|
+
// $spacer * 1.5,
|
293
|
+
// ),
|
294
|
+
// 5: (
|
295
|
+
// $spacer * 3,
|
296
|
+
// ),
|
297
|
+
// 'sm': (
|
298
|
+
// $spacer * 2,
|
299
|
+
// ),
|
300
|
+
// 'md': (
|
301
|
+
// $spacer * 4,
|
302
|
+
// ),
|
303
|
+
// 'lg': (
|
304
|
+
// $spacer * 6,
|
305
|
+
// ),
|
306
|
+
// 'xl': (
|
307
|
+
// $spacer * 8,
|
308
|
+
// ),
|
309
|
+
// ),
|
310
|
+
// $spacers
|
311
|
+
// );
|
312
|
+
|
313
|
+
// $padding-base-vertical: 0.5rem !default;
|
314
|
+
// $padding-base-horizontal: 0.7rem !default;
|
315
|
+
|
316
|
+
// $padding-btn-vertical: 11px !default;
|
317
|
+
// $padding-btn-horizontal: 40px !default;
|
318
|
+
|
319
|
+
// $padding-round-horizontal: 23px !default;
|
320
|
+
|
321
|
+
// $padding-lg-vertical: 15px !default;
|
322
|
+
|
323
|
+
// $padding-input-vertical: 11px !default;
|
324
|
+
// $padding-input-horizontal: 19px !default;
|
325
|
+
|
326
|
+
// $margin-lg-vertical: 30px !default;
|
327
|
+
// $margin-base-vertical: 15px !default;
|
328
|
+
|
329
|
+
// // This variable affects the `.h-*` and `.w-*` classes.
|
330
|
+
|
331
|
+
// $sizes: () !default;
|
332
|
+
// $sizes: map-merge(
|
333
|
+
// (
|
334
|
+
// 25: 25%,
|
335
|
+
// 50: 50%,
|
336
|
+
// 75: 75%,
|
337
|
+
// 100: 100%,
|
338
|
+
// ),
|
339
|
+
// $sizes
|
340
|
+
// );
|
341
|
+
|
342
|
+
// // Components
|
343
|
+
|
344
|
+
// $shape-height-xl: 1.5 !default;
|
345
|
+
// $shape-height-lg: 1.5 !default;
|
346
|
+
// $shape-height-sm: 1.5 !default;
|
347
|
+
|
348
|
+
// // border
|
349
|
+
// $none: 0 !default;
|
350
|
+
// $border-thin: 1px !default;
|
351
|
+
// $border-thick: 2px !default;
|
352
|
+
// $border-width: 0.0625rem !default;
|
353
|
+
// $border-color: $gray-200 !default;
|
354
|
+
|
355
|
+
// $border-radius: 0.25rem !default;
|
356
|
+
// $border-radius-xl: 0.875rem !default;
|
357
|
+
// $border-radius-lg: 0.4285rem !default;
|
358
|
+
// $border-radius-sm: 0.2857rem !default;
|
359
|
+
// $border-radius-xs: 0.1428rem !default;
|
360
|
+
|
361
|
+
// $margin-bottom: 10px !default;
|
362
|
+
// $border: 1px solid !default;
|
363
|
+
|
364
|
+
// $box-shadow-sm: 0 0.125rem 0.25rem rgba($black, 0.075);
|
365
|
+
// $box-shadow: 0 15px 35px rgba(50, 50, 93, 0.1), 0 5px 15px rgba(0, 0, 0, 0.07);
|
366
|
+
// $box-shadow-lg: 0 1rem 3rem rgba($black, 0.175);
|
367
|
+
|
368
|
+
// $dropdown-shadow: 1px 2px 3px 0px rgba(0, 0, 0, 0.125);
|
369
|
+
// $box-shadow-raised: 0px 10px 25px 0px rgba(0, 0, 0, 0.3);
|
370
|
+
// $box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);
|
371
|
+
|
372
|
+
// $component-active-color: $white !default;
|
373
|
+
// $component-active-bg: theme-color('primary') !default;
|
374
|
+
// $component-active-border-color: theme-color('primary') !default;
|
375
|
+
|
376
|
+
// $component-hover-color: $gray-300 !default;
|
377
|
+
// $component-hover-bg: $gray-300 !default;
|
378
|
+
// $component-hover-border-color: $gray-300 !default;
|
379
|
+
|
380
|
+
// $caret-width: 0.3em !default;
|
381
|
+
|
382
|
+
// $transition-base: all 0.15s ease !default;
|
383
|
+
// $transition-fade: opacity 0.15s linear !default;
|
384
|
+
// $transition-collapse: height 0.35s ease !default;
|
385
|
+
|
386
|
+
// $fast-transition-time: 150ms !default;
|
387
|
+
|
388
|
+
// $transition-linear: linear !default;
|
389
|
+
// $transition-bezier: cubic-bezier(0.34, 1.61, 0.7, 1) !default;
|
390
|
+
// $transition-ease: ease 0s;
|
391
|
+
|
392
|
+
// $select-coordinates: 50% -40px !default;
|
393
|
+
// $general-transition-time: 300ms !default;
|
1
394
|
|
2
|
-
//
|
3
|
-
|
4
|
-
$enable-caret: true !default;
|
5
|
-
$enable-rounded: true !default;
|
6
|
-
$enable-shadows: true !default;
|
7
|
-
$enable-gradients: false !default;
|
8
|
-
$enable-transitions: true !default;
|
9
|
-
$enable-grid-classes: true !default;
|
10
|
-
$enable-print-styles: true !default;
|
11
|
-
|
12
|
-
|
13
|
-
// Color system
|
14
|
-
|
15
|
-
$white: #ffffff !default;
|
16
|
-
$gray-100: #f6f9fc !default;
|
17
|
-
$gray-200: #e9ecef !default;
|
18
|
-
$gray-300: #e3e3e3 !default;
|
19
|
-
$gray-400: #ced4da !default;
|
20
|
-
$gray-500: #adb5bd !default;
|
21
|
-
$gray-600: #6c757d !default; // Line footer color
|
22
|
-
$gray-700: #525f7f !default; // Line p color
|
23
|
-
$gray-800: #32325d !default; // Line heading color
|
24
|
-
$gray-900: #212529 !default;
|
25
|
-
$link-disabled: #666666 !default;
|
26
|
-
$transparent-bg: transparent !default;
|
27
|
-
$light-bg: #f5f6fa !default;
|
28
|
-
$dark-background: #555555 !default;
|
29
|
-
|
30
|
-
|
31
|
-
$grays: () !default;
|
32
|
-
$grays: map-merge((
|
33
|
-
"100": $gray-100,
|
34
|
-
"200": $gray-200,
|
35
|
-
"300": $gray-300,
|
36
|
-
"400": $gray-400,
|
37
|
-
"500": $gray-500,
|
38
|
-
"600": $gray-600,
|
39
|
-
"700": $gray-700,
|
40
|
-
"800": $gray-800,
|
41
|
-
"900": $gray-900
|
42
|
-
), $grays);
|
43
|
-
|
44
|
-
$blue: #5e72e4 !default;
|
45
|
-
$indigo: #5603ad !default;
|
46
|
-
$purple: #8965e0 !default;
|
47
|
-
$pink: #f3a4b5 !default;
|
48
|
-
$red: #f5365c !default;
|
49
|
-
$orange: #fb6340 !default;
|
50
|
-
$yellow: #ffd600 !default;
|
51
|
-
$green: #2dce89 !default;
|
52
|
-
$teal: #11cdef !default;
|
53
|
-
$cyan: #2bffc6 !default;
|
54
|
-
|
55
|
-
$line-height-lg: 1.625rem !default;
|
56
|
-
$line-height-sm: 1.5 !default;
|
57
|
-
$line-height: 1.35em !default;
|
58
|
-
|
59
|
-
|
60
|
-
$opacity-gray-3: rgba(222,222,222, .3) !default;
|
61
|
-
$opacity-gray-5: rgba(222,222,222, .5) !default;
|
62
|
-
$opacity-gray-8: rgba(222,222,222, .8) !default;
|
63
|
-
|
64
|
-
|
65
|
-
$opacity-5: rgba(255,255,255, .5) !default;
|
66
|
-
$opacity-6: rgba(255,255,255, .6) !default;
|
67
|
-
$opacity-8: rgba(255,255,255, .8) !default;
|
68
|
-
|
69
|
-
|
70
|
-
|
71
|
-
$opacity-1: rgba(255,255,255, .1) !default;
|
72
|
-
$opacity-2: rgba(255,255,255, .2) !default;
|
73
|
-
|
74
|
-
|
75
|
-
// end beniamin
|
76
|
-
|
77
|
-
$colors: () !default;
|
78
|
-
$colors: map-merge((
|
79
|
-
"blue": $blue,
|
80
|
-
"indigo": $indigo,
|
81
|
-
"purple": $purple,
|
82
|
-
"pink": $pink,
|
83
|
-
"red": $red,
|
84
|
-
"orange": $orange,
|
85
|
-
"yellow": $yellow,
|
86
|
-
"green": $green,
|
87
|
-
"teal": $teal,
|
88
|
-
"cyan": $cyan,
|
89
|
-
"white": $white,
|
90
|
-
"gray": $gray-600,
|
91
|
-
"light": $gray-400,
|
92
|
-
"lighter": $gray-200,
|
93
|
-
"gray-dark": $gray-800
|
94
|
-
), $colors);
|
95
|
-
|
96
|
-
$default-color-opacity: rgba(182, 182, 182, .6) !default;
|
97
|
-
$orange-color: #f96332 !default;
|
98
|
-
|
99
|
-
$default: #344675 !default;
|
100
|
-
$primary: #e14eca !default;
|
101
|
-
$secondary: #f4f5f7 !default;
|
102
|
-
$success: #00f2c3 !default;
|
103
|
-
$info: #1d8cf8 !default;
|
104
|
-
$warning: #ff8d72 !default;
|
105
|
-
$danger: #fd5d93 !default;
|
106
|
-
$black: #222a42 !default;
|
107
|
-
|
108
|
-
|
109
|
-
// gradient
|
110
|
-
$default-states: #263148 !default;
|
111
|
-
$primary-states: #ba54f5 !default;
|
112
|
-
$success-states: #0098f0 !default;
|
113
|
-
$info-states: #3358f4 !default;
|
114
|
-
$warning-states: #ff6491 !default;
|
115
|
-
$danger-states: #ec250d !default;
|
116
|
-
$black-states: #1d253b !default;
|
117
|
-
|
118
|
-
$background-black: #1e1e2f !default;
|
119
|
-
$background-states-black: #1e1e24 !default;
|
120
|
-
|
121
|
-
// opacity
|
122
|
-
$default-opacity: rgba(182, 182, 182, .6) !default;
|
123
|
-
$primary-opacity: rgba(249, 99, 50, .3) !default;
|
124
|
-
$success-opacity: rgba(24, 206, 15, .3) !default;
|
125
|
-
$info-opacity: rgba(44, 168, 255, .3) !default;
|
126
|
-
$warning-opacity: rgba(255, 178, 54, .3) !default;
|
127
|
-
$danger-opacity: rgba(255, 54, 54, .3) !default;
|
128
|
-
|
129
|
-
$light-gray: #E3E3E3 !default;
|
130
|
-
$medium-gray: #DDDDDD !default;
|
131
|
-
$dark-gray: #9A9A9A !default;
|
132
|
-
$card-stats-gray: #808080 !default;
|
133
|
-
$active-gray: #777777 !default;
|
134
|
-
$nav-gray: #444444 !default;
|
135
|
-
$search-gray: #b7b7b7 !default;
|
136
|
-
$calendar-gray: #9499a7 !default;
|
137
|
-
$active-blue: #00bbff !default;
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
$light: $gray-500 !default;
|
142
|
-
$dark: $gray-900 !default;
|
143
|
-
$darker: darken($gray-900, 15%) !default;
|
144
|
-
|
145
|
-
$facebook: #3b5998 !default;
|
146
|
-
$facebook-states: darken($facebook, 5%) !default;
|
147
|
-
$twitter: #55acee !default;
|
148
|
-
$twitter-states: darken($twitter, 5%) !default;
|
149
|
-
$google-plus: #dd4b39 !default;
|
150
|
-
$google-plus-states: darken($google-plus, 5%) !default;
|
151
|
-
$instagram: #125688 !default;
|
152
|
-
$instagram-states: lighten($instagram, 6%) !default;
|
153
|
-
$linkedin: #0077B5 !default;
|
154
|
-
$linkedin-states: darken($linkedin, 5%) !default;
|
155
|
-
$pinterest: #cc2127 !default;
|
156
|
-
$pinterest-states: lighten($pinterest, 6%) !default;
|
157
|
-
$youtube: #e52d27 !default;
|
158
|
-
$youtube-states: lighten($youtube, 6%) !default;
|
159
|
-
$dribbble: #ea4c89 !default;
|
160
|
-
$dribbble-states: lighten($dribbble, 6%) !default;
|
161
|
-
$github: #333333 !default;
|
162
|
-
$github-states: #ccc !default;
|
163
|
-
$reddit: #ff4500 !default;
|
164
|
-
$reddit-states: lighten($reddit, 6%) !default;
|
165
|
-
$tumblr: #35465c !default;
|
166
|
-
$tumblr-states: lighten($tumblr, 6%) !default;
|
167
|
-
$behance: #1769ff !default;
|
168
|
-
$behance-states: lighten($behance, 6%) !default;
|
169
|
-
|
170
|
-
$theme-colors: () !default;
|
171
|
-
$theme-colors: map-merge((
|
172
|
-
"default": $default,
|
173
|
-
"primary": $primary,
|
174
|
-
"secondary": $secondary,
|
175
|
-
"success": $success,
|
176
|
-
"info": $info,
|
177
|
-
"warning": $warning,
|
178
|
-
"danger": $danger,
|
179
|
-
"white": $white,
|
180
|
-
"neutral": $white,
|
181
|
-
"dark": $dark,
|
182
|
-
"darker": $darker
|
183
|
-
), $theme-colors);
|
184
|
-
|
185
|
-
$brand-colors: () !default;
|
186
|
-
$brand-colors: map-merge((
|
187
|
-
"facebook": $facebook,
|
188
|
-
"twitter": $twitter,
|
189
|
-
"google-plus": $google-plus,
|
190
|
-
"instagram": $instagram,
|
191
|
-
"pinterest": $pinterest,
|
192
|
-
"youtube": $youtube,
|
193
|
-
"dribbble": $dribbble,
|
194
|
-
"github": $github,
|
195
|
-
"reddit": $reddit,
|
196
|
-
"behance": $behance,
|
197
|
-
"tumblr": $tumblr,
|
198
|
-
"linkedin": $linkedin,
|
199
|
-
), $brand-colors);
|
200
|
-
|
201
|
-
|
202
|
-
/* brand Colors */
|
203
|
-
$brand-primary: $primary !default;
|
204
|
-
$brand-info: $info !default;
|
205
|
-
$brand-success: $success !default;
|
206
|
-
$brand-warning: $warning !default;
|
207
|
-
$brand-danger: $danger !default;
|
208
|
-
$brand-inverse: $black !default;
|
209
|
-
|
210
|
-
$topbar-x: topbar-x !default;
|
211
|
-
$topbar-back: topbar-back !default;
|
212
|
-
$bottombar-x: bottombar-x !default;
|
213
|
-
$bottombar-back: bottombar-back !default;
|
214
|
-
|
215
|
-
// Set a specific jump point for requesting color jumps
|
216
|
-
$theme-color-interval: 8% !default;
|
217
|
-
|
218
|
-
// The yiq lightness value that determines when the lightness of color changes from "dark" to "light". Acceptable values are between 0 and 255.
|
219
|
-
$yiq-contrasted-threshold: 200 !default;
|
220
|
-
|
221
|
-
// Customize the light and dark text colors for use in our YIQ color contrast function.
|
222
|
-
$yiq-text-dark: $gray-900 !default;
|
223
|
-
$yiq-text-light: $white !default;
|
224
|
-
|
225
|
-
// Action colors
|
226
|
-
|
227
|
-
$star-rating-color: $gray-400 !default;
|
228
|
-
$star-rating-color-active: $yellow !default;
|
229
|
-
|
230
|
-
$favorite-color: $yellow !default;
|
231
|
-
$like-color: $blue !default;
|
232
|
-
$love-color: $red !default;
|
233
|
-
|
234
|
-
|
235
|
-
// Body
|
236
|
-
|
237
|
-
$body-bg: $background-black !default;
|
238
|
-
$body-color: $gray-700 !default;
|
239
|
-
|
240
|
-
|
241
|
-
// Sections
|
242
|
-
|
243
|
-
$section-colors: () !default;
|
244
|
-
$section-colors: map-merge((
|
245
|
-
"primary": $body-bg,
|
246
|
-
"secondary": $secondary,
|
247
|
-
"light": $gray-400,
|
248
|
-
"dark": $dark,
|
249
|
-
"darker": $darker
|
250
|
-
), $section-colors);
|
251
|
-
|
252
|
-
// Links
|
253
|
-
|
254
|
-
$link-color: $primary !default;
|
255
|
-
$link-decoration: none !default;
|
256
|
-
$link-hover-color: darken($link-color, 15%);
|
257
|
-
$link-hover-decoration: none !default;
|
258
|
-
|
259
|
-
// Grid breakpoints
|
260
|
-
|
261
|
-
$grid-breakpoints: (
|
262
|
-
xs: 0,
|
263
|
-
sm: 576px,
|
264
|
-
md: 768px,
|
265
|
-
lg: 992px,
|
266
|
-
xl: 1200px
|
267
|
-
);
|
268
|
-
|
269
|
-
@include _assert-ascending($grid-breakpoints, "$grid-breakpoints");
|
270
|
-
@include _assert-starts-at-zero($grid-breakpoints);
|
271
|
-
|
272
|
-
|
273
|
-
// Grid containers
|
274
|
-
//
|
275
|
-
// Define the maximum width of `.container` for different screen sizes.
|
395
|
+
// // Fonts
|
276
396
|
|
397
|
+
// $font-family-base: 'Poppins', sans-serif !default;
|
398
|
+
// $font-family-alt: 'Poppins', sans-serif !default;
|
277
399
|
|
278
|
-
//
|
400
|
+
// $font-size-dash: 0.875rem !default;
|
279
401
|
|
280
|
-
$
|
281
|
-
$
|
282
|
-
$
|
283
|
-
|
284
|
-
|
285
|
-
2: ($spacer * .5),
|
286
|
-
3: $spacer,
|
287
|
-
4: ($spacer * 1.5),
|
288
|
-
5: ($spacer * 3),
|
289
|
-
'sm': ($spacer * 2),
|
290
|
-
'md': ($spacer * 4),
|
291
|
-
'lg': ($spacer * 6),
|
292
|
-
'xl': ($spacer * 8)
|
293
|
-
), $spacers);
|
402
|
+
// $font-size-base: $font-size-dash !default; // Assumes the browser default, typically `16px`
|
403
|
+
// $font-size-xl: ($font-size-base * 1.428);
|
404
|
+
// $font-size-lg: ($font-size-base * 1.142);
|
405
|
+
// $font-size-sm: ($font-size-base * 0.85714286);
|
406
|
+
// $font-size-xs: ($font-size-base * 0.714);
|
294
407
|
|
295
|
-
$
|
296
|
-
$
|
408
|
+
// $h1-font-size: $font-size-base * 2.35714285 !default; //2.1875rem
|
409
|
+
// $h2-font-size: $font-size-base * 1.9285714 !default;
|
410
|
+
// $h3-font-size: $font-size-base * 1.642857 !default;
|
411
|
+
// $h4-font-size: $font-size-base * 1.2142857 !default;
|
412
|
+
// $h5-font-size: $font-size-base * 0.9285714 !default;
|
413
|
+
// $h6-font-size: $font-size-base * 0.8571428 !default;
|
297
414
|
|
298
|
-
$
|
299
|
-
$
|
415
|
+
// $font-weight-light: 300 !default;
|
416
|
+
// $font-weight-normal: 400 !default;
|
417
|
+
// $font-weight-bold: 600 !default;
|
418
|
+
// $font-weight-extra-bold: 700 !default;
|
300
419
|
|
301
|
-
$
|
420
|
+
// $font-paragraph: 1rem !default;
|
302
421
|
|
303
|
-
$
|
422
|
+
// $font-weight-base: $font-weight-normal !default;
|
423
|
+
// $shape-height-base: 1.428571 !default;
|
304
424
|
|
305
|
-
$
|
306
|
-
$
|
425
|
+
// $headings-margin-bottom: ($spacer / 2);
|
426
|
+
// $headings-font-family: inherit !default;
|
427
|
+
// $headings-font-weight: $font-weight-normal !default;
|
428
|
+
// $headings-line-height: 1.2 !default;
|
429
|
+
// $headings-color: $gray-800 !default;
|
307
430
|
|
431
|
+
// $heading-letter-spacing: 0.025em !default;
|
432
|
+
// $heading-font-size: 0.95rem !default;
|
433
|
+
// $heading-text-transform: uppercase !default;
|
434
|
+
// $heading-font-weight: $headings-font-weight !default;
|
308
435
|
|
309
|
-
$
|
310
|
-
$
|
436
|
+
// $heading-title-letter-spacing: 0.025em !default;
|
437
|
+
// $heading-title-font-size: 1.375rem !default;
|
438
|
+
// $heading-title-font-weight: $font-weight-bold !default;
|
439
|
+
// $heading-title-text-transform: uppercase !default;
|
311
440
|
|
312
|
-
//
|
441
|
+
// $heading-section-letter-spacing: 0.025em !default;
|
442
|
+
// $heading-section-font-size: 1.375rem !default;
|
443
|
+
// $heading-section-font-weight: $font-weight-bold !default;
|
444
|
+
// $heading-section-text-transform: uppercase !default;
|
313
445
|
|
314
|
-
$
|
315
|
-
$
|
316
|
-
|
317
|
-
|
318
|
-
75: 75%,
|
319
|
-
100: 100%
|
320
|
-
), $sizes);
|
446
|
+
// $display1-size: 3.3rem !default;
|
447
|
+
// $display2-size: 2.75rem !default;
|
448
|
+
// $display3-size: 2.1875rem !default;
|
449
|
+
// $display4-size: 1.6275rem !default;
|
321
450
|
|
322
|
-
//
|
451
|
+
// $display1-weight: $font-weight-bold !default;
|
452
|
+
// $display2-weight: $font-weight-bold !default;
|
453
|
+
// $display3-weight: $font-weight-bold !default;
|
454
|
+
// $display4-weight: $font-weight-bold !default;
|
455
|
+
// $display-line-height: $headings-line-height !default;
|
323
456
|
|
324
|
-
$
|
325
|
-
$
|
326
|
-
$
|
457
|
+
// $paragraph-font-size: 0.625rem !default;
|
458
|
+
// $paragraph-font-weight: 300 !default;
|
459
|
+
// $paragraph-line-height: 1.7 !default;
|
327
460
|
|
328
|
-
//
|
329
|
-
$
|
330
|
-
$border-thin: 1px !default;
|
331
|
-
$border-thick: 2px !default;
|
332
|
-
$border-width: .0625rem !default;
|
333
|
-
$border-color: $gray-200 !default;
|
461
|
+
// $lead-font-size: ($paragraph-font-size * 1.25);
|
462
|
+
// $lead-font-weight: 300 !default;
|
334
463
|
|
335
|
-
$
|
336
|
-
$border-radius-xl: 0.875rem !default;
|
337
|
-
$border-radius-lg: 0.4285rem !default;
|
338
|
-
$border-radius-sm: 0.2857rem !default;
|
339
|
-
$border-radius-xs: 0.1428rem !default;
|
464
|
+
// $small-font-size: 80% !default;
|
340
465
|
|
341
|
-
$
|
342
|
-
$border: 1px solid !default;
|
466
|
+
// $text-muted: $gray-600 !default;
|
343
467
|
|
344
|
-
$
|
345
|
-
$
|
346
|
-
$box-shadow-lg: 0 1rem 3rem rgba($black, .175);
|
468
|
+
// $blockquote-small-color: $gray-600 !default;
|
469
|
+
// $blockquote-font-size: ($font-size-base * 1.1);
|
347
470
|
|
348
|
-
$
|
349
|
-
$
|
350
|
-
$box-shadow: 0 1px 20px 0px rgba(0, 0, 0, 0.1);
|
471
|
+
// $hr-border-color: rgba($black, 0.1);
|
472
|
+
// $hr-border-width: $border-width !default;
|
351
473
|
|
352
|
-
$
|
353
|
-
$component-active-bg: theme-color("primary") !default;
|
354
|
-
$component-active-border-color: theme-color("primary") !default;
|
474
|
+
// $mark-padding: 0.2em !default;
|
355
475
|
|
356
|
-
$
|
357
|
-
$component-hover-bg: $gray-300 !default;
|
358
|
-
$component-hover-border-color: $gray-300 !default;
|
476
|
+
// $dt-font-weight: $font-weight-bold !default;
|
359
477
|
|
360
|
-
$
|
478
|
+
// $list-inline-padding: 0.5rem !default;
|
361
479
|
|
362
|
-
$
|
363
|
-
$transition-fade: opacity .15s linear !default;
|
364
|
-
$transition-collapse: height .35s ease !default;
|
480
|
+
// $mark-bg: #fcf8e3 !default;
|
365
481
|
|
366
|
-
$
|
482
|
+
// $hr-margin-y: $spacer * 2 !default;
|
367
483
|
|
368
|
-
|
369
|
-
$transition-bezier: cubic-bezier(0.34, 1.61, 0.7, 1) !default;
|
370
|
-
$transition-ease: ease 0s;
|
484
|
+
// // Icons
|
371
485
|
|
372
|
-
$
|
373
|
-
$
|
486
|
+
// $icon-size: auto !default;
|
487
|
+
// $icon-size-regular: 2.375rem !default;
|
488
|
+
// $icon-font-size-regular: 0.9375rem !default;
|
489
|
+
// $icon-font-size-sm: 0.6875rem !default;
|
490
|
+
// $icon-size-sm: 1.875rem !default;
|
491
|
+
// $icon-font-size-lg: 1.325rem !default;
|
492
|
+
// $icon-size-lg: 3.6rem !default;
|
493
|
+
// $icon-size-xl: 5rem !default;
|
374
494
|
|
495
|
+
// // Tables
|
375
496
|
|
376
|
-
//
|
497
|
+
// $table-cell-padding: 1rem !default;
|
498
|
+
// $table-cell-padding-sm: 0.3rem !default;
|
377
499
|
|
378
|
-
$
|
379
|
-
$
|
500
|
+
// $table-bg: transparent !default;
|
501
|
+
// $table-accent-bg: rgba($black, 0.05);
|
502
|
+
// $table-hover-bg: rgba($black, 0.075);
|
503
|
+
// $table-active-bg: $table-hover-bg !default;
|
380
504
|
|
381
|
-
$
|
505
|
+
// $table-border-width: $border-width !default;
|
506
|
+
// $table-border-color: $gray-300 !default;
|
382
507
|
|
383
|
-
$
|
384
|
-
$
|
385
|
-
$font-size-lg: ($font-size-base * 1.142);
|
386
|
-
$font-size-sm: ($font-size-base * .85714286);
|
387
|
-
$font-size-xs: ($font-size-base * .714);
|
508
|
+
// $table-head-bg: $gray-200 !default;
|
509
|
+
// $table-head-color: $gray-700 !default;
|
388
510
|
|
389
|
-
$
|
390
|
-
$
|
391
|
-
$
|
392
|
-
$
|
393
|
-
$
|
394
|
-
$h6-font-size: $font-size-base * 0.8571428 !default;
|
511
|
+
// $table-dark-bg: $gray-900 !default;
|
512
|
+
// $table-dark-accent-bg: rgba($white, 0.05);
|
513
|
+
// $table-dark-hover-bg: rgba($white, 0.075);
|
514
|
+
// $table-dark-border-color: lighten($gray-900, 7.5%);
|
515
|
+
// $table-dark-color: $body-bg !default;
|
395
516
|
|
396
|
-
|
397
|
-
$font-weight-normal: 400 !default;
|
398
|
-
$font-weight-bold: 600 !default;
|
399
|
-
$font-weight-extra-bold: 700 !default;
|
517
|
+
// // Buttons + Forms
|
400
518
|
|
401
|
-
$
|
519
|
+
// $input-btn-padding-y: 0.5rem !default;
|
520
|
+
// $input-btn-padding-x: 0.7rem !default;
|
521
|
+
// $input-btn-line-height: $shape-height-base !default;
|
402
522
|
|
403
|
-
$
|
404
|
-
$
|
523
|
+
// $input-btn-focus-width: 0 !default;
|
524
|
+
// $input-btn-focus-color: rgba($component-active-bg, 1);
|
525
|
+
// //$input-btn-focus-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
|
526
|
+
// $input-btn-focus-box-shadow: none !default;
|
405
527
|
|
406
|
-
$
|
407
|
-
$
|
408
|
-
$
|
409
|
-
$headings-line-height: 1.2 !default;
|
410
|
-
$headings-color: $gray-800 !default;
|
528
|
+
// $input-btn-padding-y-sm: 0.25rem !default;
|
529
|
+
// $input-btn-padding-x-sm: 0.5rem !default;
|
530
|
+
// $input-btn-line-height-sm: 1.35 !default;
|
411
531
|
|
412
|
-
$
|
413
|
-
$
|
414
|
-
$
|
415
|
-
$heading-font-weight: $headings-font-weight !default;
|
532
|
+
// $input-btn-padding-y-lg: 0.875rem !default;
|
533
|
+
// $input-btn-padding-x-lg: 1rem !default;
|
534
|
+
// $input-btn-line-height-lg: 1.35 !default;
|
416
535
|
|
417
|
-
$
|
418
|
-
$heading-title-font-size: 1.375rem !default;
|
419
|
-
$heading-title-font-weight: $font-weight-bold !default;
|
420
|
-
$heading-title-text-transform: uppercase !default;
|
536
|
+
// $input-btn-border-width: 1px !default;
|
421
537
|
|
422
|
-
$
|
423
|
-
$
|
424
|
-
$
|
425
|
-
$heading-section-text-transform: uppercase !default;
|
538
|
+
// $input-btn-font-size-sm: 0.75rem !default;
|
539
|
+
// $input-btn-font-size: 0.875rem !default;
|
540
|
+
// $input-btn-font-size-lg: 0.875rem !default;
|
426
541
|
|
427
|
-
$
|
428
|
-
$
|
429
|
-
$display3-size: 2.1875rem !default;
|
430
|
-
$display4-size: 1.6275rem !default;
|
542
|
+
// $input-padding-vertical: 11px !default;
|
543
|
+
// $input-padding-horizontal: 19px !default;
|
431
544
|
|
432
|
-
|
433
|
-
$display2-weight: $font-weight-bold !default;
|
434
|
-
$display3-weight: $font-weight-bold !default;
|
435
|
-
$display4-weight: $font-weight-bold !default;
|
436
|
-
$display-line-height: $headings-line-height !default;
|
545
|
+
// // Buttons
|
437
546
|
|
438
|
-
$
|
439
|
-
$
|
440
|
-
$
|
547
|
+
// $btn-padding-y: 11px !default;
|
548
|
+
// $btn-padding-x: 40px !default;
|
549
|
+
// $btn-line-height: $line-height !default;
|
441
550
|
|
442
|
-
$
|
443
|
-
$
|
551
|
+
// $btn-padding-y-sm: 5px !default;
|
552
|
+
// $btn-padding-x-sm: 15px !default;
|
553
|
+
// $btn-line-height-sm: $input-btn-line-height-sm !default;
|
444
554
|
|
445
|
-
$
|
555
|
+
// $btn-padding-y-lg: 15px !default;
|
556
|
+
// $btn-padding-x-lg: 48px !default;
|
557
|
+
// $btn-line-height-lg: $input-btn-line-height-lg !default;
|
446
558
|
|
447
|
-
$
|
559
|
+
// $btn-border-width: $input-btn-border-width !default;
|
448
560
|
|
449
|
-
$
|
450
|
-
$
|
561
|
+
// $btn-font-size-lg: 1em !default;
|
562
|
+
// $btn-font-weight: 600 !default;
|
563
|
+
// $btn-text-transform: uppercase !default;
|
564
|
+
// $btn-letter-spacing: 0.025em !default;
|
565
|
+
// $btn-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11), 0 1px 3px rgba(0, 0, 0, 0.08);
|
566
|
+
// $btn-hover-box-shadow: 0 7px 14px rgba(50, 50, 93, 0.1),
|
567
|
+
// 0 3px 6px rgba(0, 0, 0, 0.08);
|
568
|
+
// $btn-focus-box-shadow: $btn-hover-box-shadow !default;
|
569
|
+
// $btn-focus-width: $input-btn-focus-width !default;
|
451
570
|
|
452
|
-
$
|
453
|
-
$
|
571
|
+
// $btn-active-box-shadow: none !default;
|
572
|
+
// $btn-round-radius: 30px !default;
|
454
573
|
|
455
|
-
|
574
|
+
// // Forms
|
456
575
|
|
457
|
-
$
|
576
|
+
// $input-padding-y: $input-btn-padding-y !default;
|
577
|
+
// $input-padding-x: $input-btn-padding-x !default;
|
578
|
+
// $input-line-height: $input-btn-line-height !default;
|
458
579
|
|
459
|
-
$
|
580
|
+
// $input-padding-y-sm: $input-btn-padding-y-sm !default;
|
581
|
+
// $input-padding-x-sm: $input-btn-padding-x-sm !default;
|
582
|
+
// $input-line-height-sm: $input-btn-line-height-sm !default;
|
460
583
|
|
461
|
-
$
|
584
|
+
// $input-padding-y-lg: $input-btn-padding-y-lg !default;
|
585
|
+
// $input-padding-x-lg: $input-btn-padding-x-lg !default;
|
586
|
+
// $input-line-height-lg: $input-btn-line-height-lg !default;
|
462
587
|
|
463
|
-
$
|
588
|
+
// $input-border-radius: $border-radius !default;
|
589
|
+
// $input-border-radius-xl: $border-radius-xl !default;
|
590
|
+
// $input-border-radius-lg: $border-radius-lg !default;
|
591
|
+
// $input-border-radius-sm: $border-radius-sm !default;
|
464
592
|
|
593
|
+
// $input-bg: $transparent-bg !default;
|
594
|
+
// $input-disabled-bg: $gray-200 !default;
|
465
595
|
|
466
|
-
//
|
596
|
+
// $input-muted-bg: #edf0f5 !default;
|
467
597
|
|
468
|
-
$
|
469
|
-
|
470
|
-
$
|
471
|
-
|
472
|
-
$icon-size-sm: 1.875rem !default;
|
473
|
-
$icon-font-size-lg: 1.325rem !default;
|
474
|
-
$icon-size-lg: 3.6rem !default;
|
475
|
-
$icon-size-xl: 5rem !default;
|
598
|
+
// $input-alternative-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15),
|
599
|
+
// 0 1px 0 rgba(0, 0, 0, 0.02);
|
600
|
+
// $input-focus-alternative-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
|
601
|
+
// 0 1px 3px rgba(0, 0, 0, 0.08);
|
476
602
|
|
603
|
+
// $input-color: $opacity-8 !default;
|
604
|
+
// $input-border-color: #cad1d7 !default;
|
605
|
+
// $input-border-width: $input-btn-border-width !default;
|
606
|
+
// $input-box-shadow: none !default; // 0 1px 3px 0 $gray-400 !default;
|
477
607
|
|
478
|
-
//
|
608
|
+
// $input-focus-bg: $white !default;
|
609
|
+
// $input-focus-border-color: rgba(50, 151, 211, 0.25);
|
610
|
+
// $input-focus-color: $input-color !default;
|
611
|
+
// $input-focus-width: 0 !default;
|
612
|
+
// $input-focus-box-shadow: none !default; //0 1px 3px 0 $gray-500 !default;
|
479
613
|
|
480
|
-
$
|
481
|
-
$
|
614
|
+
// $input-placeholder-color: $gray-500 !default;
|
615
|
+
// $input-focus-placeholder-color: $gray-500 !default;
|
482
616
|
|
483
|
-
$
|
484
|
-
$
|
485
|
-
$
|
486
|
-
$
|
617
|
+
// $input-height-border: $input-border-width * 2 !default;
|
618
|
+
// $input-height-inner: ($font-size-base * $input-btn-line-height) +
|
619
|
+
// ($input-btn-padding-y * 2) !default;
|
620
|
+
// $input-height: calc(#{$input-height-inner} + #{$input-height-border}) !default;
|
487
621
|
|
488
|
-
$
|
489
|
-
$table-border-color: $gray-300 !default;
|
622
|
+
// $input-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
490
623
|
|
491
|
-
|
492
|
-
$table-head-color: $gray-700 !default;
|
624
|
+
// // Input groups
|
493
625
|
|
494
|
-
$
|
495
|
-
$
|
496
|
-
$
|
497
|
-
$table-dark-border-color: lighten($gray-900, 7.5%);
|
498
|
-
$table-dark-color: $body-bg !default;
|
626
|
+
// $input-group-addon-color: $input-placeholder-color !default;
|
627
|
+
// $input-group-addon-bg: $input-bg !default;
|
628
|
+
// $input-group-addon-border-color: $input-border-color !default;
|
499
629
|
|
630
|
+
// $input-group-addon-focus-color: $input-focus-color !default;
|
631
|
+
// $input-group-addon-focus-bg: $input-focus-bg !default;
|
632
|
+
// $input-group-addon-focus-border-color: $input-focus-border-color !default;
|
500
633
|
|
501
|
-
//
|
634
|
+
// // Custom forms
|
502
635
|
|
503
|
-
$
|
504
|
-
$
|
505
|
-
$
|
636
|
+
// $custom-control-gutter: 1.75rem !default;
|
637
|
+
// $custom-control-spacer-x: 1rem !default;
|
638
|
+
// $custom-control-indicator-size: 1.25rem !default;
|
506
639
|
|
507
|
-
$
|
508
|
-
$
|
509
|
-
|
510
|
-
$
|
640
|
+
// $custom-control-indicator-bg: $input-bg !default;
|
641
|
+
// $custom-control-indicator-border-width: 1px !default;
|
642
|
+
// $custom-control-indicator-border-color: $input-border-color !default;
|
643
|
+
// $custom-control-indicator-box-shadow: none !default;
|
511
644
|
|
512
|
-
$
|
513
|
-
$input-btn-padding-x-sm: .5rem !default;
|
514
|
-
$input-btn-line-height-sm: 1.35 !default;
|
645
|
+
// $custom-control-indicator-focus-box-shadow: $custom-control-indicator-box-shadow !default;
|
515
646
|
|
516
|
-
$
|
517
|
-
$
|
518
|
-
$
|
647
|
+
// $custom-control-indicator-hover-color: $component-hover-color !default;
|
648
|
+
// $custom-control-indicator-hover-bg: $component-hover-bg !default;
|
649
|
+
// $custom-control-indicator-hover-border-color: $component-hover-border-color !default;
|
519
650
|
|
520
|
-
$
|
651
|
+
// $custom-control-indicator-active-color: $component-active-color !default;
|
652
|
+
// $custom-control-indicator-active-bg: $component-active-bg !default;
|
653
|
+
// $custom-control-indicator-active-border-color: $component-active-border-color !default;
|
654
|
+
// $custom-control-indicator-active-box-shadow: $custom-control-indicator-box-shadow !default;
|
521
655
|
|
522
|
-
$
|
523
|
-
$
|
524
|
-
$
|
656
|
+
// $custom-control-indicator-checked-color: $component-active-color !default;
|
657
|
+
// $custom-control-indicator-checked-bg: $component-active-bg !default;
|
658
|
+
// $custom-control-indicator-checked-border-color: $component-active-border-color !default;
|
659
|
+
// $custom-control-indicator-checked-box-shadow: $custom-control-indicator-box-shadow !default;
|
660
|
+
// $custom-control-indicator-checked-disabled-bg: rgba(
|
661
|
+
// theme-color('primary'),
|
662
|
+
// 0.5
|
663
|
+
// );
|
525
664
|
|
526
|
-
$
|
527
|
-
$
|
665
|
+
// $custom-control-indicator-disabled-bg: $gray-200 !default;
|
666
|
+
// $custom-control-label-disabled-color: $gray-600 !default;
|
528
667
|
|
529
|
-
//
|
668
|
+
// $custom-checkbox-indicator-border-radius: $border-radius-sm !default;
|
669
|
+
// //$custom-checkbox-indicator-icon-checked: str-replace(url("data:image/svg+xml !default;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 8 8'%3E%3Cpath fill='%23fff' d='M6.564.75l-3.59 3.612-1.538-1.55L0 4.26 2.974 7.25 8 2.193z'/%3E%3C/svg%3E"), "#", "%23") !default;
|
530
670
|
|
531
|
-
$
|
532
|
-
$
|
533
|
-
$btn-line-height: $line-height !default;
|
671
|
+
// $custom-toggle-slider-bg: #ddd !default;
|
672
|
+
// $custom-toggle-checked-bg: theme-color('primary') !default;
|
534
673
|
|
535
|
-
|
536
|
-
|
537
|
-
$
|
674
|
+
// // Form validation
|
675
|
+
|
676
|
+
// $form-feedback-valid-bg: lighten($success, 15%);
|
677
|
+
// $form-feedback-valid-color: theme-color('success') !default;
|
678
|
+
// $form-feedback-invalid-bg: lighten($warning, 15%);
|
679
|
+
// $form-feedback-invalid-color: theme-color('warning') !default;
|
680
|
+
|
681
|
+
// // Allows for customizing button radius independently from global border radius
|
682
|
+
|
683
|
+
// $btn-border-radius: $input-border-radius !default;
|
684
|
+
// $btn-border-radius-xl: $input-border-radius-xl !default;
|
685
|
+
// $btn-border-radius-lg: $input-border-radius-lg !default;
|
686
|
+
// $btn-border-radius-sm: $input-border-radius !default;
|
687
|
+
|
688
|
+
// // No UI Slider
|
689
|
+
|
690
|
+
// $noui-target-bg: #eceeef !default;
|
691
|
+
// $noui-target-thickness: 5px !default;
|
692
|
+
// $noui-target-border-radius: 5px !default;
|
693
|
+
// $noui-target-border-color: 0 !default;
|
694
|
+
// $noui-target-box-shadow: inset 0 1px 2px rgba(90, 97, 105, 0.1);
|
695
|
+
|
696
|
+
// $noui-slider-connect-bg: $primary !default;
|
697
|
+
// $noui-slider-connect-disabled-bg: #b2b2b2 !default;
|
698
|
+
|
699
|
+
// $noui-handle-width: 15px !default;
|
700
|
+
// $noui-handle-bg: theme-color('primary') !default;
|
701
|
+
// $noui-handle-border: 0 !default;
|
702
|
+
// $noui-handle-border-radius: 100% !default;
|
703
|
+
|
704
|
+
// $noui-origin-border-radius: 2px !default;
|
705
|
+
|
706
|
+
// // Dropdown
|
538
707
|
|
539
|
-
$
|
540
|
-
$
|
541
|
-
$
|
708
|
+
// $dropdown-bg: $white !default;
|
709
|
+
// $dropdown-border-width: 0 !default;
|
710
|
+
// $dropdown-border-color: rgba($black, 0.15);
|
711
|
+
// $dropdown-border-radius: $border-radius-xs !default;
|
712
|
+
// $dropdown-box-shadow: 0 50px 100px rgba(50, 50, 93, 0.1),
|
713
|
+
// 0 15px 35px rgba(50, 50, 93, 0.15), 0 5px 15px rgba(0, 0, 0, 0.1);
|
542
714
|
|
543
|
-
$
|
715
|
+
// $dropdown-link-active-color: $component-active-color !default;
|
716
|
+
// $dropdown-link-active-bg: $component-active-bg !default;
|
544
717
|
|
545
|
-
|
546
|
-
$btn-font-weight: 600 !default;
|
547
|
-
$btn-text-transform: uppercase !default;
|
548
|
-
$btn-letter-spacing: .025em !default;
|
549
|
-
$btn-box-shadow: 0 4px 6px rgba(50,50,93,.11), 0 1px 3px rgba(0,0,0,.08);
|
550
|
-
$btn-hover-box-shadow: 0 7px 14px rgba(50,50,93,.1), 0 3px 6px rgba(0,0,0,.08);
|
551
|
-
$btn-focus-box-shadow: $btn-hover-box-shadow !default;
|
552
|
-
$btn-focus-width: $input-btn-focus-width !default;
|
718
|
+
// // Navs
|
553
719
|
|
720
|
+
// $nav-link-padding-y: 0.5rem !default;
|
721
|
+
// $nav-link-padding-x: 1rem !default;
|
722
|
+
// $nav-link-color: $gray-700 !default;
|
723
|
+
// $nav-link-disabled-color: $gray-600 !default;
|
724
|
+
|
725
|
+
// $nav-pills-padding-y: 0.75rem !default;
|
726
|
+
// $nav-pills-padding-x: 1rem !default;
|
727
|
+
|
728
|
+
// $nav-pills-space-x: 1rem !default;
|
729
|
+
|
730
|
+
// $nav-pills-bg: $white;
|
731
|
+
// $nav-pills-border-width: 1px !default;
|
732
|
+
// $nav-pills-border-color: theme-color('primary') !default;
|
733
|
+
// $nav-pills-border-radius: $border-radius !default;
|
734
|
+
|
735
|
+
// $nav-pills-link-color: theme-color('primary') !default;
|
736
|
+
// $nav-pills-link-hover-color: darken(theme-color('primary'), 5%);
|
737
|
+
// $nav-pills-link-active-color: color-yiq(theme-color('primary'));
|
738
|
+
// $nav-pills-link-active-bg: theme-color('primary') !default;
|
739
|
+
// $nav-pills-box-shadow: $btn-box-shadow !default;
|
740
|
+
|
741
|
+
// // Navbar
|
742
|
+
|
743
|
+
// $navbar-transition: all 0.15s linear !default;
|
744
|
+
// $navbar-padding-y: 0.625rem !default;
|
745
|
+
// $navbar-padding-x: 0.9375rem !default;
|
746
|
+
|
747
|
+
// $navbar-nav-link-padding-x: 1rem !default;
|
748
|
+
// $navbar-nav-link-padding-y: 1rem !default;
|
749
|
+
|
750
|
+
// $navbar-nav-link-font-family: $font-family-alt !default;
|
751
|
+
// $navbar-nav-link-font-size: 0.9rem !default;
|
752
|
+
// $navbar-nav-link-font-weight: 400 !default;
|
753
|
+
// $navbar-nav-link-text-transform: normal !default;
|
754
|
+
// $navbar-nav-link-letter-spacing: 0 !default;
|
755
|
+
// $navbar-nav-link-border-radius: $border-radius !default;
|
756
|
+
|
757
|
+
// /* navbar color */
|
758
|
+
// $navbar-color: #1a1e34 !default;
|
759
|
+
// $navbar-dark-bg: transparent !default;
|
760
|
+
// $navbar-dark-hover-bg: rgba(255, 255, 255, 0.1);
|
761
|
+
// $navbar-dark-active-bg: rgba(255, 255, 255, 0.1);
|
762
|
+
// $navbar-dark-color: rgba($white, 0.95);
|
763
|
+
// $navbar-dark-hover-color: rgba($white, 0.65);
|
764
|
+
// $navbar-dark-active-color: rgba($white, 0.65);
|
765
|
+
// $navbar-dark-disabled-color: rgba($white, 0.25);
|
766
|
+
// $navbar-dark-toggler-border-color: transparent !default;
|
554
767
|
|
555
|
-
$
|
556
|
-
$
|
768
|
+
// $navbar-light-bg: transparent !default;
|
769
|
+
// $navbar-light-hover-bg: rgba(0, 0, 0, 0.1);
|
770
|
+
// $navbar-light-active-bg: rgba(0, 0, 0, 0.1);
|
771
|
+
// $navbar-light-color: rgba($black, 0.5);
|
772
|
+
// $navbar-light-hover-color: rgba($black, 0.7);
|
773
|
+
// $navbar-light-active-color: rgba($black, 0.9);
|
774
|
+
// $navbar-light-disabled-color: rgba($black, 0.3);
|
775
|
+
// $navbar-light-toggler-icon-bg: str-replace(url("data:image/svg+xml !default;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
|
776
|
+
// $navbar-light-toggler-border-color: transparent !default;
|
777
|
+
// $full-width: 100% !default;
|
778
|
+
// $navbar-padding: 10px 15px !default;
|
557
779
|
|
780
|
+
// // Alerts
|
558
781
|
|
782
|
+
// $alert-padding-y: 0.9rem !default;
|
783
|
+
// $alert-padding-x: 1.25rem !default;
|
784
|
+
// $alert-border-radius: $border-radius-sm !default;
|
559
785
|
|
560
|
-
//
|
786
|
+
// $alert-bg-level: -2 !default;
|
787
|
+
// $alert-border-level: -2 !default;
|
788
|
+
// $alert-color-level: 0 !default;
|
561
789
|
|
562
|
-
|
563
|
-
|
564
|
-
$
|
790
|
+
// // List group
|
791
|
+
|
792
|
+
// $list-group-bg: $white !default;
|
793
|
+
// $list-group-border-color: $border-color !default; //rgba($black, .125);
|
794
|
+
// $list-group-border-width: $border-width !default;
|
795
|
+
// $list-group-border-radius: $border-radius !default;
|
565
796
|
|
566
|
-
$
|
567
|
-
$
|
568
|
-
|
797
|
+
// $list-group-item-padding-y: 1rem !default;
|
798
|
+
// $list-group-item-padding-x: 1rem !default;
|
799
|
+
|
800
|
+
// $list-group-hover-bg: $gray-100 !default;
|
801
|
+
// $list-group-active-color: $component-active-color !default;
|
802
|
+
// $list-group-active-bg: $component-active-bg !default;
|
803
|
+
// $list-group-active-border-color: $list-group-active-bg !default;
|
804
|
+
|
805
|
+
// $list-group-disabled-color: $gray-600 !default;
|
806
|
+
// $list-group-disabled-bg: $list-group-bg !default;
|
807
|
+
|
808
|
+
// $list-group-action-color: $gray-700 !default;
|
809
|
+
// $list-group-action-hover-color: $list-group-action-color !default;
|
810
|
+
|
811
|
+
// $list-group-action-active-color: $list-group-action-color !default;
|
812
|
+
// $list-group-action-active-bg: $gray-200 !default;
|
813
|
+
|
814
|
+
// // Close
|
815
|
+
|
816
|
+
// $close-font-size: $font-size-base * 1.5 !default;
|
817
|
+
// $close-font-weight: $font-weight-bold !default;
|
818
|
+
// $close-bg: transparent !default;
|
819
|
+
// $close-hover-bg: transparent !default;
|
820
|
+
// $close-color: rgba(0, 0, 0, 0.6);
|
821
|
+
// $close-hover-color: rgba(0, 0, 0, 0.9);
|
822
|
+
// $close-text-shadow: none !default;
|
823
|
+
|
824
|
+
// // Popovers
|
825
|
+
|
826
|
+
// $popover-font-size: $font-size-sm !default;
|
827
|
+
// $popover-bg: $white !default;
|
828
|
+
// $popover-max-width: 276px !default;
|
829
|
+
// $popover-border-width: 1px !default;
|
830
|
+
// $popover-border-color: rgba($black, 0.05);
|
831
|
+
// $popover-border-radius: $border-radius-lg !default;
|
832
|
+
// $popover-box-shadow: 0px 0.5rem 2rem 0px rgba($black, 0.2);
|
833
|
+
|
834
|
+
// $popover-header-bg: $popover-bg !default;
|
835
|
+
// $popover-header-color: $headings-color !default;
|
836
|
+
// $popover-header-padding-y: 0.75rem !default;
|
837
|
+
// $popover-header-padding-x: 0.75rem !default;
|
838
|
+
|
839
|
+
// $popover-body-color: $body-color !default;
|
840
|
+
// $popover-body-padding-y: $popover-header-padding-y !default;
|
841
|
+
// $popover-body-padding-x: $popover-header-padding-x !default;
|
842
|
+
|
843
|
+
// $popover-arrow-width: 1.5rem !default;
|
844
|
+
// $popover-arrow-height: 0.75rem !default;
|
845
|
+
// $popover-arrow-color: $popover-bg !default;
|
846
|
+
|
847
|
+
// $popover-arrow-outer-color: transparent !default;
|
848
|
+
|
849
|
+
// // Breadcrumbs
|
850
|
+
|
851
|
+
// $breadcrumb-bg: $black-states !default;
|
852
|
+
// $breadcrumb-divider-color: $white !default;
|
853
|
+
// $breadcrumb-active-color: $white !default;
|
854
|
+
|
855
|
+
// // Badges
|
856
|
+
|
857
|
+
// $badge-font-size: $font-size-xs !default;
|
858
|
+
// $badge-font-weight: $font-weight-extra-bold !default;
|
859
|
+
// $badge-padding-y: 0.25rem !default;
|
860
|
+
// $badge-padding-x: 0.5rem !default;
|
861
|
+
// $badge-border-radius: $border-radius !default;
|
862
|
+
// $badge-text-transfom: uppercase;
|
863
|
+
|
864
|
+
// $badge-pill-padding-x: 0.875em !default;
|
865
|
+
// $badge-pill-border-radius: $border-radius-xl !default;
|
866
|
+
|
867
|
+
// $badge-circle-size: 2rem;
|
868
|
+
|
869
|
+
// // Pagination
|
870
|
+
|
871
|
+
// $pagination-padding-y: 0 !default;
|
872
|
+
// $pagination-padding-x: 0.6875rem !default;
|
873
|
+
|
874
|
+
// $pagination-color: $white !default;
|
875
|
+
// $pagination-bg: transparent !default;
|
876
|
+
// $pagination-border-width: $border-width !default;
|
877
|
+
// $pagination-border-color: $gray-300 !default;
|
569
878
|
|
570
|
-
|
571
|
-
|
572
|
-
$
|
573
|
-
|
574
|
-
$
|
575
|
-
|
576
|
-
$
|
577
|
-
$
|
578
|
-
|
579
|
-
$
|
580
|
-
|
581
|
-
|
582
|
-
$
|
583
|
-
|
584
|
-
|
585
|
-
|
586
|
-
|
587
|
-
$
|
588
|
-
$
|
589
|
-
$
|
590
|
-
$
|
591
|
-
|
592
|
-
$
|
593
|
-
$
|
594
|
-
$
|
595
|
-
$
|
596
|
-
$
|
597
|
-
|
598
|
-
|
599
|
-
|
600
|
-
|
601
|
-
$
|
602
|
-
$
|
603
|
-
$
|
604
|
-
|
605
|
-
|
606
|
-
|
607
|
-
|
608
|
-
//
|
609
|
-
|
610
|
-
$
|
611
|
-
$
|
612
|
-
$
|
613
|
-
|
614
|
-
$
|
615
|
-
$
|
616
|
-
|
617
|
-
|
618
|
-
|
619
|
-
//
|
620
|
-
|
621
|
-
|
622
|
-
|
623
|
-
$
|
624
|
-
|
625
|
-
$
|
626
|
-
$
|
627
|
-
$
|
628
|
-
$
|
629
|
-
|
630
|
-
$
|
631
|
-
|
632
|
-
$
|
633
|
-
$
|
634
|
-
$
|
635
|
-
|
636
|
-
|
637
|
-
$
|
638
|
-
$
|
639
|
-
$
|
640
|
-
|
641
|
-
$
|
642
|
-
$
|
643
|
-
$
|
644
|
-
|
645
|
-
|
646
|
-
|
647
|
-
$
|
648
|
-
$
|
649
|
-
|
650
|
-
$
|
651
|
-
|
652
|
-
|
653
|
-
|
654
|
-
|
655
|
-
|
656
|
-
//
|
657
|
-
|
658
|
-
$
|
659
|
-
$
|
660
|
-
$
|
661
|
-
$
|
662
|
-
|
663
|
-
|
664
|
-
//
|
665
|
-
|
666
|
-
|
667
|
-
$
|
668
|
-
|
669
|
-
$
|
670
|
-
|
671
|
-
|
672
|
-
|
673
|
-
|
674
|
-
$
|
675
|
-
$
|
676
|
-
|
677
|
-
|
678
|
-
$
|
679
|
-
|
680
|
-
|
681
|
-
$
|
682
|
-
|
683
|
-
$
|
684
|
-
|
685
|
-
|
686
|
-
|
687
|
-
|
688
|
-
$
|
689
|
-
|
690
|
-
|
691
|
-
|
692
|
-
|
693
|
-
|
694
|
-
$
|
695
|
-
$
|
696
|
-
$
|
697
|
-
$
|
698
|
-
|
699
|
-
$
|
700
|
-
$
|
701
|
-
|
702
|
-
// Navs
|
703
|
-
|
704
|
-
$nav-link-padding-y: .5rem !default;
|
705
|
-
$nav-link-padding-x: 1rem !default;
|
706
|
-
$nav-link-color: $gray-700 !default;
|
707
|
-
$nav-link-disabled-color: $gray-600 !default;
|
708
|
-
|
709
|
-
$nav-pills-padding-y: .75rem !default;
|
710
|
-
$nav-pills-padding-x: 1rem !default;
|
711
|
-
|
712
|
-
$nav-pills-space-x: 1rem !default;
|
713
|
-
|
714
|
-
$nav-pills-bg: $white;
|
715
|
-
$nav-pills-border-width: 1px !default;
|
716
|
-
$nav-pills-border-color: theme-color("primary") !default;
|
717
|
-
$nav-pills-border-radius: $border-radius !default;
|
718
|
-
|
719
|
-
$nav-pills-link-color: theme-color("primary") !default;
|
720
|
-
$nav-pills-link-hover-color: darken(theme-color("primary"), 5%);
|
721
|
-
$nav-pills-link-active-color: color-yiq(theme-color("primary"));
|
722
|
-
$nav-pills-link-active-bg: theme-color("primary") !default;
|
723
|
-
$nav-pills-box-shadow: $btn-box-shadow !default;
|
724
|
-
|
725
|
-
// Navbar
|
726
|
-
|
727
|
-
$navbar-transition: all .15s linear !default;
|
728
|
-
$navbar-padding-y: .625rem !default;
|
729
|
-
$navbar-padding-x: .9375rem !default;
|
730
|
-
|
731
|
-
$navbar-nav-link-padding-x: 1rem !default;
|
732
|
-
$navbar-nav-link-padding-y: 1rem !default;
|
733
|
-
|
734
|
-
$navbar-nav-link-font-family: $font-family-alt !default;
|
735
|
-
$navbar-nav-link-font-size: .9rem !default;
|
736
|
-
$navbar-nav-link-font-weight: 400 !default;
|
737
|
-
$navbar-nav-link-text-transform: normal !default;
|
738
|
-
$navbar-nav-link-letter-spacing: 0 !default;
|
739
|
-
$navbar-nav-link-border-radius: $border-radius !default;
|
740
|
-
|
741
|
-
/* navbar color */
|
742
|
-
$navbar-color: #1a1e34 !default;
|
743
|
-
$navbar-dark-bg: transparent !default;
|
744
|
-
$navbar-dark-hover-bg: rgba(255, 255, 255, .1);
|
745
|
-
$navbar-dark-active-bg: rgba(255, 255, 255, .1);
|
746
|
-
$navbar-dark-color: rgba($white, .95);
|
747
|
-
$navbar-dark-hover-color: rgba($white, .65);
|
748
|
-
$navbar-dark-active-color: rgba($white, .65);
|
749
|
-
$navbar-dark-disabled-color: rgba($white, .25);
|
750
|
-
$navbar-dark-toggler-border-color: transparent !default;
|
751
|
-
|
752
|
-
$navbar-light-bg: transparent !default;
|
753
|
-
$navbar-light-hover-bg: rgba(0, 0, 0, .1);
|
754
|
-
$navbar-light-active-bg: rgba(0, 0, 0, .1);
|
755
|
-
$navbar-light-color: rgba($black, .5);
|
756
|
-
$navbar-light-hover-color: rgba($black, .7);
|
757
|
-
$navbar-light-active-color: rgba($black, .9);
|
758
|
-
$navbar-light-disabled-color: rgba($black, .3);
|
759
|
-
$navbar-light-toggler-icon-bg: str-replace(url("data:image/svg+xml !default;charset=utf8,%3Csvg viewBox='0 0 30 30' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='#{$navbar-light-color}' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 7h22M4 15h22M4 23h22'/%3E%3C/svg%3E"), "#", "%23") !default;
|
760
|
-
$navbar-light-toggler-border-color: transparent !default;
|
761
|
-
$full-width: 100% !default;
|
762
|
-
$navbar-padding: 10px 15px !default;
|
763
|
-
|
764
|
-
|
765
|
-
// Alerts
|
766
|
-
|
767
|
-
$alert-padding-y: .9rem !default;
|
768
|
-
$alert-padding-x: 1.25rem !default;
|
769
|
-
$alert-border-radius: $border-radius-sm !default;
|
770
|
-
|
771
|
-
$alert-bg-level: -2 !default;
|
772
|
-
$alert-border-level: -2 !default;
|
773
|
-
$alert-color-level: 0 !default;
|
774
|
-
|
775
|
-
|
776
|
-
// List group
|
777
|
-
|
778
|
-
$list-group-bg: $white !default;
|
779
|
-
$list-group-border-color: $border-color !default; //rgba($black, .125);
|
780
|
-
$list-group-border-width: $border-width !default;
|
781
|
-
$list-group-border-radius: $border-radius !default;
|
782
|
-
|
783
|
-
$list-group-item-padding-y: 1rem !default;
|
784
|
-
$list-group-item-padding-x: 1rem !default;
|
785
|
-
|
786
|
-
$list-group-hover-bg: $gray-100 !default;
|
787
|
-
$list-group-active-color: $component-active-color !default;
|
788
|
-
$list-group-active-bg: $component-active-bg !default;
|
789
|
-
$list-group-active-border-color: $list-group-active-bg !default;
|
790
|
-
|
791
|
-
$list-group-disabled-color: $gray-600 !default;
|
792
|
-
$list-group-disabled-bg: $list-group-bg !default;
|
793
|
-
|
794
|
-
$list-group-action-color: $gray-700 !default;
|
795
|
-
$list-group-action-hover-color: $list-group-action-color !default;
|
796
|
-
|
797
|
-
$list-group-action-active-color: $list-group-action-color !default;
|
798
|
-
$list-group-action-active-bg: $gray-200 !default;
|
799
|
-
|
800
|
-
|
801
|
-
// Close
|
802
|
-
|
803
|
-
$close-font-size: $font-size-base * 1.5 !default;
|
804
|
-
$close-font-weight: $font-weight-bold !default;
|
805
|
-
$close-bg: transparent !default;
|
806
|
-
$close-hover-bg: transparent !default;
|
807
|
-
$close-color: rgba(0, 0, 0, .6);
|
808
|
-
$close-hover-color: rgba(0, 0, 0, .9);
|
809
|
-
$close-text-shadow: none !default;
|
810
|
-
|
811
|
-
|
812
|
-
// Popovers
|
813
|
-
|
814
|
-
$popover-font-size: $font-size-sm !default;
|
815
|
-
$popover-bg: $white !default;
|
816
|
-
$popover-max-width: 276px !default;
|
817
|
-
$popover-border-width: 1px !default;
|
818
|
-
$popover-border-color: rgba($black, .05);
|
819
|
-
$popover-border-radius: $border-radius-lg !default;
|
820
|
-
$popover-box-shadow: 0px .5rem 2rem 0px rgba($black, .2);
|
821
|
-
|
822
|
-
$popover-header-bg: $popover-bg !default;
|
823
|
-
$popover-header-color: $headings-color !default;
|
824
|
-
$popover-header-padding-y: .75rem !default;
|
825
|
-
$popover-header-padding-x: .75rem !default;
|
826
|
-
|
827
|
-
$popover-body-color: $body-color !default;
|
828
|
-
$popover-body-padding-y: $popover-header-padding-y !default;
|
829
|
-
$popover-body-padding-x: $popover-header-padding-x !default;
|
830
|
-
|
831
|
-
$popover-arrow-width: 1.5rem !default;
|
832
|
-
$popover-arrow-height: .75rem !default;
|
833
|
-
$popover-arrow-color: $popover-bg !default;
|
834
|
-
|
835
|
-
$popover-arrow-outer-color: transparent !default;
|
836
|
-
|
837
|
-
// Breadcrumbs
|
838
|
-
|
839
|
-
$breadcrumb-bg: $black-states !default;
|
840
|
-
$breadcrumb-divider-color: $white !default;
|
841
|
-
$breadcrumb-active-color: $white !default;
|
842
|
-
|
843
|
-
|
844
|
-
|
845
|
-
|
846
|
-
// Badges
|
847
|
-
|
848
|
-
$badge-font-size: $font-size-xs !default;
|
849
|
-
$badge-font-weight: $font-weight-extra-bold !default;
|
850
|
-
$badge-padding-y: .25rem !default;
|
851
|
-
$badge-padding-x: .5rem !default;
|
852
|
-
$badge-border-radius: $border-radius !default;
|
853
|
-
$badge-text-transfom: uppercase;
|
854
|
-
|
855
|
-
$badge-pill-padding-x: .875em !default;
|
856
|
-
$badge-pill-border-radius: $border-radius-xl !default;
|
857
|
-
|
858
|
-
$badge-circle-size: 2rem;
|
859
|
-
|
860
|
-
// Pagination
|
861
|
-
|
862
|
-
$pagination-padding-y: 0 !default;
|
863
|
-
$pagination-padding-x: .6875rem !default;
|
864
|
-
|
865
|
-
|
866
|
-
$pagination-color: $white !default;
|
867
|
-
$pagination-bg: transparent !default;
|
868
|
-
$pagination-border-width: $border-width !default;
|
869
|
-
$pagination-border-color: $gray-300 !default;
|
870
|
-
|
871
|
-
//$pagination-focus-box-shadow: $btn-hover-box-shadow !default;
|
872
|
-
|
873
|
-
$pagination-hover-color: $gray-600 !default;
|
874
|
-
$pagination-hover-bg: $gray-300 !default;
|
875
|
-
$pagination-hover-border-color: $gray-300 !default;
|
876
|
-
|
877
|
-
$pagination-active-color: $component-active-color !default;
|
878
|
-
$pagination-active-bg: $component-active-bg !default;
|
879
|
-
$pagination-active-border-color: $pagination-active-bg !default;
|
880
|
-
$pagination-active-box-shadow: $btn-hover-box-shadow !default;
|
881
|
-
|
882
|
-
$pagination-disabled-color: $gray-600 !default;
|
883
|
-
$pagination-disabled-bg: transparent !default;
|
884
|
-
$pagination-disabled-border-color: $gray-300 !default;
|
885
|
-
|
886
|
-
|
887
|
-
// Cards
|
888
|
-
|
889
|
-
$card-spacer-y: 1.25rem !default;
|
890
|
-
$card-spacer-x: 1.5rem !default;
|
891
|
-
$card-border-width: $border-width !default;
|
892
|
-
$card-border-radius: $border-radius-sm !default;
|
893
|
-
$card-border-color: rgba($black, .05);
|
894
|
-
$card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width});
|
895
|
-
$card-cap-bg: $gray-100 !default;
|
896
|
-
$card-bg: $white !default;
|
897
|
-
$card-black-background: #27293d !default;
|
898
|
-
$card-img-overlay-padding: 1.25rem !default;
|
899
|
-
|
900
|
-
//$card-group-margin: ($grid-gutter-width / 2);
|
901
|
-
//$card-deck-margin: $card-group-margin !default;
|
902
|
-
|
903
|
-
$card-columns-count: 3 !default;
|
904
|
-
$card-columns-gap: 1.25rem !default;
|
905
|
-
$card-columns-margin: $card-spacer-y !default;
|
906
|
-
|
907
|
-
// Tooltips
|
908
|
-
|
909
|
-
$tooltip-font-size: $font-size-sm !default;
|
910
|
-
$tooltip-max-width: 200px !default;
|
911
|
-
$tooltip-color: $black !default;
|
912
|
-
$tooltip-bg: $white !default;
|
913
|
-
$tooltip-border-radius: $border-radius !default;
|
914
|
-
$tooltip-opacity: .9 !default;
|
915
|
-
$tooltip-padding-y: .25rem !default;
|
916
|
-
$tooltip-padding-x: .5rem !default;
|
917
|
-
$tooltip-margin: 0 !default;
|
918
|
-
|
919
|
-
$tooltip-arrow-width: .8rem !default;
|
920
|
-
$tooltip-arrow-height: .4rem !default;
|
921
|
-
$tooltip-arrow-color: $tooltip-bg !default;
|
922
|
-
|
923
|
-
// Modals
|
924
|
-
|
925
|
-
$modal-inner-padding: 24px 24px 16px 24px !default;
|
926
|
-
|
927
|
-
$modal-lg: 800px !default;
|
928
|
-
$modal-md: 500px !default;
|
929
|
-
$modal-sm: 380px !default;
|
930
|
-
$modal-title-line-height: 1.1;
|
931
|
-
$modal-content-bg: $white !default;
|
932
|
-
$modal-content-border-color: rgba($black, .2);
|
933
|
-
$modal-content-border-width: 1px !default;
|
934
|
-
$modal-content-border-radius: $border-radius-sm !default;
|
935
|
-
$modal-content-box-shadow-xs: 0px 10px 50px 0px rgba(0, 0, 0, 0.5);
|
936
|
-
$modal-content-box-shadow-sm-up: 0 15px 35px rgba(50,50,93,.2), 0 5px 15px rgba(0,0,0,.17);
|
937
|
-
|
938
|
-
$modal-backdrop-bg: $black !default;
|
939
|
-
$modal-backdrop-opacity: .16 !default;
|
940
|
-
$modal-header-border-color: $gray-200 !default;
|
941
|
-
$modal-footer-border-color: $modal-header-border-color !default;
|
942
|
-
$modal-header-border-width: $modal-content-border-width !default;
|
943
|
-
$modal-footer-border-width: $modal-header-border-width !default;
|
944
|
-
$modal-header-padding: 24px 24px 0 24px !default;
|
945
|
-
|
946
|
-
// Progress bars
|
947
|
-
|
948
|
-
$progress-height: .5rem !default;
|
949
|
-
$progress-bg: rgba(0, 0, 0, 0.3) !default;
|
950
|
-
$progress-border-radius: $border-radius-xl !default;
|
951
|
-
$progress-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.3) !default;
|
952
|
-
$progress-bar-color: $white !default;
|
953
|
-
|
954
|
-
// Datepicker
|
955
|
-
|
956
|
-
$datepicker-border-radius: $card-border-radius !default;
|
957
|
-
$datepicker-dropdown-padding: 20px 22px !default;
|
958
|
-
|
959
|
-
$datepicker-cell-transition: $transition-base !default;
|
960
|
-
$datepicker-cell-hover-background: lighten($gray-400, 55%);
|
961
|
-
$datepicker-cell-border-radius: 50% !default;
|
962
|
-
$datepicker-cell-width: 36px !default;
|
963
|
-
$datepicker-cell-height: 36px !default;
|
964
|
-
|
965
|
-
$datepicker-disabled-cell-color: $gray-300 !default;
|
966
|
-
$datepicker-disabled-old-new-color: $gray-500 !default;
|
967
|
-
|
968
|
-
$datepicker-header-cell-border-radius: $border-radius !default;
|
969
|
-
|
970
|
-
$datepicker-active-color: $white !default;
|
971
|
-
$datepicker-active-background: theme-color("primary") !default;
|
972
|
-
$datepicker-active-box-shadow: none !default;
|
973
|
-
|
974
|
-
$datepicker-range-background: theme-color("primary") !default;
|
975
|
-
$datepicker-range-cell-focused-background: darken($datepicker-range-background, 5%);
|
976
|
-
$datepicker-range-color: $white !default;
|
977
|
-
$datepicker-range-highlighted-bg: $gray-200 !default;
|
978
|
-
|
979
|
-
$datepicker-dropdown-border: lighten($gray-400, 40%);
|
980
|
-
$datepicker-dropdown-bg: $white !default;
|
981
|
-
$datepicker-highlighted-bg: $datepicker-active-background !default;
|
982
|
-
|
983
|
-
// Sidebar
|
984
|
-
|
985
|
-
$sidebar-width: 260px;
|
986
|
-
$sidebar-transition: .5s cubic-bezier(0.685, 0.0473, 0.346, 1);
|
987
|
-
$sidebar-box-shadow: 0px 2px 22px 0 rgba(0, 0, 0,.20), 0px 2px 30px 0 rgba(0, 0, 0,.35);
|
988
|
-
|
989
|
-
// Footer
|
990
|
-
|
991
|
-
$footer-link-font-size: .85rem !default;
|
992
|
-
$footer-bg: theme-color("secondary") !default;
|
993
|
-
$footer-color: $gray-600 !default;
|
994
|
-
$footer-link-color: $gray-600 !default;
|
995
|
-
$footer-link-hover-color: $gray-700 !default;
|
996
|
-
$footer-heading-color: $gray-600 !default;
|
997
|
-
$footer-heading-font-size: $font-size-sm !default;
|
879
|
+
// //$pagination-focus-box-shadow: $btn-hover-box-shadow !default;
|
880
|
+
|
881
|
+
// $pagination-hover-color: $gray-600 !default;
|
882
|
+
// $pagination-hover-bg: $gray-300 !default;
|
883
|
+
// $pagination-hover-border-color: $gray-300 !default;
|
884
|
+
|
885
|
+
// $pagination-active-color: $component-active-color !default;
|
886
|
+
// $pagination-active-bg: $component-active-bg !default;
|
887
|
+
// $pagination-active-border-color: $pagination-active-bg !default;
|
888
|
+
// $pagination-active-box-shadow: $btn-hover-box-shadow !default;
|
889
|
+
|
890
|
+
// $pagination-disabled-color: $gray-600 !default;
|
891
|
+
// $pagination-disabled-bg: transparent !default;
|
892
|
+
// $pagination-disabled-border-color: $gray-300 !default;
|
893
|
+
|
894
|
+
// // Cards
|
895
|
+
|
896
|
+
// $card-spacer-y: 1.25rem !default;
|
897
|
+
// $card-spacer-x: 1.5rem !default;
|
898
|
+
// $card-border-width: $border-width !default;
|
899
|
+
// $card-border-radius: $border-radius-sm !default;
|
900
|
+
// $card-border-color: rgba($black, 0.05);
|
901
|
+
// $card-inner-border-radius: calc(#{$card-border-radius} - #{$card-border-width});
|
902
|
+
// $card-cap-bg: $gray-100 !default;
|
903
|
+
// $card-bg: $white !default;
|
904
|
+
// $card-black-background: #27293d !default;
|
905
|
+
// $card-img-overlay-padding: 1.25rem !default;
|
906
|
+
|
907
|
+
// //$card-group-margin: ($grid-gutter-width / 2);
|
908
|
+
// //$card-deck-margin: $card-group-margin !default;
|
909
|
+
|
910
|
+
// $card-columns-count: 3 !default;
|
911
|
+
// $card-columns-gap: 1.25rem !default;
|
912
|
+
// $card-columns-margin: $card-spacer-y !default;
|
913
|
+
|
914
|
+
// // Tooltips
|
915
|
+
|
916
|
+
// $tooltip-font-size: $font-size-sm !default;
|
917
|
+
// $tooltip-max-width: 200px !default;
|
918
|
+
// $tooltip-color: $black !default;
|
919
|
+
// $tooltip-bg: $white !default;
|
920
|
+
// $tooltip-border-radius: $border-radius !default;
|
921
|
+
// $tooltip-opacity: 0.9 !default;
|
922
|
+
// $tooltip-padding-y: 0.25rem !default;
|
923
|
+
// $tooltip-padding-x: 0.5rem !default;
|
924
|
+
// $tooltip-margin: 0 !default;
|
925
|
+
|
926
|
+
// $tooltip-arrow-width: 0.8rem !default;
|
927
|
+
// $tooltip-arrow-height: 0.4rem !default;
|
928
|
+
// $tooltip-arrow-color: $tooltip-bg !default;
|
929
|
+
|
930
|
+
// // Modals
|
931
|
+
|
932
|
+
// $modal-inner-padding: 24px 24px 16px 24px !default;
|
933
|
+
|
934
|
+
// $modal-lg: 800px !default;
|
935
|
+
// $modal-md: 500px !default;
|
936
|
+
// $modal-sm: 380px !default;
|
937
|
+
// $modal-title-line-height: 1.1;
|
938
|
+
// $modal-content-bg: $white !default;
|
939
|
+
// $modal-content-border-color: rgba($black, 0.2);
|
940
|
+
// $modal-content-border-width: 1px !default;
|
941
|
+
// $modal-content-border-radius: $border-radius-sm !default;
|
942
|
+
// $modal-content-box-shadow-xs: 0px 10px 50px 0px rgba(0, 0, 0, 0.5);
|
943
|
+
// $modal-content-box-shadow-sm-up: 0 15px 35px rgba(50, 50, 93, 0.2),
|
944
|
+
// 0 5px 15px rgba(0, 0, 0, 0.17);
|
945
|
+
|
946
|
+
// $modal-backdrop-bg: $black !default;
|
947
|
+
// $modal-backdrop-opacity: 0.16 !default;
|
948
|
+
// $modal-header-border-color: $gray-200 !default;
|
949
|
+
// $modal-footer-border-color: $modal-header-border-color !default;
|
950
|
+
// $modal-header-border-width: $modal-content-border-width !default;
|
951
|
+
// $modal-footer-border-width: $modal-header-border-width !default;
|
952
|
+
// $modal-header-padding: 24px 24px 0 24px !default;
|
953
|
+
|
954
|
+
// // Progress bars
|
955
|
+
|
956
|
+
// $progress-height: 0.5rem !default;
|
957
|
+
// $progress-bg: rgba(0, 0, 0, 0.3) !default;
|
958
|
+
// $progress-border-radius: $border-radius-xl !default;
|
959
|
+
// $progress-box-shadow: 0px 0px 0px 3px rgba(0, 0, 0, 0.3) !default;
|
960
|
+
// $progress-bar-color: $white !default;
|
961
|
+
|
962
|
+
// // Datepicker
|
963
|
+
|
964
|
+
// $datepicker-border-radius: $card-border-radius !default;
|
965
|
+
// $datepicker-dropdown-padding: 20px 22px !default;
|
966
|
+
|
967
|
+
// $datepicker-cell-transition: $transition-base !default;
|
968
|
+
// $datepicker-cell-hover-background: lighten($gray-400, 55%);
|
969
|
+
// $datepicker-cell-border-radius: 50% !default;
|
970
|
+
// $datepicker-cell-width: 36px !default;
|
971
|
+
// $datepicker-cell-height: 36px !default;
|
972
|
+
|
973
|
+
// $datepicker-disabled-cell-color: $gray-300 !default;
|
974
|
+
// $datepicker-disabled-old-new-color: $gray-500 !default;
|
975
|
+
|
976
|
+
// $datepicker-header-cell-border-radius: $border-radius !default;
|
977
|
+
|
978
|
+
// $datepicker-active-color: $white !default;
|
979
|
+
// $datepicker-active-background: theme-color('primary') !default;
|
980
|
+
// $datepicker-active-box-shadow: none !default;
|
981
|
+
|
982
|
+
// $datepicker-range-background: theme-color('primary') !default;
|
983
|
+
// $datepicker-range-cell-focused-background: darken(
|
984
|
+
// $datepicker-range-background,
|
985
|
+
// 5%
|
986
|
+
// );
|
987
|
+
// $datepicker-range-color: $white !default;
|
988
|
+
// $datepicker-range-highlighted-bg: $gray-200 !default;
|
989
|
+
|
990
|
+
// $datepicker-dropdown-border: lighten($gray-400, 40%);
|
991
|
+
// $datepicker-dropdown-bg: $white !default;
|
992
|
+
// $datepicker-highlighted-bg: $datepicker-active-background !default;
|
993
|
+
|
994
|
+
// // Sidebar
|
995
|
+
|
996
|
+
// $sidebar-width: 260px;
|
997
|
+
// $sidebar-transition: 0.5s cubic-bezier(0.685, 0.0473, 0.346, 1);
|
998
|
+
// $sidebar-box-shadow: 0px 2px 22px 0 rgba(0, 0, 0, 0.2),
|
999
|
+
// 0px 2px 30px 0 rgba(0, 0, 0, 0.35);
|
1000
|
+
|
1001
|
+
// // Footer
|
1002
|
+
|
1003
|
+
// $footer-link-font-size: 0.85rem !default;
|
1004
|
+
// $footer-bg: theme-color('secondary') !default;
|
1005
|
+
// $footer-color: $gray-600 !default;
|
1006
|
+
// $footer-link-color: $gray-600 !default;
|
1007
|
+
// $footer-link-hover-color: $gray-700 !default;
|
1008
|
+
// $footer-heading-color: $gray-600 !default;
|
1009
|
+
// $footer-heading-font-size: $font-size-sm !default;
|