viniBaxter-desk_front 22.0.0 → 24.0.0
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 +1 -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/_new_nav.scss +9 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_variables.scss +693 -681
- 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 +480 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_sidebar-and-main-panel.scss +919 -0
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_white-content.scss +43 -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 +286 -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 +523 -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 +240 -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/theme.scss +0 -10
- metadata +98 -45
- 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: 87a58b0efc0e61685f1bcff933581b14ce1266b19db983dceefa57edaf471b01
|
4
|
+
data.tar.gz: 5f500db2e93a0c85f8a0796ed0aadba8de8e6ac2295737061670147d008b51df
|
5
5
|
SHA512:
|
6
|
-
metadata.gz:
|
7
|
-
data.tar.gz:
|
6
|
+
metadata.gz: 541924bc970b514f9b98a1157b5e3be52696250bc37dfb0b04c8b58c1a263311da9aca17a04f44cdcdd488200331ca94da7a5c84d81be9018ed5fbcbd0b7ec05
|
7
|
+
data.tar.gz: a4ddc2053b61616bdee7296e3b3dd416e1a59a2578286e17254eee0020cb70694258f2328c07ccb7e23ef2ea75199c8fc9cd5b451004c77f6ca221afa18dddf6
|
@@ -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,226 +1,226 @@
|
|
1
|
-
|
2
1
|
// Global settings
|
3
2
|
|
4
|
-
$enable-caret:
|
5
|
-
$enable-rounded:
|
6
|
-
$enable-shadows:
|
7
|
-
$enable-gradients:
|
8
|
-
$enable-transitions:
|
9
|
-
$enable-grid-classes:
|
10
|
-
$enable-print-styles:
|
11
|
-
|
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;
|
12
10
|
|
13
11
|
// Color system
|
14
12
|
|
15
|
-
$white:
|
13
|
+
$white: #ffffff !default;
|
16
14
|
$gray-100: #f6f9fc !default;
|
17
15
|
$gray-200: #e9ecef !default;
|
18
16
|
$gray-300: #e3e3e3 !default;
|
19
17
|
$gray-400: #ced4da !default;
|
20
18
|
$gray-500: #adb5bd !default;
|
21
|
-
$gray-600: #6c757d !default;
|
22
|
-
$gray-700: #525f7f !default;
|
23
|
-
$gray-800: #32325d !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
|
24
22
|
$gray-900: #212529 !default;
|
25
|
-
$link-disabled:
|
26
|
-
$transparent-bg:
|
27
|
-
$light-bg:
|
28
|
-
$dark-background:
|
29
|
-
|
23
|
+
$link-disabled: #666666 !default;
|
24
|
+
$transparent-bg: transparent !default;
|
25
|
+
$light-bg: #f5f6fa !default;
|
26
|
+
$dark-background: #555555 !default;
|
30
27
|
|
31
28
|
$grays: () !default;
|
32
|
-
$grays: map-merge(
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
42
|
-
|
43
|
-
|
44
|
-
$
|
45
|
-
|
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
|
-
|
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
|
+
);
|
64
43
|
|
65
|
-
$
|
66
|
-
$
|
67
|
-
$
|
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;
|
68
54
|
|
55
|
+
$line-height-lg: 1.625rem !default;
|
56
|
+
$line-height-sm: 1.5 !default;
|
57
|
+
$line-height: 1.35em !default;
|
69
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;
|
70
62
|
|
71
|
-
$opacity-
|
72
|
-
$opacity-
|
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;
|
73
66
|
|
67
|
+
$opacity-1: rgba(255, 255, 255, 0.1) !default;
|
68
|
+
$opacity-2: rgba(255, 255, 255, 0.2) !default;
|
74
69
|
|
75
70
|
// end beniamin
|
76
71
|
|
77
72
|
$colors: () !default;
|
78
|
-
$colors: map-merge(
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
92
|
-
|
93
|
-
|
94
|
-
|
95
|
-
|
96
|
-
$
|
97
|
-
|
98
|
-
|
99
|
-
$default:
|
100
|
-
$
|
101
|
-
$secondary: #f4f5f7 !default;
|
102
|
-
$success: #00f2c3 !default;
|
103
|
-
$info: #1d8cf8 !default;
|
104
|
-
$warning: #ff8d72 !default;
|
105
|
-
$danger: #fd5d93 !default;
|
106
|
-
$black: #222a42 !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;
|
107
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;
|
108
105
|
|
109
106
|
// gradient
|
110
|
-
$default-states:
|
111
|
-
$primary-states:
|
112
|
-
$success-states:
|
113
|
-
$info-states:
|
114
|
-
$warning-states:
|
115
|
-
$danger-states:
|
116
|
-
$black-states:
|
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;
|
117
114
|
|
118
|
-
$background-black:
|
119
|
-
$background-states-black:
|
115
|
+
$background-black: #1e1e2f !default;
|
116
|
+
$background-states-black: #1e1e24 !default;
|
120
117
|
|
121
118
|
// opacity
|
122
|
-
$default-opacity:
|
123
|
-
$primary-opacity:
|
124
|
-
$success-opacity:
|
125
|
-
$info-opacity:
|
126
|
-
$warning-opacity:
|
127
|
-
$danger-opacity:
|
128
|
-
|
129
|
-
$light-gray:
|
130
|
-
$medium-gray:
|
131
|
-
$dark-gray:
|
132
|
-
$card-stats-gray:
|
133
|
-
$active-gray:
|
134
|
-
$nav-gray:
|
135
|
-
$search-gray:
|
136
|
-
$calendar-gray:
|
137
|
-
$active-blue:
|
138
|
-
|
139
|
-
|
140
|
-
|
141
|
-
$
|
142
|
-
|
143
|
-
$
|
144
|
-
|
145
|
-
$
|
146
|
-
$
|
147
|
-
$
|
148
|
-
$
|
149
|
-
$
|
150
|
-
$
|
151
|
-
$
|
152
|
-
$
|
153
|
-
$
|
154
|
-
$
|
155
|
-
$
|
156
|
-
$
|
157
|
-
$
|
158
|
-
$
|
159
|
-
$
|
160
|
-
$
|
161
|
-
$
|
162
|
-
$
|
163
|
-
$
|
164
|
-
$
|
165
|
-
$
|
166
|
-
$
|
167
|
-
$behance: #1769ff !default;
|
168
|
-
$behance-states: lighten($behance, 6%) !default;
|
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;
|
169
164
|
|
170
165
|
$theme-colors: () !default;
|
171
|
-
$theme-colors: map-merge(
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
|
182
|
-
|
183
|
-
|
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
|
+
);
|
184
182
|
|
185
183
|
$brand-colors: () !default;
|
186
|
-
$brand-colors: map-merge(
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
200
|
-
|
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
201
|
|
202
202
|
/* brand Colors */
|
203
|
-
$brand-primary:
|
204
|
-
$brand-info:
|
205
|
-
$brand-success:
|
206
|
-
$brand-warning:
|
207
|
-
$brand-danger:
|
208
|
-
$brand-inverse:
|
209
|
-
|
210
|
-
$topbar-x:
|
211
|
-
$topbar-back:
|
212
|
-
$bottombar-x:
|
213
|
-
$bottombar-back:
|
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
214
|
|
215
215
|
// Set a specific jump point for requesting color jumps
|
216
|
-
$theme-color-interval:
|
216
|
+
$theme-color-interval: 8% !default;
|
217
217
|
|
218
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:
|
219
|
+
$yiq-contrasted-threshold: 200 !default;
|
220
220
|
|
221
221
|
// Customize the light and dark text colors for use in our YIQ color contrast function.
|
222
|
-
$yiq-text-dark:
|
223
|
-
$yiq-text-light:
|
222
|
+
$yiq-text-dark: $gray-900 !default;
|
223
|
+
$yiq-text-light: $white !default;
|
224
224
|
|
225
225
|
// Action colors
|
226
226
|
|
@@ -231,30 +231,31 @@ $favorite-color: $yellow !default;
|
|
231
231
|
$like-color: $blue !default;
|
232
232
|
$love-color: $red !default;
|
233
233
|
|
234
|
-
|
235
234
|
// Body
|
236
235
|
|
237
236
|
$body-bg: $background-black !default;
|
238
237
|
$body-color: $gray-700 !default;
|
239
238
|
|
240
|
-
|
241
239
|
// Sections
|
242
240
|
|
243
241
|
$section-colors: () !default;
|
244
|
-
$section-colors: map-merge(
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
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
|
+
);
|
251
252
|
|
252
253
|
// Links
|
253
254
|
|
254
|
-
$link-color:
|
255
|
-
$link-decoration:
|
256
|
-
$link-hover-color:
|
257
|
-
$link-hover-decoration:
|
255
|
+
$link-color: $primary !default;
|
256
|
+
$link-decoration: none !default;
|
257
|
+
$link-hover-color: darken($link-color, 15%);
|
258
|
+
$link-hover-decoration: none !default;
|
258
259
|
|
259
260
|
// Grid breakpoints
|
260
261
|
|
@@ -263,508 +264,522 @@ $grid-breakpoints: (
|
|
263
264
|
sm: 576px,
|
264
265
|
md: 768px,
|
265
266
|
lg: 992px,
|
266
|
-
xl: 1200px
|
267
|
+
xl: 1200px,
|
267
268
|
);
|
268
269
|
|
269
|
-
@include _assert-ascending($grid-breakpoints,
|
270
|
+
@include _assert-ascending($grid-breakpoints, '$grid-breakpoints');
|
270
271
|
@include _assert-starts-at-zero($grid-breakpoints);
|
271
272
|
|
272
|
-
|
273
273
|
// Grid containers
|
274
274
|
//
|
275
275
|
// Define the maximum width of `.container` for different screen sizes.
|
276
276
|
|
277
|
-
|
278
277
|
// Spacing
|
279
278
|
|
280
279
|
$spacer: 1rem !default;
|
281
280
|
$spacers: () !default;
|
282
|
-
$spacers: map-merge(
|
283
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
$
|
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
|
+
);
|
297
312
|
|
298
|
-
$padding-
|
299
|
-
$padding-
|
313
|
+
$padding-base-vertical: 0.5rem !default;
|
314
|
+
$padding-base-horizontal: 0.7rem !default;
|
300
315
|
|
301
|
-
$padding-
|
316
|
+
$padding-btn-vertical: 11px !default;
|
317
|
+
$padding-btn-horizontal: 40px !default;
|
302
318
|
|
303
|
-
$padding-
|
319
|
+
$padding-round-horizontal: 23px !default;
|
304
320
|
|
305
|
-
$padding-
|
306
|
-
$padding-input-horizontal: 19px !default;
|
321
|
+
$padding-lg-vertical: 15px !default;
|
307
322
|
|
323
|
+
$padding-input-vertical: 11px !default;
|
324
|
+
$padding-input-horizontal: 19px !default;
|
308
325
|
|
309
|
-
$margin-lg-vertical:
|
310
|
-
$margin-base-vertical:
|
326
|
+
$margin-lg-vertical: 30px !default;
|
327
|
+
$margin-base-vertical: 15px !default;
|
311
328
|
|
312
329
|
// This variable affects the `.h-*` and `.w-*` classes.
|
313
330
|
|
314
331
|
$sizes: () !default;
|
315
|
-
$sizes: map-merge(
|
316
|
-
|
317
|
-
|
318
|
-
|
319
|
-
|
320
|
-
|
332
|
+
$sizes: map-merge(
|
333
|
+
(
|
334
|
+
25: 25%,
|
335
|
+
50: 50%,
|
336
|
+
75: 75%,
|
337
|
+
100: 100%,
|
338
|
+
),
|
339
|
+
$sizes
|
340
|
+
);
|
321
341
|
|
322
342
|
// Components
|
323
343
|
|
324
|
-
$shape-height-xl:
|
325
|
-
$shape-height-lg:
|
326
|
-
$shape-height-sm:
|
344
|
+
$shape-height-xl: 1.5 !default;
|
345
|
+
$shape-height-lg: 1.5 !default;
|
346
|
+
$shape-height-sm: 1.5 !default;
|
327
347
|
|
328
348
|
// border
|
329
|
-
$none:
|
330
|
-
$border-thin:
|
331
|
-
$border-thick:
|
332
|
-
$border-width:
|
333
|
-
$border-color:
|
334
|
-
|
335
|
-
$border-radius:
|
336
|
-
$border-radius-xl:
|
337
|
-
$border-radius-lg:
|
338
|
-
$border-radius-sm:
|
339
|
-
$border-radius-xs:
|
340
|
-
|
341
|
-
$margin-bottom:
|
342
|
-
$border:
|
343
|
-
|
344
|
-
$box-shadow-sm:
|
345
|
-
$box-shadow:
|
346
|
-
$box-shadow-lg:
|
347
|
-
|
348
|
-
$dropdown-shadow:
|
349
|
-
$box-shadow-raised:
|
350
|
-
$box-shadow:
|
351
|
-
|
352
|
-
$component-active-color:
|
353
|
-
$component-active-bg:
|
354
|
-
$component-active-border-color: theme-color(
|
355
|
-
|
356
|
-
$component-hover-color:
|
357
|
-
$component-hover-bg:
|
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;
|
358
378
|
$component-hover-border-color: $gray-300 !default;
|
359
379
|
|
360
|
-
$caret-width:
|
361
|
-
|
362
|
-
$transition-base: all .15s ease !default;
|
363
|
-
$transition-fade: opacity .15s linear !default;
|
364
|
-
$transition-collapse: height .35s ease !default;
|
380
|
+
$caret-width: 0.3em !default;
|
365
381
|
|
366
|
-
$
|
382
|
+
$transition-base: all 0.15s ease !default;
|
383
|
+
$transition-fade: opacity 0.15s linear !default;
|
384
|
+
$transition-collapse: height 0.35s ease !default;
|
367
385
|
|
368
|
-
$transition-
|
369
|
-
$transition-bezier: cubic-bezier(0.34, 1.61, 0.7, 1) !default;
|
370
|
-
$transition-ease: ease 0s;
|
386
|
+
$fast-transition-time: 150ms !default;
|
371
387
|
|
372
|
-
$
|
373
|
-
$
|
388
|
+
$transition-linear: linear !default;
|
389
|
+
$transition-bezier: cubic-bezier(0.34, 1.61, 0.7, 1) !default;
|
390
|
+
$transition-ease: ease 0s;
|
374
391
|
|
392
|
+
$select-coordinates: 50% -40px !default;
|
393
|
+
$general-transition-time: 300ms !default;
|
375
394
|
|
376
395
|
// Fonts
|
377
396
|
|
378
|
-
$font-family-base:
|
379
|
-
$font-family-alt:
|
397
|
+
$font-family-base: 'Poppins', sans-serif !default;
|
398
|
+
$font-family-alt: 'Poppins', sans-serif !default;
|
380
399
|
|
381
|
-
$font-size-dash:
|
400
|
+
$font-size-dash: 0.875rem !default;
|
382
401
|
|
383
|
-
$font-size-base:
|
384
|
-
$font-size-xl:
|
385
|
-
$font-size-lg:
|
386
|
-
$font-size-sm:
|
387
|
-
$font-size-xs:
|
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);
|
388
407
|
|
389
|
-
$h1-font-size:
|
390
|
-
$h2-font-size:
|
391
|
-
$h3-font-size:
|
392
|
-
$h4-font-size:
|
393
|
-
$h5-font-size:
|
394
|
-
$h6-font-size:
|
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;
|
395
414
|
|
396
|
-
$font-weight-light:
|
397
|
-
$font-weight-normal:
|
398
|
-
$font-weight-bold:
|
399
|
-
$font-weight-extra-bold:
|
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;
|
400
419
|
|
401
|
-
$font-paragraph:
|
420
|
+
$font-paragraph: 1rem !default;
|
402
421
|
|
403
|
-
$font-weight-base:
|
404
|
-
$shape-height-base:
|
422
|
+
$font-weight-base: $font-weight-normal !default;
|
423
|
+
$shape-height-base: 1.428571 !default;
|
405
424
|
|
406
|
-
$headings-margin-bottom:
|
407
|
-
$headings-font-family:
|
408
|
-
$headings-font-weight:
|
409
|
-
$headings-line-height:
|
410
|
-
$headings-color:
|
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;
|
411
430
|
|
412
|
-
$heading-letter-spacing:
|
413
|
-
$heading-font-size:
|
414
|
-
$heading-text-transform:
|
415
|
-
$heading-font-weight:
|
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;
|
416
435
|
|
417
|
-
$heading-title-letter-spacing:
|
418
|
-
$heading-title-font-size:
|
419
|
-
$heading-title-font-weight:
|
420
|
-
$heading-title-text-transform:
|
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;
|
421
440
|
|
422
|
-
$heading-section-letter-spacing:
|
423
|
-
$heading-section-font-size:
|
424
|
-
$heading-section-font-weight:
|
425
|
-
$heading-section-text-transform:
|
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;
|
426
445
|
|
427
|
-
$display1-size:
|
428
|
-
$display2-size:
|
429
|
-
$display3-size:
|
430
|
-
$display4-size:
|
446
|
+
$display1-size: 3.3rem !default;
|
447
|
+
$display2-size: 2.75rem !default;
|
448
|
+
$display3-size: 2.1875rem !default;
|
449
|
+
$display4-size: 1.6275rem !default;
|
431
450
|
|
432
|
-
$display1-weight:
|
433
|
-
$display2-weight:
|
434
|
-
$display3-weight:
|
435
|
-
$display4-weight:
|
436
|
-
$display-line-height:
|
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;
|
437
456
|
|
438
|
-
$paragraph-font-size:
|
439
|
-
$paragraph-font-weight:
|
440
|
-
$paragraph-line-height:
|
457
|
+
$paragraph-font-size: 0.625rem !default;
|
458
|
+
$paragraph-font-weight: 300 !default;
|
459
|
+
$paragraph-line-height: 1.7 !default;
|
441
460
|
|
442
|
-
$lead-font-size:
|
443
|
-
$lead-font-weight:
|
461
|
+
$lead-font-size: ($paragraph-font-size * 1.25);
|
462
|
+
$lead-font-weight: 300 !default;
|
444
463
|
|
445
|
-
$small-font-size:
|
464
|
+
$small-font-size: 80% !default;
|
446
465
|
|
447
|
-
$text-muted:
|
466
|
+
$text-muted: $gray-600 !default;
|
448
467
|
|
449
|
-
$blockquote-small-color:
|
450
|
-
$blockquote-font-size:
|
468
|
+
$blockquote-small-color: $gray-600 !default;
|
469
|
+
$blockquote-font-size: ($font-size-base * 1.1);
|
451
470
|
|
452
|
-
$hr-border-color:
|
453
|
-
$hr-border-width:
|
471
|
+
$hr-border-color: rgba($black, 0.1);
|
472
|
+
$hr-border-width: $border-width !default;
|
454
473
|
|
455
|
-
$mark-padding:
|
474
|
+
$mark-padding: 0.2em !default;
|
456
475
|
|
457
|
-
$dt-font-weight:
|
476
|
+
$dt-font-weight: $font-weight-bold !default;
|
458
477
|
|
459
|
-
$list-inline-padding:
|
478
|
+
$list-inline-padding: 0.5rem !default;
|
460
479
|
|
461
|
-
$mark-bg:
|
462
|
-
|
463
|
-
$hr-margin-y: $spacer * 2 !default;
|
480
|
+
$mark-bg: #fcf8e3 !default;
|
464
481
|
|
482
|
+
$hr-margin-y: $spacer * 2 !default;
|
465
483
|
|
466
484
|
// Icons
|
467
485
|
|
468
|
-
$icon-size:
|
469
|
-
$icon-size-regular:
|
470
|
-
$icon-font-size-regular:
|
471
|
-
$icon-font-size-sm:
|
472
|
-
$icon-size-sm:
|
473
|
-
$icon-font-size-lg:
|
474
|
-
$icon-size-lg:
|
475
|
-
$icon-size-xl:
|
476
|
-
|
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;
|
477
494
|
|
478
495
|
// Tables
|
479
496
|
|
480
|
-
$table-cell-padding:
|
481
|
-
$table-cell-padding-sm:
|
482
|
-
|
483
|
-
$table-bg: transparent !default;
|
484
|
-
$table-accent-bg: rgba($black, .05);
|
485
|
-
$table-hover-bg: rgba($black, .075);
|
486
|
-
$table-active-bg: $table-hover-bg !default;
|
497
|
+
$table-cell-padding: 1rem !default;
|
498
|
+
$table-cell-padding-sm: 0.3rem !default;
|
487
499
|
|
488
|
-
$table-
|
489
|
-
$table-
|
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;
|
490
504
|
|
491
|
-
$table-
|
492
|
-
$table-
|
505
|
+
$table-border-width: $border-width !default;
|
506
|
+
$table-border-color: $gray-300 !default;
|
493
507
|
|
494
|
-
$table-
|
495
|
-
$table-
|
496
|
-
$table-dark-hover-bg: rgba($white, .075);
|
497
|
-
$table-dark-border-color: lighten($gray-900, 7.5%);
|
498
|
-
$table-dark-color: $body-bg !default;
|
508
|
+
$table-head-bg: $gray-200 !default;
|
509
|
+
$table-head-color: $gray-700 !default;
|
499
510
|
|
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;
|
500
516
|
|
501
517
|
// Buttons + Forms
|
502
518
|
|
503
|
-
$input-btn-padding-y:
|
504
|
-
$input-btn-padding-x:
|
505
|
-
$input-btn-line-height:
|
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;
|
506
522
|
|
507
|
-
$input-btn-focus-width:
|
508
|
-
$input-btn-focus-color:
|
523
|
+
$input-btn-focus-width: 0 !default;
|
524
|
+
$input-btn-focus-color: rgba($component-active-bg, 1);
|
509
525
|
//$input-btn-focus-box-shadow: 0 4px 10px 0 rgba(0, 0, 0, 0.04);
|
510
|
-
$input-btn-focus-box-shadow:
|
526
|
+
$input-btn-focus-box-shadow: none !default;
|
511
527
|
|
512
|
-
$input-btn-padding-y-sm:
|
513
|
-
$input-btn-padding-x-sm:
|
514
|
-
$input-btn-line-height-sm:
|
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;
|
515
531
|
|
516
|
-
$input-btn-padding-y-lg:
|
517
|
-
$input-btn-padding-x-lg:
|
518
|
-
$input-btn-line-height-lg:
|
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;
|
519
535
|
|
520
|
-
$input-btn-border-width:
|
536
|
+
$input-btn-border-width: 1px !default;
|
521
537
|
|
522
|
-
$input-btn-font-size-sm:
|
523
|
-
$input-btn-font-size:
|
524
|
-
$input-btn-font-size-lg:
|
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;
|
525
541
|
|
526
|
-
$input-padding-vertical:
|
527
|
-
$input-padding-horizontal:
|
542
|
+
$input-padding-vertical: 11px !default;
|
543
|
+
$input-padding-horizontal: 19px !default;
|
528
544
|
|
529
545
|
// Buttons
|
530
546
|
|
531
|
-
$btn-padding-y:
|
532
|
-
$btn-padding-x:
|
533
|
-
$btn-line-height:
|
534
|
-
|
535
|
-
$btn-padding-y-sm: 5px !default;
|
536
|
-
$btn-padding-x-sm: 15px !default;
|
537
|
-
$btn-line-height-sm: $input-btn-line-height-sm !default;
|
538
|
-
|
539
|
-
$btn-padding-y-lg: 15px !default;
|
540
|
-
$btn-padding-x-lg: 48px !default;
|
541
|
-
$btn-line-height-lg: $input-btn-line-height-lg !default;
|
542
|
-
|
543
|
-
$btn-border-width: $input-btn-border-width !default;
|
547
|
+
$btn-padding-y: 11px !default;
|
548
|
+
$btn-padding-x: 40px !default;
|
549
|
+
$btn-line-height: $line-height !default;
|
544
550
|
|
545
|
-
$btn-
|
546
|
-
$btn-
|
547
|
-
$btn-
|
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;
|
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;
|
553
554
|
|
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;
|
554
558
|
|
555
|
-
$btn-
|
556
|
-
$btn-round-radius: 30px !default;
|
559
|
+
$btn-border-width: $input-btn-border-width !default;
|
557
560
|
|
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;
|
558
570
|
|
571
|
+
$btn-active-box-shadow: none !default;
|
572
|
+
$btn-round-radius: 30px !default;
|
559
573
|
|
560
574
|
// Forms
|
561
575
|
|
562
|
-
$input-padding-y:
|
563
|
-
$input-padding-x:
|
564
|
-
$input-line-height:
|
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;
|
565
579
|
|
566
|
-
$input-padding-y-sm:
|
567
|
-
$input-padding-x-sm:
|
568
|
-
$input-line-height-sm:
|
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;
|
569
583
|
|
570
|
-
$input-padding-y-lg:
|
571
|
-
$input-padding-x-lg:
|
572
|
-
$input-line-height-lg:
|
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;
|
573
587
|
|
574
|
-
$input-border-radius:
|
575
|
-
$input-border-radius-xl:
|
576
|
-
$input-border-radius-lg:
|
577
|
-
$input-border-radius-sm:
|
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;
|
578
592
|
|
579
|
-
$input-bg:
|
580
|
-
$input-disabled-bg:
|
593
|
+
$input-bg: $transparent-bg !default;
|
594
|
+
$input-disabled-bg: $gray-200 !default;
|
581
595
|
|
582
|
-
$input-muted-bg:
|
596
|
+
$input-muted-bg: #edf0f5 !default;
|
583
597
|
|
584
|
-
$input-alternative-box-shadow:
|
585
|
-
|
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);
|
586
602
|
|
587
|
-
$input-color:
|
588
|
-
$input-border-color:
|
589
|
-
$input-border-width:
|
590
|
-
$input-box-shadow:
|
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;
|
591
607
|
|
592
|
-
$input-focus-bg:
|
593
|
-
$input-focus-border-color:
|
594
|
-
$input-focus-color:
|
595
|
-
$input-focus-width:
|
596
|
-
$input-focus-box-shadow:
|
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;
|
597
613
|
|
598
|
-
$input-placeholder-color:
|
599
|
-
$input-focus-placeholder-color:
|
614
|
+
$input-placeholder-color: $gray-500 !default;
|
615
|
+
$input-focus-placeholder-color: $gray-500 !default;
|
600
616
|
|
601
|
-
$input-height-border:
|
602
|
-
$input-height-inner:
|
603
|
-
|
604
|
-
|
605
|
-
$input-transition: all .2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
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;
|
606
621
|
|
622
|
+
$input-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
607
623
|
|
608
624
|
// Input groups
|
609
625
|
|
610
|
-
$input-group-addon-color:
|
611
|
-
$input-group-addon-bg:
|
612
|
-
$input-group-addon-border-color:
|
613
|
-
|
614
|
-
$input-group-addon-focus-color: $input-focus-color !default;
|
615
|
-
$input-group-addon-focus-bg: $input-focus-bg !default;
|
616
|
-
$input-group-addon-focus-border-color: $input-focus-border-color !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;
|
617
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;
|
618
633
|
|
619
634
|
// Custom forms
|
620
635
|
|
621
|
-
$custom-control-gutter:
|
622
|
-
$custom-control-spacer-x:
|
623
|
-
$custom-control-indicator-size:
|
636
|
+
$custom-control-gutter: 1.75rem !default;
|
637
|
+
$custom-control-spacer-x: 1rem !default;
|
638
|
+
$custom-control-indicator-size: 1.25rem !default;
|
624
639
|
|
625
|
-
$custom-control-indicator-bg:
|
626
|
-
$custom-control-indicator-border-width:
|
627
|
-
$custom-control-indicator-border-color:
|
628
|
-
$custom-control-indicator-box-shadow:
|
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;
|
629
644
|
|
630
|
-
$custom-control-indicator-focus-box-shadow:
|
645
|
+
$custom-control-indicator-focus-box-shadow: $custom-control-indicator-box-shadow !default;
|
631
646
|
|
632
|
-
$custom-control-indicator-hover-color:
|
633
|
-
$custom-control-indicator-hover-bg:
|
634
|
-
$custom-control-indicator-hover-border-color:
|
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;
|
635
650
|
|
636
|
-
$custom-control-indicator-active-color:
|
637
|
-
$custom-control-indicator-active-bg:
|
638
|
-
$custom-control-indicator-active-border-color:
|
639
|
-
$custom-control-indicator-active-box-shadow:
|
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;
|
640
655
|
|
641
|
-
$custom-control-indicator-checked-color:
|
642
|
-
$custom-control-indicator-checked-bg:
|
656
|
+
$custom-control-indicator-checked-color: $component-active-color !default;
|
657
|
+
$custom-control-indicator-checked-bg: $component-active-bg !default;
|
643
658
|
$custom-control-indicator-checked-border-color: $component-active-border-color !default;
|
644
|
-
$custom-control-indicator-checked-box-shadow:
|
645
|
-
$custom-control-indicator-checked-disabled-bg:
|
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
|
+
);
|
646
664
|
|
647
|
-
$custom-control-indicator-disabled-bg:
|
648
|
-
$custom-control-label-disabled-color:
|
665
|
+
$custom-control-indicator-disabled-bg: $gray-200 !default;
|
666
|
+
$custom-control-label-disabled-color: $gray-600 !default;
|
649
667
|
|
650
|
-
$custom-checkbox-indicator-border-radius:
|
668
|
+
$custom-checkbox-indicator-border-radius: $border-radius-sm !default;
|
651
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;
|
652
670
|
|
653
|
-
$custom-toggle-slider-bg:
|
654
|
-
$custom-toggle-checked-bg:
|
671
|
+
$custom-toggle-slider-bg: #ddd !default;
|
672
|
+
$custom-toggle-checked-bg: theme-color('primary') !default;
|
655
673
|
|
656
674
|
// Form validation
|
657
675
|
|
658
|
-
$form-feedback-valid-bg:
|
659
|
-
$form-feedback-valid-color:
|
660
|
-
$form-feedback-invalid-bg:
|
661
|
-
$form-feedback-invalid-color:
|
662
|
-
|
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;
|
663
680
|
|
664
681
|
// Allows for customizing button radius independently from global border radius
|
665
682
|
|
666
|
-
$btn-border-radius:
|
667
|
-
$btn-border-radius-xl:
|
668
|
-
$btn-border-radius-lg:
|
669
|
-
$btn-border-radius-sm:
|
670
|
-
|
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;
|
671
687
|
|
672
688
|
// No UI Slider
|
673
689
|
|
674
|
-
$noui-target-bg:
|
675
|
-
$noui-target-thickness:
|
676
|
-
$noui-target-border-radius:
|
677
|
-
$noui-target-border-color:
|
678
|
-
$noui-target-box-shadow:
|
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);
|
679
695
|
|
680
|
-
$noui-slider-connect-bg:
|
696
|
+
$noui-slider-connect-bg: $primary !default;
|
681
697
|
$noui-slider-connect-disabled-bg: #b2b2b2 !default;
|
682
698
|
|
683
|
-
$noui-handle-width:
|
684
|
-
$noui-handle-bg:
|
685
|
-
$noui-handle-border:
|
686
|
-
$noui-handle-border-radius:
|
687
|
-
|
688
|
-
$noui-origin-border-radius: 2px !default;
|
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;
|
689
703
|
|
704
|
+
$noui-origin-border-radius: 2px !default;
|
690
705
|
|
691
706
|
// Dropdown
|
692
707
|
|
693
|
-
$dropdown-bg:
|
694
|
-
$dropdown-border-width:
|
695
|
-
$dropdown-border-color:
|
696
|
-
$dropdown-border-radius:
|
697
|
-
$dropdown-box-shadow:
|
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);
|
698
714
|
|
699
|
-
$dropdown-link-active-color:
|
700
|
-
$dropdown-link-active-bg:
|
715
|
+
$dropdown-link-active-color: $component-active-color !default;
|
716
|
+
$dropdown-link-active-bg: $component-active-bg !default;
|
701
717
|
|
702
718
|
// Navs
|
703
719
|
|
704
|
-
$nav-link-padding-y:
|
705
|
-
$nav-link-padding-x:
|
706
|
-
$nav-link-color:
|
707
|
-
$nav-link-disabled-color:
|
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;
|
708
724
|
|
709
|
-
$nav-pills-padding-y:
|
710
|
-
$nav-pills-padding-x:
|
725
|
+
$nav-pills-padding-y: 0.75rem !default;
|
726
|
+
$nav-pills-padding-x: 1rem !default;
|
711
727
|
|
712
|
-
$nav-pills-space-x:
|
728
|
+
$nav-pills-space-x: 1rem !default;
|
713
729
|
|
714
|
-
$nav-pills-bg:
|
715
|
-
$nav-pills-border-width:
|
716
|
-
$nav-pills-border-color:
|
717
|
-
$nav-pills-border-radius:
|
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;
|
718
734
|
|
719
|
-
$nav-pills-link-color:
|
720
|
-
$nav-pills-link-hover-color:
|
721
|
-
$nav-pills-link-active-color:
|
722
|
-
$nav-pills-link-active-bg:
|
723
|
-
$nav-pills-box-shadow:
|
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;
|
724
740
|
|
725
741
|
// Navbar
|
726
742
|
|
727
|
-
$navbar-transition:
|
728
|
-
$navbar-padding-y:
|
729
|
-
$navbar-padding-x:
|
743
|
+
$navbar-transition: all 0.15s linear !default;
|
744
|
+
$navbar-padding-y: 0.625rem !default;
|
745
|
+
$navbar-padding-x: 0.9375rem !default;
|
730
746
|
|
731
|
-
$navbar-nav-link-padding-x:
|
732
|
-
$navbar-nav-link-padding-y:
|
747
|
+
$navbar-nav-link-padding-x: 1rem !default;
|
748
|
+
$navbar-nav-link-padding-y: 1rem !default;
|
733
749
|
|
734
|
-
$navbar-nav-link-font-family:
|
735
|
-
$navbar-nav-link-font-size:
|
736
|
-
$navbar-nav-link-font-weight:
|
737
|
-
$navbar-nav-link-text-transform:
|
738
|
-
$navbar-nav-link-letter-spacing:
|
739
|
-
$navbar-nav-link-border-radius:
|
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;
|
740
756
|
|
741
757
|
/* navbar color */
|
742
|
-
$navbar-color:
|
743
|
-
$navbar-dark-bg:
|
744
|
-
$navbar-dark-hover-bg:
|
745
|
-
$navbar-dark-active-bg:
|
746
|
-
$navbar-dark-color:
|
747
|
-
$navbar-dark-hover-color:
|
748
|
-
$navbar-dark-active-color:
|
749
|
-
$navbar-dark-disabled-color:
|
750
|
-
$navbar-dark-toggler-border-color:
|
751
|
-
|
752
|
-
$navbar-light-bg:
|
753
|
-
$navbar-light-hover-bg:
|
754
|
-
$navbar-light-active-bg:
|
755
|
-
$navbar-light-color:
|
756
|
-
$navbar-light-hover-color:
|
757
|
-
$navbar-light-active-color:
|
758
|
-
$navbar-light-disabled-color:
|
759
|
-
$navbar-light-toggler-icon-bg:
|
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;
|
767
|
+
|
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;
|
760
776
|
$navbar-light-toggler-border-color: transparent !default;
|
761
|
-
$full-width:
|
762
|
-
$navbar-padding:
|
763
|
-
|
777
|
+
$full-width: 100% !default;
|
778
|
+
$navbar-padding: 10px 15px !default;
|
764
779
|
|
765
780
|
// Alerts
|
766
781
|
|
767
|
-
$alert-padding-y: .9rem !default;
|
782
|
+
$alert-padding-y: 0.9rem !default;
|
768
783
|
$alert-padding-x: 1.25rem !default;
|
769
784
|
$alert-border-radius: $border-radius-sm !default;
|
770
785
|
|
@@ -772,184 +787,177 @@ $alert-bg-level: -2 !default;
|
|
772
787
|
$alert-border-level: -2 !default;
|
773
788
|
$alert-color-level: 0 !default;
|
774
789
|
|
775
|
-
|
776
790
|
// List group
|
777
791
|
|
778
|
-
$list-group-bg:
|
779
|
-
$list-group-border-color:
|
780
|
-
$list-group-border-width:
|
781
|
-
$list-group-border-radius:
|
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;
|
782
796
|
|
783
|
-
$list-group-item-padding-y:
|
784
|
-
$list-group-item-padding-x:
|
797
|
+
$list-group-item-padding-y: 1rem !default;
|
798
|
+
$list-group-item-padding-x: 1rem !default;
|
785
799
|
|
786
|
-
$list-group-hover-bg:
|
787
|
-
$list-group-active-color:
|
788
|
-
$list-group-active-bg:
|
789
|
-
$list-group-active-border-color:
|
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;
|
790
804
|
|
791
|
-
$list-group-disabled-color:
|
792
|
-
$list-group-disabled-bg:
|
805
|
+
$list-group-disabled-color: $gray-600 !default;
|
806
|
+
$list-group-disabled-bg: $list-group-bg !default;
|
793
807
|
|
794
|
-
$list-group-action-color:
|
795
|
-
$list-group-action-hover-color:
|
796
|
-
|
797
|
-
$list-group-action-active-color: $list-group-action-color !default;
|
798
|
-
$list-group-action-active-bg: $gray-200 !default;
|
808
|
+
$list-group-action-color: $gray-700 !default;
|
809
|
+
$list-group-action-hover-color: $list-group-action-color !default;
|
799
810
|
|
811
|
+
$list-group-action-active-color: $list-group-action-color !default;
|
812
|
+
$list-group-action-active-bg: $gray-200 !default;
|
800
813
|
|
801
814
|
// Close
|
802
815
|
|
803
|
-
$close-font-size:
|
804
|
-
$close-font-weight:
|
805
|
-
$close-bg:
|
806
|
-
$close-hover-bg:
|
807
|
-
$close-color:
|
808
|
-
$close-hover-color:
|
809
|
-
$close-text-shadow:
|
810
|
-
|
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;
|
811
823
|
|
812
824
|
// Popovers
|
813
825
|
|
814
|
-
$popover-font-size:
|
815
|
-
$popover-bg:
|
816
|
-
$popover-max-width:
|
817
|
-
$popover-border-width:
|
818
|
-
$popover-border-color:
|
819
|
-
$popover-border-radius:
|
820
|
-
$popover-box-shadow:
|
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);
|
821
833
|
|
822
|
-
$popover-header-bg:
|
823
|
-
$popover-header-color:
|
824
|
-
$popover-header-padding-y:
|
825
|
-
$popover-header-padding-x:
|
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;
|
826
838
|
|
827
|
-
$popover-body-color:
|
828
|
-
$popover-body-padding-y:
|
829
|
-
$popover-body-padding-x:
|
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;
|
830
842
|
|
831
|
-
$popover-arrow-width:
|
832
|
-
$popover-arrow-height:
|
833
|
-
$popover-arrow-color:
|
843
|
+
$popover-arrow-width: 1.5rem !default;
|
844
|
+
$popover-arrow-height: 0.75rem !default;
|
845
|
+
$popover-arrow-color: $popover-bg !default;
|
834
846
|
|
835
|
-
$popover-arrow-outer-color:
|
847
|
+
$popover-arrow-outer-color: transparent !default;
|
836
848
|
|
837
849
|
// Breadcrumbs
|
838
850
|
|
839
|
-
$breadcrumb-bg:
|
840
|
-
$breadcrumb-divider-color:
|
841
|
-
$breadcrumb-active-color:
|
842
|
-
|
843
|
-
|
844
|
-
|
851
|
+
$breadcrumb-bg: $black-states !default;
|
852
|
+
$breadcrumb-divider-color: $white !default;
|
853
|
+
$breadcrumb-active-color: $white !default;
|
845
854
|
|
846
855
|
// Badges
|
847
856
|
|
848
|
-
$badge-font-size:
|
849
|
-
$badge-font-weight:
|
850
|
-
$badge-padding-y:
|
851
|
-
$badge-padding-x:
|
852
|
-
$badge-border-radius:
|
853
|
-
$badge-text-transfom:
|
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;
|
854
863
|
|
855
|
-
$badge-pill-padding-x:
|
856
|
-
$badge-pill-border-radius:
|
864
|
+
$badge-pill-padding-x: 0.875em !default;
|
865
|
+
$badge-pill-border-radius: $border-radius-xl !default;
|
857
866
|
|
858
|
-
$badge-circle-size:
|
867
|
+
$badge-circle-size: 2rem;
|
859
868
|
|
860
869
|
// Pagination
|
861
870
|
|
862
|
-
$pagination-padding-y:
|
863
|
-
$pagination-padding-x:
|
864
|
-
|
871
|
+
$pagination-padding-y: 0 !default;
|
872
|
+
$pagination-padding-x: 0.6875rem !default;
|
865
873
|
|
866
|
-
$pagination-color:
|
867
|
-
$pagination-bg:
|
868
|
-
$pagination-border-width:
|
869
|
-
$pagination-border-color:
|
874
|
+
$pagination-color: $white !default;
|
875
|
+
$pagination-bg: transparent !default;
|
876
|
+
$pagination-border-width: $border-width !default;
|
877
|
+
$pagination-border-color: $gray-300 !default;
|
870
878
|
|
871
879
|
//$pagination-focus-box-shadow: $btn-hover-box-shadow !default;
|
872
880
|
|
873
|
-
$pagination-hover-color:
|
874
|
-
$pagination-hover-bg:
|
875
|
-
$pagination-hover-border-color:
|
881
|
+
$pagination-hover-color: $gray-600 !default;
|
882
|
+
$pagination-hover-bg: $gray-300 !default;
|
883
|
+
$pagination-hover-border-color: $gray-300 !default;
|
876
884
|
|
877
|
-
$pagination-active-color:
|
878
|
-
$pagination-active-bg:
|
879
|
-
$pagination-active-border-color:
|
880
|
-
$pagination-active-box-shadow:
|
881
|
-
|
882
|
-
$pagination-disabled-color: $gray-600 !default;
|
883
|
-
$pagination-disabled-bg: transparent !default;
|
884
|
-
$pagination-disabled-border-color: $gray-300 !default;
|
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;
|
885
889
|
|
890
|
+
$pagination-disabled-color: $gray-600 !default;
|
891
|
+
$pagination-disabled-bg: transparent !default;
|
892
|
+
$pagination-disabled-border-color: $gray-300 !default;
|
886
893
|
|
887
894
|
// Cards
|
888
895
|
|
889
|
-
$card-spacer-y:
|
890
|
-
$card-spacer-x:
|
891
|
-
$card-border-width:
|
892
|
-
$card-border-radius:
|
893
|
-
$card-border-color:
|
894
|
-
$card-inner-border-radius:
|
895
|
-
$card-cap-bg:
|
896
|
-
$card-bg:
|
897
|
-
$card-black-background:
|
898
|
-
$card-img-overlay-padding:
|
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;
|
899
906
|
|
900
907
|
//$card-group-margin: ($grid-gutter-width / 2);
|
901
908
|
//$card-deck-margin: $card-group-margin !default;
|
902
909
|
|
903
|
-
$card-columns-count:
|
904
|
-
$card-columns-gap:
|
905
|
-
$card-columns-margin:
|
910
|
+
$card-columns-count: 3 !default;
|
911
|
+
$card-columns-gap: 1.25rem !default;
|
912
|
+
$card-columns-margin: $card-spacer-y !default;
|
906
913
|
|
907
914
|
// Tooltips
|
908
915
|
|
909
|
-
$tooltip-font-size:
|
910
|
-
$tooltip-max-width:
|
911
|
-
$tooltip-color:
|
912
|
-
$tooltip-bg:
|
913
|
-
$tooltip-border-radius:
|
914
|
-
$tooltip-opacity:
|
915
|
-
$tooltip-padding-y:
|
916
|
-
$tooltip-padding-x:
|
917
|
-
$tooltip-margin:
|
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;
|
918
925
|
|
919
|
-
$tooltip-arrow-width:
|
920
|
-
$tooltip-arrow-height:
|
921
|
-
$tooltip-arrow-color:
|
926
|
+
$tooltip-arrow-width: 0.8rem !default;
|
927
|
+
$tooltip-arrow-height: 0.4rem !default;
|
928
|
+
$tooltip-arrow-color: $tooltip-bg !default;
|
922
929
|
|
923
930
|
// Modals
|
924
931
|
|
925
|
-
$modal-inner-padding:
|
926
|
-
|
927
|
-
$modal-lg:
|
928
|
-
$modal-md:
|
929
|
-
$modal-sm:
|
930
|
-
$modal-title-line-height:
|
931
|
-
$modal-content-bg:
|
932
|
-
$modal-content-border-color:
|
933
|
-
$modal-content-border-width:
|
934
|
-
$modal-content-border-radius:
|
935
|
-
$modal-content-box-shadow-xs:
|
936
|
-
$modal-content-box-shadow-sm-up: 0 15px 35px rgba(50,50,93
|
937
|
-
|
938
|
-
|
939
|
-
$modal-backdrop-
|
940
|
-
$modal-
|
941
|
-
$modal-
|
942
|
-
$modal-
|
943
|
-
$modal-
|
944
|
-
$modal-
|
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;
|
945
953
|
|
946
954
|
// Progress bars
|
947
955
|
|
948
|
-
$progress-height:
|
949
|
-
$progress-bg:
|
950
|
-
$progress-border-radius:
|
951
|
-
$progress-box-shadow:
|
952
|
-
$progress-bar-color:
|
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;
|
953
961
|
|
954
962
|
// Datepicker
|
955
963
|
|
@@ -968,11 +976,14 @@ $datepicker-disabled-old-new-color: $gray-500 !default;
|
|
968
976
|
$datepicker-header-cell-border-radius: $border-radius !default;
|
969
977
|
|
970
978
|
$datepicker-active-color: $white !default;
|
971
|
-
$datepicker-active-background: theme-color(
|
972
|
-
$datepicker-active-box-shadow:
|
979
|
+
$datepicker-active-background: theme-color('primary') !default;
|
980
|
+
$datepicker-active-box-shadow: none !default;
|
973
981
|
|
974
|
-
$datepicker-range-background: theme-color(
|
975
|
-
$datepicker-range-cell-focused-background: darken(
|
982
|
+
$datepicker-range-background: theme-color('primary') !default;
|
983
|
+
$datepicker-range-cell-focused-background: darken(
|
984
|
+
$datepicker-range-background,
|
985
|
+
5%
|
986
|
+
);
|
976
987
|
$datepicker-range-color: $white !default;
|
977
988
|
$datepicker-range-highlighted-bg: $gray-200 !default;
|
978
989
|
|
@@ -982,14 +993,15 @@ $datepicker-highlighted-bg: $datepicker-active-background !default;
|
|
982
993
|
|
983
994
|
// Sidebar
|
984
995
|
|
985
|
-
$sidebar-width:
|
986
|
-
$sidebar-transition:
|
987
|
-
$sidebar-box-shadow:
|
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);
|
988
1000
|
|
989
1001
|
// Footer
|
990
1002
|
|
991
|
-
$footer-link-font-size: .85rem !default;
|
992
|
-
$footer-bg: theme-color(
|
1003
|
+
$footer-link-font-size: 0.85rem !default;
|
1004
|
+
$footer-bg: theme-color('secondary') !default;
|
993
1005
|
$footer-color: $gray-600 !default;
|
994
1006
|
$footer-link-color: $gray-600 !default;
|
995
1007
|
$footer-link-hover-color: $gray-700 !default;
|