@unlk/keymaster 1.0.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/fonts/fa-brands-400.ttf +0 -0
- package/fonts/fa-brands-400.woff2 +0 -0
- package/fonts/fa-duotone-900.ttf +0 -0
- package/fonts/fa-duotone-900.woff2 +0 -0
- package/fonts/fa-duotone-light-300.ttf +0 -0
- package/fonts/fa-duotone-light-300.woff2 +0 -0
- package/fonts/fa-duotone-regular-400.ttf +0 -0
- package/fonts/fa-duotone-regular-400.woff2 +0 -0
- package/fonts/fa-duotone-thin-100.ttf +0 -0
- package/fonts/fa-duotone-thin-100.woff2 +0 -0
- package/fonts/fa-light-300.ttf +0 -0
- package/fonts/fa-light-300.woff2 +0 -0
- package/fonts/fa-regular-400.ttf +0 -0
- package/fonts/fa-regular-400.woff2 +0 -0
- package/fonts/fa-sharp-duotone-light-300.ttf +0 -0
- package/fonts/fa-sharp-duotone-light-300.woff2 +0 -0
- package/fonts/fa-sharp-duotone-regular-400.ttf +0 -0
- package/fonts/fa-sharp-duotone-regular-400.woff2 +0 -0
- package/fonts/fa-sharp-duotone-solid-900.ttf +0 -0
- package/fonts/fa-sharp-duotone-solid-900.woff2 +0 -0
- package/fonts/fa-sharp-duotone-thin-100.ttf +0 -0
- package/fonts/fa-sharp-duotone-thin-100.woff2 +0 -0
- package/fonts/fa-sharp-light-300.ttf +0 -0
- package/fonts/fa-sharp-light-300.woff2 +0 -0
- package/fonts/fa-sharp-regular-400.ttf +0 -0
- package/fonts/fa-sharp-regular-400.woff2 +0 -0
- package/fonts/fa-sharp-solid-900.ttf +0 -0
- package/fonts/fa-sharp-solid-900.woff2 +0 -0
- package/fonts/fa-sharp-thin-100.ttf +0 -0
- package/fonts/fa-sharp-thin-100.woff2 +0 -0
- package/fonts/fa-solid-900.ttf +0 -0
- package/fonts/fa-solid-900.woff2 +0 -0
- package/fonts/fa-thin-100.ttf +0 -0
- package/fonts/fa-thin-100.woff2 +0 -0
- package/fonts/fa-v4compatibility.ttf +0 -0
- package/fonts/fa-v4compatibility.woff2 +0 -0
- package/js/bootstrap.js +13 -0
- package/js/datepicker.js +78 -0
- package/package.json +81 -0
- package/scss/assets/bootstrap5/_accordion.scss +158 -0
- package/scss/assets/bootstrap5/_alert.scss +68 -0
- package/scss/assets/bootstrap5/_badge.scss +38 -0
- package/scss/assets/bootstrap5/_breadcrumb.scss +40 -0
- package/scss/assets/bootstrap5/_button-group.scss +142 -0
- package/scss/assets/bootstrap5/_buttons.scss +216 -0
- package/scss/assets/bootstrap5/_card.scss +239 -0
- package/scss/assets/bootstrap5/_carousel.scss +236 -0
- package/scss/assets/bootstrap5/_close.scss +63 -0
- package/scss/assets/bootstrap5/_containers.scss +41 -0
- package/scss/assets/bootstrap5/_dropdown.scss +250 -0
- package/scss/assets/bootstrap5/_forms.scss +9 -0
- package/scss/assets/bootstrap5/_functions.scss +302 -0
- package/scss/assets/bootstrap5/_grid.scss +39 -0
- package/scss/assets/bootstrap5/_helpers.scss +12 -0
- package/scss/assets/bootstrap5/_images.scss +42 -0
- package/scss/assets/bootstrap5/_list-group.scss +197 -0
- package/scss/assets/bootstrap5/_maps.scss +174 -0
- package/scss/assets/bootstrap5/_mixins.scss +42 -0
- package/scss/assets/bootstrap5/_modal.scss +236 -0
- package/scss/assets/bootstrap5/_nav.scss +197 -0
- package/scss/assets/bootstrap5/_navbar.scss +289 -0
- package/scss/assets/bootstrap5/_offcanvas.scss +143 -0
- package/scss/assets/bootstrap5/_pagination.scss +109 -0
- package/scss/assets/bootstrap5/_placeholders.scss +51 -0
- package/scss/assets/bootstrap5/_popover.scss +196 -0
- package/scss/assets/bootstrap5/_progress.scss +68 -0
- package/scss/assets/bootstrap5/_reboot.scss +611 -0
- package/scss/assets/bootstrap5/_root.scss +187 -0
- package/scss/assets/bootstrap5/_spinners.scss +85 -0
- package/scss/assets/bootstrap5/_tables.scss +171 -0
- package/scss/assets/bootstrap5/_toasts.scss +73 -0
- package/scss/assets/bootstrap5/_tooltip.scss +119 -0
- package/scss/assets/bootstrap5/_transitions.scss +27 -0
- package/scss/assets/bootstrap5/_type.scss +106 -0
- package/scss/assets/bootstrap5/_utilities.scss +806 -0
- package/scss/assets/bootstrap5/_variables-dark.scss +87 -0
- package/scss/assets/bootstrap5/_variables.scss +1751 -0
- package/scss/assets/bootstrap5/bootstrap-grid.scss +62 -0
- package/scss/assets/bootstrap5/bootstrap-reboot.scss +10 -0
- package/scss/assets/bootstrap5/bootstrap-utilities.scss +19 -0
- package/scss/assets/bootstrap5/bootstrap.scss +52 -0
- package/scss/assets/bootstrap5/forms/_floating-labels.scss +95 -0
- package/scss/assets/bootstrap5/forms/_form-check.scss +189 -0
- package/scss/assets/bootstrap5/forms/_form-control.scss +214 -0
- package/scss/assets/bootstrap5/forms/_form-range.scss +91 -0
- package/scss/assets/bootstrap5/forms/_form-select.scss +80 -0
- package/scss/assets/bootstrap5/forms/_form-text.scss +11 -0
- package/scss/assets/bootstrap5/forms/_input-group.scss +132 -0
- package/scss/assets/bootstrap5/forms/_labels.scss +36 -0
- package/scss/assets/bootstrap5/forms/_validation.scss +12 -0
- package/scss/assets/bootstrap5/helpers/_clearfix.scss +3 -0
- package/scss/assets/bootstrap5/helpers/_color-bg.scss +7 -0
- package/scss/assets/bootstrap5/helpers/_colored-links.scss +30 -0
- package/scss/assets/bootstrap5/helpers/_focus-ring.scss +5 -0
- package/scss/assets/bootstrap5/helpers/_icon-link.scss +25 -0
- package/scss/assets/bootstrap5/helpers/_position.scss +36 -0
- package/scss/assets/bootstrap5/helpers/_ratio.scss +26 -0
- package/scss/assets/bootstrap5/helpers/_stacks.scss +15 -0
- package/scss/assets/bootstrap5/helpers/_stretched-link.scss +15 -0
- package/scss/assets/bootstrap5/helpers/_text-truncation.scss +7 -0
- package/scss/assets/bootstrap5/helpers/_visually-hidden.scss +8 -0
- package/scss/assets/bootstrap5/helpers/_vr.scss +8 -0
- package/scss/assets/bootstrap5/mixins/_alert.scss +18 -0
- package/scss/assets/bootstrap5/mixins/_backdrop.scss +14 -0
- package/scss/assets/bootstrap5/mixins/_banner.scss +7 -0
- package/scss/assets/bootstrap5/mixins/_border-radius.scss +78 -0
- package/scss/assets/bootstrap5/mixins/_box-shadow.scss +18 -0
- package/scss/assets/bootstrap5/mixins/_breakpoints.scss +127 -0
- package/scss/assets/bootstrap5/mixins/_buttons.scss +70 -0
- package/scss/assets/bootstrap5/mixins/_caret.scss +69 -0
- package/scss/assets/bootstrap5/mixins/_clearfix.scss +9 -0
- package/scss/assets/bootstrap5/mixins/_color-mode.scss +21 -0
- package/scss/assets/bootstrap5/mixins/_color-scheme.scss +7 -0
- package/scss/assets/bootstrap5/mixins/_container.scss +11 -0
- package/scss/assets/bootstrap5/mixins/_deprecate.scss +10 -0
- package/scss/assets/bootstrap5/mixins/_forms.scss +163 -0
- package/scss/assets/bootstrap5/mixins/_gradients.scss +47 -0
- package/scss/assets/bootstrap5/mixins/_grid.scss +151 -0
- package/scss/assets/bootstrap5/mixins/_image.scss +16 -0
- package/scss/assets/bootstrap5/mixins/_list-group.scss +26 -0
- package/scss/assets/bootstrap5/mixins/_lists.scss +7 -0
- package/scss/assets/bootstrap5/mixins/_pagination.scss +10 -0
- package/scss/assets/bootstrap5/mixins/_reset-text.scss +17 -0
- package/scss/assets/bootstrap5/mixins/_resize.scss +6 -0
- package/scss/assets/bootstrap5/mixins/_table-variants.scss +24 -0
- package/scss/assets/bootstrap5/mixins/_text-truncate.scss +8 -0
- package/scss/assets/bootstrap5/mixins/_transition.scss +26 -0
- package/scss/assets/bootstrap5/mixins/_utilities.scss +97 -0
- package/scss/assets/bootstrap5/mixins/_visually-hidden.scss +33 -0
- package/scss/assets/bootstrap5/utilities/_api.scss +47 -0
- package/scss/assets/bootstrap5/vendor/_rfs.scss +348 -0
- package/scss/assets/fontawesome/_animated.scss +152 -0
- package/scss/assets/fontawesome/_bordered-pulled.scss +20 -0
- package/scss/assets/fontawesome/_core.scss +150 -0
- package/scss/assets/fontawesome/_duotone-icons.scss +12 -0
- package/scss/assets/fontawesome/_fixed-width.scss +7 -0
- package/scss/assets/fontawesome/_functions.scss +57 -0
- package/scss/assets/fontawesome/_icons.scss +13 -0
- package/scss/assets/fontawesome/_list.scss +18 -0
- package/scss/assets/fontawesome/_mixins.scss +89 -0
- package/scss/assets/fontawesome/_rotated-flipped.scss +31 -0
- package/scss/assets/fontawesome/_screen-reader.scss +14 -0
- package/scss/assets/fontawesome/_shims.scss +1578 -0
- package/scss/assets/fontawesome/_sizing.scss +16 -0
- package/scss/assets/fontawesome/_stacked.scss +32 -0
- package/scss/assets/fontawesome/_variables.scss +9734 -0
- package/scss/assets/fontawesome/brands.scss +30 -0
- package/scss/assets/fontawesome/duotone-light.scss +69 -0
- package/scss/assets/fontawesome/duotone-regular.scss +69 -0
- package/scss/assets/fontawesome/duotone-thin.scss +69 -0
- package/scss/assets/fontawesome/duotone.scss +65 -0
- package/scss/assets/fontawesome/fontawesome.scss +21 -0
- package/scss/assets/fontawesome/light.scss +27 -0
- package/scss/assets/fontawesome/regular.scss +27 -0
- package/scss/assets/fontawesome/sharp-duotone-light.scss +69 -0
- package/scss/assets/fontawesome/sharp-duotone-regular.scss +69 -0
- package/scss/assets/fontawesome/sharp-duotone-solid.scss +77 -0
- package/scss/assets/fontawesome/sharp-duotone-thin.scss +69 -0
- package/scss/assets/fontawesome/sharp-light.scss +27 -0
- package/scss/assets/fontawesome/sharp-regular.scss +27 -0
- package/scss/assets/fontawesome/sharp-solid.scss +27 -0
- package/scss/assets/fontawesome/sharp-thin.scss +27 -0
- package/scss/assets/fontawesome/solid.scss +27 -0
- package/scss/assets/fontawesome/thin.scss +27 -0
- package/scss/assets/fontawesome/v4-shims.scss +11 -0
- package/scss/keymaster.scss +14 -0
- package/scss/theme/_overrides.scss +266 -0
- package/scss/theme/_utility-overrides.scss +7 -0
@@ -0,0 +1,27 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
@import 'functions';
|
7
|
+
@import 'variables';
|
8
|
+
|
9
|
+
:root, :host {
|
10
|
+
--#{$fa-css-prefix}-style-family-sharp: 'Font Awesome 6 Sharp';
|
11
|
+
--#{$fa-css-prefix}-font-sharp-light: normal 300 1em/1 'Font Awesome 6 Sharp';
|
12
|
+
}
|
13
|
+
|
14
|
+
|
15
|
+
@font-face {
|
16
|
+
font-family: 'Font Awesome 6 Sharp';
|
17
|
+
font-style: normal;
|
18
|
+
font-weight: 300;
|
19
|
+
font-display: $fa-font-display;
|
20
|
+
src: url('#{$fa-font-path}/fa-sharp-light-300.woff2') format('woff2'),
|
21
|
+
url('#{$fa-font-path}/fa-sharp-light-300.ttf') format('truetype');
|
22
|
+
}
|
23
|
+
|
24
|
+
.fasl,
|
25
|
+
.#{$fa-css-prefix}-light {
|
26
|
+
font-weight: 300;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
@import 'functions';
|
7
|
+
@import 'variables';
|
8
|
+
|
9
|
+
:root, :host {
|
10
|
+
--#{$fa-css-prefix}-style-family-sharp: 'Font Awesome 6 Sharp';
|
11
|
+
--#{$fa-css-prefix}-font-sharp-regular: normal 400 1em/1 'Font Awesome 6 Sharp';
|
12
|
+
}
|
13
|
+
|
14
|
+
|
15
|
+
@font-face {
|
16
|
+
font-family: 'Font Awesome 6 Sharp';
|
17
|
+
font-style: normal;
|
18
|
+
font-weight: 400;
|
19
|
+
font-display: $fa-font-display;
|
20
|
+
src: url('#{$fa-font-path}/fa-sharp-regular-400.woff2') format('woff2'),
|
21
|
+
url('#{$fa-font-path}/fa-sharp-regular-400.ttf') format('truetype');
|
22
|
+
}
|
23
|
+
|
24
|
+
.fasr,
|
25
|
+
.#{$fa-css-prefix}-regular {
|
26
|
+
font-weight: 400;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
@import 'functions';
|
7
|
+
@import 'variables';
|
8
|
+
|
9
|
+
:root, :host {
|
10
|
+
--#{$fa-css-prefix}-style-family-sharp: 'Font Awesome 6 Sharp';
|
11
|
+
--#{$fa-css-prefix}-font-sharp-solid: normal 900 1em/1 'Font Awesome 6 Sharp';
|
12
|
+
}
|
13
|
+
|
14
|
+
|
15
|
+
@font-face {
|
16
|
+
font-family: 'Font Awesome 6 Sharp';
|
17
|
+
font-style: normal;
|
18
|
+
font-weight: 900;
|
19
|
+
font-display: $fa-font-display;
|
20
|
+
src: url('#{$fa-font-path}/fa-sharp-solid-900.woff2') format('woff2'),
|
21
|
+
url('#{$fa-font-path}/fa-sharp-solid-900.ttf') format('truetype');
|
22
|
+
}
|
23
|
+
|
24
|
+
.fass,
|
25
|
+
.#{$fa-css-prefix}-solid {
|
26
|
+
font-weight: 900;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
@import 'functions';
|
7
|
+
@import 'variables';
|
8
|
+
|
9
|
+
:root, :host {
|
10
|
+
--#{$fa-css-prefix}-style-family-sharp: 'Font Awesome 6 Sharp';
|
11
|
+
--#{$fa-css-prefix}-font-sharp-thin: normal 100 1em/1 'Font Awesome 6 Sharp';
|
12
|
+
}
|
13
|
+
|
14
|
+
|
15
|
+
@font-face {
|
16
|
+
font-family: 'Font Awesome 6 Sharp';
|
17
|
+
font-style: normal;
|
18
|
+
font-weight: 100;
|
19
|
+
font-display: $fa-font-display;
|
20
|
+
src: url('#{$fa-font-path}/fa-sharp-thin-100.woff2') format('woff2'),
|
21
|
+
url('#{$fa-font-path}/fa-sharp-thin-100.ttf') format('truetype');
|
22
|
+
}
|
23
|
+
|
24
|
+
.fast,
|
25
|
+
.#{$fa-css-prefix}-thin {
|
26
|
+
font-weight: 100;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
@import 'functions';
|
7
|
+
@import 'variables';
|
8
|
+
|
9
|
+
:root, :host {
|
10
|
+
--#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';
|
11
|
+
--#{$fa-css-prefix}-font-solid: normal 900 1em/1 '#{ $fa-style-family }';
|
12
|
+
}
|
13
|
+
|
14
|
+
|
15
|
+
@font-face {
|
16
|
+
font-family: 'Font Awesome 6 Pro';
|
17
|
+
font-style: normal;
|
18
|
+
font-weight: 900;
|
19
|
+
font-display: $fa-font-display;
|
20
|
+
src: url('#{$fa-font-path}/fa-solid-900.woff2') format('woff2'),
|
21
|
+
url('#{$fa-font-path}/fa-solid-900.ttf') format('truetype');
|
22
|
+
}
|
23
|
+
|
24
|
+
.fas,
|
25
|
+
.#{$fa-css-prefix}-solid {
|
26
|
+
font-weight: 900;
|
27
|
+
}
|
@@ -0,0 +1,27 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
@import 'functions';
|
7
|
+
@import 'variables';
|
8
|
+
|
9
|
+
:root, :host {
|
10
|
+
--#{$fa-css-prefix}-style-family-classic: '#{ $fa-style-family }';
|
11
|
+
--#{$fa-css-prefix}-font-thin: normal 100 1em/1 '#{ $fa-style-family }';
|
12
|
+
}
|
13
|
+
|
14
|
+
|
15
|
+
@font-face {
|
16
|
+
font-family: 'Font Awesome 6 Pro';
|
17
|
+
font-style: normal;
|
18
|
+
font-weight: 100;
|
19
|
+
font-display: $fa-font-display;
|
20
|
+
src: url('#{$fa-font-path}/fa-thin-100.woff2') format('woff2'),
|
21
|
+
url('#{$fa-font-path}/fa-thin-100.ttf') format('truetype');
|
22
|
+
}
|
23
|
+
|
24
|
+
.fat,
|
25
|
+
.#{$fa-css-prefix}-thin {
|
26
|
+
font-weight: 100;
|
27
|
+
}
|
@@ -0,0 +1,11 @@
|
|
1
|
+
/*!
|
2
|
+
* Font Awesome Pro 6.7.2 by @fontawesome - https://fontawesome.com
|
3
|
+
* License - https://fontawesome.com/license (Commercial License)
|
4
|
+
* Copyright 2024 Fonticons, Inc.
|
5
|
+
*/
|
6
|
+
// V4 shims compile (Web Fonts-based)
|
7
|
+
// -------------------------
|
8
|
+
|
9
|
+
@import 'functions';
|
10
|
+
@import 'variables';
|
11
|
+
@import 'shims';
|
@@ -0,0 +1,14 @@
|
|
1
|
+
// Variable Overrides
|
2
|
+
@import "theme/overrides";
|
3
|
+
@import "theme/utility-overrides";
|
4
|
+
|
5
|
+
// Assets
|
6
|
+
@import "assets/bootstrap5/bootstrap";
|
7
|
+
@import "assets/fontawesome/fontawesome";
|
8
|
+
@import "assets/fontawesome/thin";
|
9
|
+
@import "assets/fontawesome/light";
|
10
|
+
@import "assets/fontawesome/regular";
|
11
|
+
@import "assets/fontawesome/solid";
|
12
|
+
@import "assets/fontawesome/sharp-solid";
|
13
|
+
@import "assets/fontawesome/duotone";
|
14
|
+
@import "assets/fontawesome/brands";
|
@@ -0,0 +1,266 @@
|
|
1
|
+
@import "../assets/bootstrap5/functions";
|
2
|
+
|
3
|
+
$enable-shadows: true;
|
4
|
+
$enable-validation-icons: false;
|
5
|
+
|
6
|
+
// Fontawesome
|
7
|
+
$fa-font-path: "../../../fonts" !default;
|
8
|
+
|
9
|
+
// Font
|
10
|
+
$font-size-base: 1rem;
|
11
|
+
$font-size-lg: $font-size-base * 1.125;
|
12
|
+
|
13
|
+
// Colors
|
14
|
+
$foundation: #1D1F50;
|
15
|
+
$blueprint: #3E51A2;
|
16
|
+
$entryway: #3B7BBF;
|
17
|
+
$turnkey:#6346D3;
|
18
|
+
$sunglow: #FBCD2F;
|
19
|
+
$green: #198754;
|
20
|
+
$red: #b50505;
|
21
|
+
$gray: #9e9e9e;
|
22
|
+
|
23
|
+
$white: #fff;
|
24
|
+
$gray-25: tint-color($gray, 95%);
|
25
|
+
$gray-50: tint-color($gray, 90%);
|
26
|
+
$gray-100: tint-color($gray, 80%);
|
27
|
+
$gray-200: tint-color($gray, 60%);
|
28
|
+
$gray-300: tint-color($gray, 40%);
|
29
|
+
$gray-400: tint-color($gray, 20%);
|
30
|
+
$gray-500: $gray;
|
31
|
+
$gray-600: shade-color($gray, 20%);
|
32
|
+
$gray-700: shade-color($gray, 40%);
|
33
|
+
$gray-800: shade-color($gray, 60%);
|
34
|
+
$gray-900: shade-color($gray, 80%);
|
35
|
+
$black: #000;
|
36
|
+
|
37
|
+
$grays: (
|
38
|
+
"25": $gray-25,
|
39
|
+
"50": $gray-50,
|
40
|
+
"100": $gray-100,
|
41
|
+
"200": $gray-200,
|
42
|
+
"300": $gray-300,
|
43
|
+
"400": $gray-400,
|
44
|
+
"500": $gray-500,
|
45
|
+
"600": $gray-600,
|
46
|
+
"700": $gray-700,
|
47
|
+
"800": $gray-800,
|
48
|
+
"900": $gray-900
|
49
|
+
);
|
50
|
+
|
51
|
+
$colors: (
|
52
|
+
"foundation": $foundation,
|
53
|
+
"blueprint": $blueprint,
|
54
|
+
"entryway": $entryway,
|
55
|
+
"sunglow": $sunglow,
|
56
|
+
"green": $green,
|
57
|
+
"turnkey": $turnkey,
|
58
|
+
"red": $red,
|
59
|
+
"gray": $gray-600,
|
60
|
+
);
|
61
|
+
|
62
|
+
// Color variants
|
63
|
+
$foundation-100: tint-color($foundation, 80%);
|
64
|
+
$foundation-200: tint-color($foundation, 60%);
|
65
|
+
$foundation-300: tint-color($foundation, 40%);
|
66
|
+
$foundation-400: tint-color($foundation, 20%);
|
67
|
+
$foundation-500: $foundation;
|
68
|
+
$foundation-600: shade-color($foundation, 20%);
|
69
|
+
$foundation-700: shade-color($foundation, 40%);
|
70
|
+
$foundation-800: shade-color($foundation, 60%);
|
71
|
+
$foundation-900: shade-color($foundation, 80%);
|
72
|
+
|
73
|
+
$blueprint-100: tint-color($blueprint, 80%);
|
74
|
+
$blueprint-200: tint-color($blueprint, 60%);
|
75
|
+
$blueprint-300: tint-color($blueprint, 40%);
|
76
|
+
$blueprint-400: tint-color($blueprint, 20%);
|
77
|
+
$blueprint-500: $blueprint;
|
78
|
+
$blueprint-600: shade-color($blueprint, 20%);
|
79
|
+
$blueprint-700: shade-color($blueprint, 40%);
|
80
|
+
$blueprint-800: shade-color($blueprint, 60%);
|
81
|
+
$blueprint-900: shade-color($blueprint, 80%);
|
82
|
+
|
83
|
+
$entryway-100: tint-color($entryway, 80%);
|
84
|
+
$entryway-200: tint-color($entryway, 60%);
|
85
|
+
$entryway-300: tint-color($entryway, 40%);
|
86
|
+
$entryway-400: tint-color($entryway, 20%);
|
87
|
+
$entryway-500: $entryway;
|
88
|
+
$entryway-600: shade-color($entryway, 20%);
|
89
|
+
$entryway-700: shade-color($entryway, 40%);
|
90
|
+
$entryway-800: shade-color($entryway, 60%);
|
91
|
+
$entryway-900: shade-color($entryway, 80%);
|
92
|
+
|
93
|
+
$sunglow-100: tint-color($sunglow, 80%);
|
94
|
+
$sunglow-200: tint-color($sunglow, 60%);
|
95
|
+
$sunglow-300: tint-color($sunglow, 40%);
|
96
|
+
$sunglow-400: tint-color($sunglow, 20%);
|
97
|
+
$sunglow-500: $sunglow;
|
98
|
+
$sunglow-600: shade-color($sunglow, 20%);
|
99
|
+
$sunglow-700: shade-color($sunglow, 40%);
|
100
|
+
$sunglow-800: shade-color($sunglow, 60%);
|
101
|
+
$sunglow-900: shade-color($sunglow, 80%);
|
102
|
+
|
103
|
+
$turnkey-100: tint-color($turnkey, 80%);
|
104
|
+
$turnkey-200: tint-color($turnkey, 60%);
|
105
|
+
$turnkey-300: tint-color($turnkey, 40%);
|
106
|
+
$turnkey-400: tint-color($turnkey, 20%);
|
107
|
+
$turnkey-500: $turnkey;
|
108
|
+
$turnkey-600: shade-color($turnkey, 20%);
|
109
|
+
$turnkey-700: shade-color($turnkey, 40%);
|
110
|
+
$turnkey-800: shade-color($turnkey, 60%);
|
111
|
+
$turnkey-900: shade-color($turnkey, 80%);
|
112
|
+
|
113
|
+
$green-100: tint-color($green, 80%);
|
114
|
+
$green-200: tint-color($green, 60%);
|
115
|
+
$green-300: tint-color($green, 40%);
|
116
|
+
$green-400: tint-color($green, 20%);
|
117
|
+
$green-500: $green;
|
118
|
+
$green-600: shade-color($green, 20%);
|
119
|
+
$green-700: shade-color($green, 40%);
|
120
|
+
$green-800: shade-color($green, 60%);
|
121
|
+
$green-900: shade-color($green, 80%);
|
122
|
+
|
123
|
+
$red-100: tint-color($red, 80%);
|
124
|
+
$red-200: tint-color($red, 60%);
|
125
|
+
$red-300: tint-color($red, 40%);
|
126
|
+
$red-400: tint-color($red, 20%);
|
127
|
+
$red-500: $red;
|
128
|
+
$red-600: shade-color($red, 20%);
|
129
|
+
$red-700: shade-color($red, 40%);
|
130
|
+
$red-800: shade-color($red, 60%);
|
131
|
+
$red-900: shade-color($red, 80%);
|
132
|
+
|
133
|
+
$foundations: (
|
134
|
+
"foundation-100": $foundation-100,
|
135
|
+
"foundation-200": $foundation-200,
|
136
|
+
"foundation-300": $foundation-300,
|
137
|
+
"foundation-400": $foundation-400,
|
138
|
+
"foundation-500": $foundation-500,
|
139
|
+
"foundation-600": $foundation-600,
|
140
|
+
"foundation-700": $foundation-700,
|
141
|
+
"foundation-800": $foundation-800,
|
142
|
+
"foundation-900": $foundation-900
|
143
|
+
);
|
144
|
+
|
145
|
+
$blueprints: (
|
146
|
+
"blueprint-100": $blueprint-100,
|
147
|
+
"blueprint-200": $blueprint-200,
|
148
|
+
"blueprint-300": $blueprint-300,
|
149
|
+
"blueprint-400": $blueprint-400,
|
150
|
+
"blueprint-500": $blueprint-500,
|
151
|
+
"blueprint-600": $blueprint-600,
|
152
|
+
"blueprint-700": $blueprint-700,
|
153
|
+
"blueprint-800": $blueprint-800,
|
154
|
+
"blueprint-900": $blueprint-900
|
155
|
+
);
|
156
|
+
|
157
|
+
$entryways: (
|
158
|
+
"entryway-100": $entryway-100,
|
159
|
+
"entryway-200": $entryway-200,
|
160
|
+
"entryway-300": $entryway-300,
|
161
|
+
"entryway-400": $entryway-400,
|
162
|
+
"entryway-500": $entryway-500,
|
163
|
+
"entryway-600": $entryway-600,
|
164
|
+
"entryway-700": $entryway-700,
|
165
|
+
"entryway-800": $entryway-800,
|
166
|
+
"entryway-900": $entryway-900
|
167
|
+
);
|
168
|
+
|
169
|
+
$sunglows: (
|
170
|
+
"sunglow-100": $sunglow-100,
|
171
|
+
"sunglow-200": $sunglow-200,
|
172
|
+
"sunglow-300": $sunglow-300,
|
173
|
+
"sunglow-400": $sunglow-400,
|
174
|
+
"sunglow-500": $sunglow-500,
|
175
|
+
"sunglow-600": $sunglow-600,
|
176
|
+
"sunglow-700": $sunglow-700,
|
177
|
+
"sunglow-800": $sunglow-800,
|
178
|
+
"sunglow-900": $sunglow-900
|
179
|
+
);
|
180
|
+
|
181
|
+
$turnkeys: (
|
182
|
+
"turnkey-100": $turnkey-100,
|
183
|
+
"turnkey-200": $turnkey-200,
|
184
|
+
"turnkey-300": $turnkey-300,
|
185
|
+
"turnkey-400": $turnkey-400,
|
186
|
+
"turnkey-500": $turnkey-500,
|
187
|
+
"turnkey-600": $turnkey-600,
|
188
|
+
"turnkey-700": $turnkey-700,
|
189
|
+
"turnkey-800": $turnkey-800,
|
190
|
+
"turnkey-900": $turnkey-900
|
191
|
+
);
|
192
|
+
|
193
|
+
$reds: (
|
194
|
+
"red-100": $red-100,
|
195
|
+
"red-200": $red-200,
|
196
|
+
"red-300": $red-300,
|
197
|
+
"red-400": $red-400,
|
198
|
+
"red-500": $red-500,
|
199
|
+
"red-600": $red-600,
|
200
|
+
"red-700": $red-700,
|
201
|
+
"red-800": $red-800,
|
202
|
+
"red-900": $red-900
|
203
|
+
);
|
204
|
+
|
205
|
+
$primary: $blueprint;
|
206
|
+
$secondary: $entryway;
|
207
|
+
$success: $green;
|
208
|
+
$action: $turnkey;
|
209
|
+
$warning: $sunglow;
|
210
|
+
$danger: $red;
|
211
|
+
$light: $white;
|
212
|
+
$dark: $gray-900;
|
213
|
+
|
214
|
+
$theme-colors: (
|
215
|
+
"primary": $primary,
|
216
|
+
"secondary": $secondary,
|
217
|
+
"success": $success,
|
218
|
+
"action": $action,
|
219
|
+
"warning": $warning,
|
220
|
+
"danger": $danger,
|
221
|
+
"light": $light,
|
222
|
+
"dark": $dark,
|
223
|
+
);
|
224
|
+
|
225
|
+
|
226
|
+
// Body
|
227
|
+
$body-color: $gray-900;
|
228
|
+
|
229
|
+
// Grid breakpoints
|
230
|
+
$grid-breakpoints: (
|
231
|
+
xs: 0,
|
232
|
+
sm: 576px,
|
233
|
+
md: 768px,
|
234
|
+
lg: 992px,
|
235
|
+
xl: 1200px,
|
236
|
+
xxl: 1400px,
|
237
|
+
xxxl: 1600px
|
238
|
+
);
|
239
|
+
|
240
|
+
// Grid containers
|
241
|
+
$container-max-widths: (
|
242
|
+
xs: 100%,
|
243
|
+
sm: 540px,
|
244
|
+
md: 720px,
|
245
|
+
lg: 960px,
|
246
|
+
xl: 1140px,
|
247
|
+
xxl: 1320px,
|
248
|
+
xxxl: 1510px
|
249
|
+
);
|
250
|
+
|
251
|
+
// Headings
|
252
|
+
$headings-color: $gray-800;
|
253
|
+
|
254
|
+
// Tables
|
255
|
+
$table-bg-scale: -80% !default;
|
256
|
+
|
257
|
+
$table-variants: (
|
258
|
+
"primary": shift-color($primary, $table-bg-scale),
|
259
|
+
"secondary": shift-color($secondary, $table-bg-scale),
|
260
|
+
"action": shift-color($action, $table-bg-scale),
|
261
|
+
"success": shift-color($success, $table-bg-scale),
|
262
|
+
"warning": shift-color($warning, $table-bg-scale),
|
263
|
+
"danger": shift-color($danger, $table-bg-scale),
|
264
|
+
"light": $light,
|
265
|
+
"dark": $dark,
|
266
|
+
);
|
@@ -0,0 +1,7 @@
|
|
1
|
+
@import "../assets/bootstrap5/variables";
|
2
|
+
@import "../assets/bootstrap5/variables-dark";
|
3
|
+
@import "../assets/bootstrap5/maps";
|
4
|
+
@import "../assets/bootstrap5/utilities";
|
5
|
+
@import "../assets/bootstrap5/vendor/rfs";
|
6
|
+
|
7
|
+
$all-colors: map-merge-multiple($foundations, $blueprints, $entryways, $turnkeys, $sunglows, $greens, $reds);
|