viniBaxter-desk_front 26 → 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/beckyBaxter/_mixins.scss +19 -15
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/custom/_variables.scss +923 -923
- 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/_navbar.scss +213 -197
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_sidebar-and-main-panel.scss +119 -153
- data/lib/viniBaxter/sass/desk_front/beckyBaxter/new_nav/_white-content.scss +32 -6
- data/lib/viniBaxter/sass/desk_front/bootstrap/_card.scss +9 -8
- data/lib/viniBaxter/sass/desk_front/theme-dark.scss +1 -1
- data/lib/viniBaxter/sass/desk_front/theme.scss +1 -1
- metadata +7 -3
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,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,1009 +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
|
-
|
32
|
-
|
33
|
-
|
34
|
-
|
35
|
-
|
36
|
-
|
37
|
-
|
38
|
-
|
39
|
-
|
40
|
-
|
41
|
-
|
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
|
-
|
76
|
-
|
77
|
-
|
78
|
-
|
79
|
-
|
80
|
-
|
81
|
-
|
82
|
-
|
83
|
-
|
84
|
-
|
85
|
-
|
86
|
-
|
87
|
-
|
88
|
-
|
89
|
-
|
90
|
-
|
91
|
-
|
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
|
-
|
169
|
-
|
170
|
-
|
171
|
-
|
172
|
-
|
173
|
-
|
174
|
-
|
175
|
-
|
176
|
-
|
177
|
-
|
178
|
-
|
179
|
-
|
180
|
-
|
181
|
-
);
|
182
|
-
|
183
|
-
$brand-colors: () !default;
|
184
|
-
$brand-colors: map-merge(
|
185
|
-
|
186
|
-
|
187
|
-
|
188
|
-
|
189
|
-
|
190
|
-
|
191
|
-
|
192
|
-
|
193
|
-
|
194
|
-
|
195
|
-
|
196
|
-
|
197
|
-
|
198
|
-
|
199
|
-
|
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
|
-
|
245
|
-
|
246
|
-
|
247
|
-
|
248
|
-
|
249
|
-
|
250
|
-
|
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
|
-
|
264
|
-
|
265
|
-
|
266
|
-
|
267
|
-
|
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
|
-
|
284
|
-
|
285
|
-
|
286
|
-
|
287
|
-
|
288
|
-
|
289
|
-
|
290
|
-
|
291
|
-
|
292
|
-
|
293
|
-
|
294
|
-
|
295
|
-
|
296
|
-
|
297
|
-
|
298
|
-
|
299
|
-
|
300
|
-
|
301
|
-
|
302
|
-
|
303
|
-
|
304
|
-
|
305
|
-
|
306
|
-
|
307
|
-
|
308
|
-
|
309
|
-
|
310
|
-
|
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
|
-
|
335
|
-
|
336
|
-
|
337
|
-
|
338
|
-
|
339
|
-
|
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
|
+
// // 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;
|
394
394
|
|
395
|
-
// Fonts
|
395
|
+
// // Fonts
|
396
396
|
|
397
|
-
$font-family-base: 'Poppins', sans-serif !default;
|
398
|
-
$font-family-alt: 'Poppins', sans-serif !default;
|
397
|
+
// $font-family-base: 'Poppins', sans-serif !default;
|
398
|
+
// $font-family-alt: 'Poppins', sans-serif !default;
|
399
399
|
|
400
|
-
$font-size-dash: 0.875rem !default;
|
400
|
+
// $font-size-dash: 0.875rem !default;
|
401
401
|
|
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);
|
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);
|
407
407
|
|
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;
|
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;
|
414
414
|
|
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;
|
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;
|
419
419
|
|
420
|
-
$font-paragraph: 1rem !default;
|
420
|
+
// $font-paragraph: 1rem !default;
|
421
421
|
|
422
|
-
$font-weight-base: $font-weight-normal !default;
|
423
|
-
$shape-height-base: 1.428571 !default;
|
422
|
+
// $font-weight-base: $font-weight-normal !default;
|
423
|
+
// $shape-height-base: 1.428571 !default;
|
424
424
|
|
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;
|
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;
|
430
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;
|
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;
|
435
435
|
|
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;
|
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;
|
440
440
|
|
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;
|
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;
|
445
445
|
|
446
|
-
$display1-size: 3.3rem !default;
|
447
|
-
$display2-size: 2.75rem !default;
|
448
|
-
$display3-size: 2.1875rem !default;
|
449
|
-
$display4-size: 1.6275rem !default;
|
446
|
+
// $display1-size: 3.3rem !default;
|
447
|
+
// $display2-size: 2.75rem !default;
|
448
|
+
// $display3-size: 2.1875rem !default;
|
449
|
+
// $display4-size: 1.6275rem !default;
|
450
450
|
|
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;
|
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;
|
456
456
|
|
457
|
-
$paragraph-font-size: 0.625rem !default;
|
458
|
-
$paragraph-font-weight: 300 !default;
|
459
|
-
$paragraph-line-height: 1.7 !default;
|
457
|
+
// $paragraph-font-size: 0.625rem !default;
|
458
|
+
// $paragraph-font-weight: 300 !default;
|
459
|
+
// $paragraph-line-height: 1.7 !default;
|
460
460
|
|
461
|
-
$lead-font-size: ($paragraph-font-size * 1.25);
|
462
|
-
$lead-font-weight: 300 !default;
|
461
|
+
// $lead-font-size: ($paragraph-font-size * 1.25);
|
462
|
+
// $lead-font-weight: 300 !default;
|
463
463
|
|
464
|
-
$small-font-size: 80% !default;
|
464
|
+
// $small-font-size: 80% !default;
|
465
465
|
|
466
|
-
$text-muted: $gray-600 !default;
|
466
|
+
// $text-muted: $gray-600 !default;
|
467
467
|
|
468
|
-
$blockquote-small-color: $gray-600 !default;
|
469
|
-
$blockquote-font-size: ($font-size-base * 1.1);
|
468
|
+
// $blockquote-small-color: $gray-600 !default;
|
469
|
+
// $blockquote-font-size: ($font-size-base * 1.1);
|
470
470
|
|
471
|
-
$hr-border-color: rgba($black, 0.1);
|
472
|
-
$hr-border-width: $border-width !default;
|
471
|
+
// $hr-border-color: rgba($black, 0.1);
|
472
|
+
// $hr-border-width: $border-width !default;
|
473
473
|
|
474
|
-
$mark-padding: 0.2em !default;
|
474
|
+
// $mark-padding: 0.2em !default;
|
475
475
|
|
476
|
-
$dt-font-weight: $font-weight-bold !default;
|
476
|
+
// $dt-font-weight: $font-weight-bold !default;
|
477
477
|
|
478
|
-
$list-inline-padding: 0.5rem !default;
|
478
|
+
// $list-inline-padding: 0.5rem !default;
|
479
479
|
|
480
|
-
$mark-bg: #fcf8e3 !default;
|
480
|
+
// $mark-bg: #fcf8e3 !default;
|
481
481
|
|
482
|
-
$hr-margin-y: $spacer * 2 !default;
|
482
|
+
// $hr-margin-y: $spacer * 2 !default;
|
483
483
|
|
484
|
-
// Icons
|
484
|
+
// // Icons
|
485
485
|
|
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;
|
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;
|
494
494
|
|
495
|
-
// Tables
|
495
|
+
// // Tables
|
496
496
|
|
497
|
-
$table-cell-padding: 1rem !default;
|
498
|
-
$table-cell-padding-sm: 0.3rem !default;
|
497
|
+
// $table-cell-padding: 1rem !default;
|
498
|
+
// $table-cell-padding-sm: 0.3rem !default;
|
499
499
|
|
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;
|
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;
|
504
504
|
|
505
|
-
$table-border-width: $border-width !default;
|
506
|
-
$table-border-color: $gray-300 !default;
|
505
|
+
// $table-border-width: $border-width !default;
|
506
|
+
// $table-border-color: $gray-300 !default;
|
507
507
|
|
508
|
-
$table-head-bg: $gray-200 !default;
|
509
|
-
$table-head-color: $gray-700 !default;
|
508
|
+
// $table-head-bg: $gray-200 !default;
|
509
|
+
// $table-head-color: $gray-700 !default;
|
510
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;
|
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;
|
516
516
|
|
517
|
-
// Buttons + Forms
|
517
|
+
// // Buttons + Forms
|
518
518
|
|
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;
|
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;
|
522
522
|
|
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;
|
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;
|
527
527
|
|
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;
|
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;
|
531
531
|
|
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;
|
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;
|
535
535
|
|
536
|
-
$input-btn-border-width: 1px !default;
|
536
|
+
// $input-btn-border-width: 1px !default;
|
537
537
|
|
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;
|
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;
|
541
541
|
|
542
|
-
$input-padding-vertical: 11px !default;
|
543
|
-
$input-padding-horizontal: 19px !default;
|
542
|
+
// $input-padding-vertical: 11px !default;
|
543
|
+
// $input-padding-horizontal: 19px !default;
|
544
544
|
|
545
|
-
// Buttons
|
545
|
+
// // Buttons
|
546
546
|
|
547
|
-
$btn-padding-y: 11px !default;
|
548
|
-
$btn-padding-x: 40px !default;
|
549
|
-
$btn-line-height: $line-height !default;
|
547
|
+
// $btn-padding-y: 11px !default;
|
548
|
+
// $btn-padding-x: 40px !default;
|
549
|
+
// $btn-line-height: $line-height !default;
|
550
550
|
|
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;
|
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;
|
554
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;
|
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;
|
558
558
|
|
559
|
-
$btn-border-width: $input-btn-border-width !default;
|
559
|
+
// $btn-border-width: $input-btn-border-width !default;
|
560
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
|
-
|
568
|
-
$btn-focus-box-shadow: $btn-hover-box-shadow !default;
|
569
|
-
$btn-focus-width: $input-btn-focus-width !default;
|
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;
|
570
570
|
|
571
|
-
$btn-active-box-shadow: none !default;
|
572
|
-
$btn-round-radius: 30px !default;
|
571
|
+
// $btn-active-box-shadow: none !default;
|
572
|
+
// $btn-round-radius: 30px !default;
|
573
573
|
|
574
|
-
// Forms
|
574
|
+
// // Forms
|
575
575
|
|
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;
|
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;
|
579
579
|
|
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;
|
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;
|
583
583
|
|
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;
|
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;
|
587
587
|
|
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;
|
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;
|
592
592
|
|
593
|
-
$input-bg: $transparent-bg !default;
|
594
|
-
$input-disabled-bg: $gray-200 !default;
|
593
|
+
// $input-bg: $transparent-bg !default;
|
594
|
+
// $input-disabled-bg: $gray-200 !default;
|
595
595
|
|
596
|
-
$input-muted-bg: #edf0f5 !default;
|
596
|
+
// $input-muted-bg: #edf0f5 !default;
|
597
597
|
|
598
|
-
$input-alternative-box-shadow: 0 1px 3px rgba(50, 50, 93, 0.15),
|
599
|
-
|
600
|
-
$input-focus-alternative-box-shadow: 0 4px 6px rgba(50, 50, 93, 0.11),
|
601
|
-
|
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);
|
602
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;
|
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;
|
607
607
|
|
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;
|
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;
|
613
613
|
|
614
|
-
$input-placeholder-color: $gray-500 !default;
|
615
|
-
$input-focus-placeholder-color: $gray-500 !default;
|
614
|
+
// $input-placeholder-color: $gray-500 !default;
|
615
|
+
// $input-focus-placeholder-color: $gray-500 !default;
|
616
616
|
|
617
|
-
$input-height-border: $input-border-width * 2 !default;
|
618
|
-
$input-height-inner: ($font-size-base * $input-btn-line-height) +
|
619
|
-
|
620
|
-
$input-height: calc(#{$input-height-inner} + #{$input-height-border}) !default;
|
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;
|
621
621
|
|
622
|
-
$input-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
622
|
+
// $input-transition: all 0.2s cubic-bezier(0.68, -0.55, 0.265, 1.55);
|
623
623
|
|
624
|
-
// Input groups
|
624
|
+
// // Input groups
|
625
625
|
|
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;
|
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;
|
629
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;
|
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;
|
633
633
|
|
634
|
-
// Custom forms
|
634
|
+
// // Custom forms
|
635
635
|
|
636
|
-
$custom-control-gutter: 1.75rem !default;
|
637
|
-
$custom-control-spacer-x: 1rem !default;
|
638
|
-
$custom-control-indicator-size: 1.25rem !default;
|
636
|
+
// $custom-control-gutter: 1.75rem !default;
|
637
|
+
// $custom-control-spacer-x: 1rem !default;
|
638
|
+
// $custom-control-indicator-size: 1.25rem !default;
|
639
639
|
|
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;
|
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;
|
644
644
|
|
645
|
-
$custom-control-indicator-focus-box-shadow: $custom-control-indicator-box-shadow !default;
|
645
|
+
// $custom-control-indicator-focus-box-shadow: $custom-control-indicator-box-shadow !default;
|
646
646
|
|
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;
|
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;
|
650
650
|
|
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;
|
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;
|
655
655
|
|
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
|
-
|
662
|
-
|
663
|
-
);
|
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
|
+
// );
|
664
664
|
|
665
|
-
$custom-control-indicator-disabled-bg: $gray-200 !default;
|
666
|
-
$custom-control-label-disabled-color: $gray-600 !default;
|
665
|
+
// $custom-control-indicator-disabled-bg: $gray-200 !default;
|
666
|
+
// $custom-control-label-disabled-color: $gray-600 !default;
|
667
667
|
|
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;
|
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;
|
670
670
|
|
671
|
-
$custom-toggle-slider-bg: #ddd !default;
|
672
|
-
$custom-toggle-checked-bg: theme-color('primary') !default;
|
671
|
+
// $custom-toggle-slider-bg: #ddd !default;
|
672
|
+
// $custom-toggle-checked-bg: theme-color('primary') !default;
|
673
673
|
|
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
|
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
|
707
707
|
|
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
|
-
|
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);
|
714
714
|
|
715
|
-
$dropdown-link-active-color: $component-active-color !default;
|
716
|
-
$dropdown-link-active-bg: $component-active-bg !default;
|
715
|
+
// $dropdown-link-active-color: $component-active-color !default;
|
716
|
+
// $dropdown-link-active-bg: $component-active-bg !default;
|
717
717
|
|
718
|
-
// Navs
|
718
|
+
// // Navs
|
719
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;
|
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;
|
767
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;
|
776
|
-
$navbar-light-toggler-border-color: transparent !default;
|
777
|
-
$full-width: 100% !default;
|
778
|
-
$navbar-padding: 10px 15px !default;
|
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;
|
779
779
|
|
780
|
-
// Alerts
|
780
|
+
// // Alerts
|
781
781
|
|
782
|
-
$alert-padding-y: 0.9rem !default;
|
783
|
-
$alert-padding-x: 1.25rem !default;
|
784
|
-
$alert-border-radius: $border-radius-sm !default;
|
782
|
+
// $alert-padding-y: 0.9rem !default;
|
783
|
+
// $alert-padding-x: 1.25rem !default;
|
784
|
+
// $alert-border-radius: $border-radius-sm !default;
|
785
785
|
|
786
|
-
$alert-bg-level: -2 !default;
|
787
|
-
$alert-border-level: -2 !default;
|
788
|
-
$alert-color-level: 0 !default;
|
786
|
+
// $alert-bg-level: -2 !default;
|
787
|
+
// $alert-border-level: -2 !default;
|
788
|
+
// $alert-color-level: 0 !default;
|
789
789
|
|
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;
|
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;
|
796
796
|
|
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;
|
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;
|
878
878
|
|
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
|
-
|
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
|
-
|
985
|
-
|
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
|
-
|
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;
|
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;
|