@syncfusion/ej2-base 25.2.7 → 26.1.35-7502
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/{README.md → ReadMe.md} +100 -100
- package/bin/syncfusion-license.js +104 -1
- package/dist/ej2-base.min.js +1 -10
- package/dist/ej2-base.umd.min.js +1 -10
- package/dist/ej2-base.umd.min.js.map +1 -1
- package/dist/es6/ej2-base.es2015.js +268 -486
- package/dist/es6/ej2-base.es2015.js.map +1 -1
- package/dist/es6/ej2-base.es5.js +307 -522
- package/dist/es6/ej2-base.es5.js.map +1 -1
- package/dist/global/ej2-base.min.js +1 -10
- package/dist/global/ej2-base.min.js.map +1 -1
- package/dist/global/index.d.ts +0 -9
- package/dist/ts/undefined +67 -0
- package/e2e/crypto.js +16 -16
- package/e2e/index.d.ts +27 -27
- package/e2e/m.protractor.config.js +286 -286
- package/e2e/modified-protractor/protractor.config.js +316 -316
- package/e2e/protractor.config.js +389 -389
- package/helpers/e2e/index.js +3 -3
- package/license +10 -10
- package/package.json +225 -161
- package/src/ajax.d.ts +1 -1
- package/src/ajax.js +3 -7
- package/src/animation-model.d.ts +41 -41
- package/src/animation.d.ts +1 -1
- package/src/animation.js +20 -22
- package/src/base.d.ts +2 -1
- package/src/base.js +4 -13
- package/src/browser.d.ts +1 -1
- package/src/browser.js +3 -4
- package/src/child-property.d.ts +1 -0
- package/src/child-property.js +2 -2
- package/src/component-model.d.ts +16 -16
- package/src/component.d.ts +4 -0
- package/src/component.js +28 -36
- package/src/dom.js +4 -11
- package/src/draggable-model.d.ts +113 -113
- package/src/draggable.js +20 -41
- package/src/droppable-model.d.ts +23 -23
- package/src/droppable.js +19 -20
- package/src/event-handler.js +2 -6
- package/src/fetch.js +1 -2
- package/src/hijri-parser.js +3 -3
- package/src/internationalization.d.ts +4 -0
- package/src/internationalization.js +0 -5
- package/src/intl/date-formatter.js +19 -33
- package/src/intl/date-parser.js +33 -62
- package/src/intl/intl-base.d.ts +9 -1
- package/src/intl/intl-base.js +19 -18
- package/src/intl/number-formatter.js +14 -7
- package/src/intl/number-parser.js +2 -6
- package/src/intl/parser-base.js +6 -11
- package/src/keyboard-model.d.ts +16 -16
- package/src/keyboard.js +19 -20
- package/src/module-loader.js +1 -0
- package/src/notify-property-change.d.ts +0 -20
- package/src/notify-property-change.js +16 -55
- package/src/observer.js +3 -6
- package/src/sanitize-helper.js +0 -1
- package/src/template-engine.js +1 -7
- package/src/template.js +13 -18
- package/src/touch-model.d.ts +39 -39
- package/src/touch.js +22 -27
- package/src/util.d.ts +4 -4
- package/src/util.js +12 -37
- package/src/validate-lic.js +4 -3
- package/styles/_all.scss +2 -2
- package/styles/_bds-dark-definition.scss +16 -15
- package/styles/_bds-definition.scss +16 -15
- package/styles/_bootstrap-dark-definition.scss +42 -42
- package/styles/_bootstrap-definition.scss +42 -42
- package/styles/_bootstrap4-definition.scss +11 -11
- package/styles/_bootstrap5-dark-definition.scss +9 -9
- package/styles/_bootstrap5-definition.scss +8 -8
- package/styles/_bootstrap5.3-dark-definition.scss +8 -0
- package/styles/_bootstrap5.3-definition.scss +8 -0
- package/styles/_fabric-dark-definition.scss +42 -42
- package/styles/_fabric-definition.scss +42 -42
- package/styles/_fluent-dark-definition.scss +9 -9
- package/styles/_fluent-definition.scss +9 -9
- package/styles/_fluent2-dark-definition.scss +9 -0
- package/styles/_fluent2-definition.scss +9 -0
- package/styles/_fluent2-highcontrast-definition.scss +9 -0
- package/styles/_fusionnew-dark-definition.scss +8 -8
- package/styles/_fusionnew-definition.scss +8 -8
- package/styles/_highcontrast-definition.scss +42 -42
- package/styles/_highcontrast-light-definition.scss +42 -42
- package/styles/_material-dark-definition.scss +49 -48
- package/styles/_material-definition.scss +50 -49
- package/styles/_material3-dark-definition.scss +15 -14
- package/styles/_material3-definition.scss +16 -15
- package/styles/_tailwind-dark-definition.scss +16 -15
- package/styles/_tailwind-definition.scss +16 -15
- package/styles/_tailwind3-dark-definition.scss +15 -0
- package/styles/_tailwind3-definition.scss +15 -0
- package/styles/animation/_all.scss +535 -560
- package/styles/bds-lite.css +3408 -0
- package/styles/bds-lite.scss +3 -0
- package/styles/bds.css +3408 -0
- package/styles/bds.scss +3 -0
- package/styles/bootstrap-dark-lite.css +3749 -0
- package/styles/bootstrap-dark-lite.scss +3 -0
- package/styles/bootstrap-dark.css +1075 -169
- package/styles/bootstrap-lite.css +3749 -0
- package/styles/bootstrap-lite.scss +3 -0
- package/styles/bootstrap.css +1075 -169
- package/styles/bootstrap4-lite.css +3390 -0
- package/styles/bootstrap4-lite.scss +3 -0
- package/styles/bootstrap4.css +1063 -169
- package/styles/bootstrap5-dark-lite.css +2966 -0
- package/styles/bootstrap5-dark-lite.scss +3 -0
- package/styles/bootstrap5-dark.css +1068 -171
- package/styles/bootstrap5-lite.css +2966 -0
- package/styles/bootstrap5-lite.scss +3 -0
- package/styles/bootstrap5.3-lite.css +3559 -0
- package/styles/bootstrap5.3-lite.scss +3 -0
- package/styles/bootstrap5.3.css +3559 -0
- package/styles/bootstrap5.3.scss +3 -0
- package/styles/bootstrap5.css +1066 -169
- package/styles/common/_all.scss +2 -2
- package/styles/common/_core.scss +111 -117
- package/styles/common/_mixin.scss +11 -9
- package/styles/definition/_bds-dark.scss +1193 -1178
- package/styles/definition/_bds.scss +1488 -1458
- package/styles/definition/_bootstrap-dark.scss +213 -219
- package/styles/definition/_bootstrap.scss +208 -215
- package/styles/definition/_bootstrap4.scss +159 -167
- package/styles/definition/_bootstrap5-dark.scss +481 -494
- package/styles/definition/_bootstrap5.3-dark.scss +1232 -0
- package/styles/definition/_bootstrap5.3.scss +1579 -0
- package/styles/definition/_bootstrap5.scss +481 -495
- package/styles/definition/_fabric-dark.scss +194 -200
- package/styles/definition/_fabric.scss +192 -198
- package/styles/definition/_fluent-dark.scss +494 -557
- package/styles/definition/_fluent.scss +494 -558
- package/styles/definition/_fluent2-dark.scss +1523 -0
- package/styles/definition/_fluent2-highcontrast.scss +1523 -0
- package/styles/definition/_fluent2.scss +2295 -0
- package/styles/definition/_fusionnew-dark.scss +330 -362
- package/styles/definition/_fusionnew.scss +331 -363
- package/styles/definition/_highcontrast-light.scss +189 -193
- package/styles/definition/_highcontrast.scss +189 -195
- package/styles/definition/_material-dark.scss +193 -198
- package/styles/definition/_material.scss +186 -192
- package/styles/definition/_material3-dark.scss +660 -710
- package/styles/definition/_material3.scss +729 -792
- package/styles/definition/_tailwind-dark.scss +445 -488
- package/styles/definition/_tailwind.scss +443 -485
- package/styles/definition/_tailwind3-dark.scss +1622 -0
- package/styles/definition/_tailwind3.scss +2093 -0
- package/styles/fabric-dark-lite.css +3734 -0
- package/styles/fabric-dark-lite.scss +3 -0
- package/styles/fabric-dark.css +1075 -169
- package/styles/fabric-lite.css +3734 -0
- package/styles/fabric-lite.scss +3 -0
- package/styles/fabric.css +1075 -169
- package/styles/fluent-dark-lite.css +2966 -0
- package/styles/fluent-dark-lite.scss +3 -0
- package/styles/fluent-dark.css +1066 -169
- package/styles/fluent-lite.css +2966 -0
- package/styles/fluent-lite.scss +3 -0
- package/styles/fluent.css +1066 -169
- package/styles/fluent2-lite.css +4017 -0
- package/styles/fluent2-lite.scss +3 -0
- package/styles/fluent2.css +4017 -0
- package/styles/fluent2.scss +3 -0
- package/styles/highcontrast-light-lite.css +3725 -0
- package/styles/highcontrast-light-lite.scss +3 -0
- package/styles/highcontrast-light.css +1075 -169
- package/styles/highcontrast-lite.css +3725 -0
- package/styles/highcontrast-lite.scss +3 -0
- package/styles/highcontrast.css +1075 -169
- package/styles/material-dark-lite.css +3702 -0
- package/styles/material-dark-lite.scss +3 -0
- package/styles/material-dark.css +1075 -169
- package/styles/material-lite.css +3702 -0
- package/styles/material-lite.scss +3 -0
- package/styles/material.css +1075 -169
- package/styles/material3-dark-lite.css +3021 -0
- package/styles/material3-dark-lite.scss +3 -0
- package/styles/material3-dark.css +1066 -170
- package/styles/material3-lite.css +3077 -0
- package/styles/material3-lite.scss +3 -0
- package/styles/material3.css +1066 -170
- package/styles/offline-theme/material-dark.css +1075 -169
- package/styles/offline-theme/material.css +1075 -169
- package/styles/offline-theme/tailwind-dark.css +1067 -170
- package/styles/offline-theme/tailwind.css +1067 -170
- package/styles/tailwind-dark-lite.css +2967 -0
- package/styles/tailwind-dark-lite.scss +3 -0
- package/styles/tailwind-dark.css +1067 -170
- package/styles/tailwind-lite.css +2967 -0
- package/styles/tailwind-lite.scss +3 -0
- package/styles/tailwind.css +1067 -170
- package/styles/tailwind3-lite.css +3775 -0
- package/styles/tailwind3-lite.scss +3 -0
- package/styles/tailwind3.css +3775 -0
- package/styles/tailwind3.scss +3 -0
- package/.eslintrc.json +0 -260
- package/CHANGELOG.md +0 -649
- package/tslint.json +0 -111
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
@import 'definition/bootstrap.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: normal !default;
|
|
6
|
-
$font-path: 'common-images' !default;
|
|
7
|
-
$header-bg-color: $grey-white !default;
|
|
8
|
-
$header-gradient-color: none !default;
|
|
9
|
-
$header-border-color: $grey-base !default;
|
|
10
|
-
$header-font-color: $grey-light-font !default;
|
|
11
|
-
$header-icon-color: $grey-light-font !default;
|
|
12
|
-
$content-bg-color: $grey-white !default;
|
|
13
|
-
$content-border-color: $grey-base !default;
|
|
14
|
-
$content-font-color: $grey-light-font !default;
|
|
15
|
-
$default-bg-color: $grey-white !default;
|
|
16
|
-
$default-gradient-color: none !default;
|
|
17
|
-
$default-border-color: $grey-base !default;
|
|
18
|
-
$default-font-color: $grey-light-font !default;
|
|
19
|
-
$default-icon-color: $grey-light-font !default;
|
|
20
|
-
$hover-bg-color: $grey-ad !default;
|
|
21
|
-
$hover-gradient-color: none !default;
|
|
22
|
-
$hover-border-color: $grey-base !default;
|
|
23
|
-
$hover-font-color: $grey-light-font !default;
|
|
24
|
-
$hover-icon-color: $grey-light-font !default;
|
|
25
|
-
$active-bg-color: $grey-44 !default;
|
|
26
|
-
$active-gradient-color: none !default;
|
|
27
|
-
$active-border-color: $grey-base !default;
|
|
28
|
-
$active-font-color: $grey-light-font !default;
|
|
29
|
-
$active-icon-color: $grey-light-font !default;
|
|
30
|
-
$error-font-color: $brand-danger-font !default;
|
|
31
|
-
$warning-font-color: $grey-dark-font !default;
|
|
32
|
-
$success-font-color: $brand-success-font !default;
|
|
33
|
-
$information-font-color: $brand-info-font !default;
|
|
34
|
-
$overlay-bg-color: #383838 !default;
|
|
35
|
-
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
-
$border-size: 1px !default;
|
|
37
|
-
$border-type: solid !default;
|
|
38
|
-
$border-radius: 0 !default;
|
|
39
|
-
$border-left-radius: 0 !default;
|
|
40
|
-
$border-right-radius: 0 !default;
|
|
41
|
-
$border-top-radius: 0 !default;
|
|
42
|
-
$border-bottom-radius: 0 !default;
|
|
1
|
+
@import 'definition/bootstrap.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: normal !default;
|
|
6
|
+
$font-path: 'common-images' !default;
|
|
7
|
+
$header-bg-color: $grey-white !default;
|
|
8
|
+
$header-gradient-color: none !default;
|
|
9
|
+
$header-border-color: $grey-base !default;
|
|
10
|
+
$header-font-color: $grey-light-font !default;
|
|
11
|
+
$header-icon-color: $grey-light-font !default;
|
|
12
|
+
$content-bg-color: $grey-white !default;
|
|
13
|
+
$content-border-color: $grey-base !default;
|
|
14
|
+
$content-font-color: $grey-light-font !default;
|
|
15
|
+
$default-bg-color: $grey-white !default;
|
|
16
|
+
$default-gradient-color: none !default;
|
|
17
|
+
$default-border-color: $grey-base !default;
|
|
18
|
+
$default-font-color: $grey-light-font !default;
|
|
19
|
+
$default-icon-color: $grey-light-font !default;
|
|
20
|
+
$hover-bg-color: $grey-ad !default;
|
|
21
|
+
$hover-gradient-color: none !default;
|
|
22
|
+
$hover-border-color: $grey-base !default;
|
|
23
|
+
$hover-font-color: $grey-light-font !default;
|
|
24
|
+
$hover-icon-color: $grey-light-font !default;
|
|
25
|
+
$active-bg-color: $grey-44 !default;
|
|
26
|
+
$active-gradient-color: none !default;
|
|
27
|
+
$active-border-color: $grey-base !default;
|
|
28
|
+
$active-font-color: $grey-light-font !default;
|
|
29
|
+
$active-icon-color: $grey-light-font !default;
|
|
30
|
+
$error-font-color: $brand-danger-font !default;
|
|
31
|
+
$warning-font-color: $grey-dark-font !default;
|
|
32
|
+
$success-font-color: $brand-success-font !default;
|
|
33
|
+
$information-font-color: $brand-info-font !default;
|
|
34
|
+
$overlay-bg-color: #383838 !default;
|
|
35
|
+
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
+
$border-size: 1px !default;
|
|
37
|
+
$border-type: solid !default;
|
|
38
|
+
$border-radius: 0 !default;
|
|
39
|
+
$border-left-radius: 0 !default;
|
|
40
|
+
$border-right-radius: 0 !default;
|
|
41
|
+
$border-top-radius: 0 !default;
|
|
42
|
+
$border-bottom-radius: 0 !default;
|
|
@@ -1,11 +1,11 @@
|
|
|
1
|
-
@import 'definition/bootstrap4.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: normal !default;
|
|
6
|
-
$font-path: 'common-images' !default;
|
|
7
|
-
$error-font-color: $danger !default;
|
|
8
|
-
$warning-font-color: $gray-900 !default;
|
|
9
|
-
$success-font-color: $green !default;
|
|
10
|
-
$information-font-color: $cyan !default;
|
|
11
|
-
$overlay-bg-color: #383838 !default;
|
|
1
|
+
@import 'definition/bootstrap4.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Helvetica Neue', 'Helvetica', 'Arial', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: normal !default;
|
|
6
|
+
$font-path: 'common-images' !default;
|
|
7
|
+
$error-font-color: $danger !default;
|
|
8
|
+
$warning-font-color: $gray-900 !default;
|
|
9
|
+
$success-font-color: $green !default;
|
|
10
|
+
$information-font-color: $cyan !default;
|
|
11
|
+
$overlay-bg-color: #383838 !default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@import 'definition/bootstrap5-dark.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: 400 !default;
|
|
6
|
-
$error-font-color: $danger !default;
|
|
7
|
-
$warning-font-color: $yellow !default;
|
|
8
|
-
$success-font-color:
|
|
9
|
-
$information-font-color: $cyan !default;
|
|
1
|
+
@import 'definition/bootstrap5-dark.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: system-ui, -apple-system, 'Segoe UI', Roboto, 'Helvetica Neue', Arial, 'Noto Sans', 'Liberation Sans', sans-serif, 'Apple Color Emoji', 'Segoe UI Emoji', 'Segoe UI Symbol', 'Noto Color Emoji' !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: 400 !default;
|
|
6
|
+
$error-font-color: $danger !default;
|
|
7
|
+
$warning-font-color: $yellow !default;
|
|
8
|
+
$success-font-color: color.adjust($green, $lightness: 10%) !default;
|
|
9
|
+
$information-font-color: $cyan !default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@import 'definition/bootstrap5.scss';
|
|
2
|
-
|
|
3
|
-
$font-size: 12px !default;
|
|
4
|
-
$font-weight: 400 !default;
|
|
5
|
-
$error-font-color: $danger !default;
|
|
6
|
-
$warning-font-color: $yellow !default;
|
|
7
|
-
$success-font-color: #198754 !default;
|
|
8
|
-
$information-font-color: #0dcaf0 !default;
|
|
1
|
+
@import 'definition/bootstrap5.scss';
|
|
2
|
+
|
|
3
|
+
$font-size: 12px !default;
|
|
4
|
+
$font-weight: 400 !default;
|
|
5
|
+
$error-font-color: $danger !default;
|
|
6
|
+
$warning-font-color: $yellow !default;
|
|
7
|
+
$success-font-color: #198754 !default;
|
|
8
|
+
$information-font-color: #0dcaf0 !default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
@import 'definition/bootstrap5.3-dark.scss';
|
|
2
|
+
|
|
3
|
+
$font-size: 12px !default;
|
|
4
|
+
$font-weight: 400 !default;
|
|
5
|
+
$error-font-color: $danger !default;
|
|
6
|
+
$warning-font-color: $yellow !default;
|
|
7
|
+
$success-font-color: #198754 !default;
|
|
8
|
+
$information-font-color: #0dcaf0 !default;
|
|
@@ -0,0 +1,8 @@
|
|
|
1
|
+
@import 'definition/bootstrap5.3.scss';
|
|
2
|
+
|
|
3
|
+
$font-size: 12px !default;
|
|
4
|
+
$font-weight: 400 !default;
|
|
5
|
+
$error-font-color: $danger !default;
|
|
6
|
+
$warning-font-color: $yellow !default;
|
|
7
|
+
$success-font-color: #198754 !default;
|
|
8
|
+
$information-font-color: #0dcaf0 !default;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
@import 'definition/fabric-dark.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
-
$font-size: 14px !default;
|
|
5
|
-
$font-weight: normal !default;
|
|
6
|
-
$font-path: 'common-images' !default;
|
|
7
|
-
$header-bg-color: $theme-primary !default;
|
|
8
|
-
$header-gradient-color: none !default;
|
|
9
|
-
$header-border-color: $theme-primary !default;
|
|
10
|
-
$header-font-color: $theme-primary-font !default;
|
|
11
|
-
$header-icon-color: $theme-primary-font !default;
|
|
12
|
-
$content-bg-color: $neutral-white !default;
|
|
13
|
-
$content-border-color: $neutral-white !default;
|
|
14
|
-
$content-font-color: $base-font !default;
|
|
15
|
-
$default-bg-color: $neutral-white !default;
|
|
16
|
-
$default-gradient-color: none !default;
|
|
17
|
-
$default-border-color: $neutral-white !default;
|
|
18
|
-
$default-font-color: $base-font !default;
|
|
19
|
-
$default-icon-color: $base-font !default;
|
|
20
|
-
$hover-bg-color: $neutral-light !default;
|
|
21
|
-
$hover-gradient-color: none !default;
|
|
22
|
-
$hover-border-color: $neutral-light !default;
|
|
23
|
-
$hover-font-color: $neutral-light-font !default;
|
|
24
|
-
$hover-icon-color: $neutral-light-font !default;
|
|
25
|
-
$active-bg-color: $theme-light !default;
|
|
26
|
-
$active-gradient-color: none !default;
|
|
27
|
-
$active-border-color: $theme-light !default;
|
|
28
|
-
$active-font-color: $theme-light-font !default;
|
|
29
|
-
$active-icon-color: $theme-light-font !default;
|
|
30
|
-
$error-font-color: $error-font !default;
|
|
31
|
-
$warning-font-color: $alert-font !default;
|
|
32
|
-
$success-font-color: $success-font !default;
|
|
33
|
-
$information-font-color: $message-font !default;
|
|
34
|
-
$overlay-bg-color: #383838 !default;
|
|
35
|
-
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
-
$border-size: 1px !default;
|
|
37
|
-
$border-type: solid !default;
|
|
38
|
-
$border-radius: 0 !default;
|
|
39
|
-
$border-left-radius: 0 !default;
|
|
40
|
-
$border-right-radius: 0 !default;
|
|
41
|
-
$border-top-radius: 0 !default;
|
|
42
|
-
$border-bottom-radius: 0 !default;
|
|
1
|
+
@import 'definition/fabric-dark.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
+
$font-size: 14px !default;
|
|
5
|
+
$font-weight: normal !default;
|
|
6
|
+
$font-path: 'common-images' !default;
|
|
7
|
+
$header-bg-color: $theme-primary !default;
|
|
8
|
+
$header-gradient-color: none !default;
|
|
9
|
+
$header-border-color: $theme-primary !default;
|
|
10
|
+
$header-font-color: $theme-primary-font !default;
|
|
11
|
+
$header-icon-color: $theme-primary-font !default;
|
|
12
|
+
$content-bg-color: $neutral-white !default;
|
|
13
|
+
$content-border-color: $neutral-white !default;
|
|
14
|
+
$content-font-color: $base-font !default;
|
|
15
|
+
$default-bg-color: $neutral-white !default;
|
|
16
|
+
$default-gradient-color: none !default;
|
|
17
|
+
$default-border-color: $neutral-white !default;
|
|
18
|
+
$default-font-color: $base-font !default;
|
|
19
|
+
$default-icon-color: $base-font !default;
|
|
20
|
+
$hover-bg-color: $neutral-light !default;
|
|
21
|
+
$hover-gradient-color: none !default;
|
|
22
|
+
$hover-border-color: $neutral-light !default;
|
|
23
|
+
$hover-font-color: $neutral-light-font !default;
|
|
24
|
+
$hover-icon-color: $neutral-light-font !default;
|
|
25
|
+
$active-bg-color: $theme-light !default;
|
|
26
|
+
$active-gradient-color: none !default;
|
|
27
|
+
$active-border-color: $theme-light !default;
|
|
28
|
+
$active-font-color: $theme-light-font !default;
|
|
29
|
+
$active-icon-color: $theme-light-font !default;
|
|
30
|
+
$error-font-color: $error-font !default;
|
|
31
|
+
$warning-font-color: $alert-font !default;
|
|
32
|
+
$success-font-color: $success-font !default;
|
|
33
|
+
$information-font-color: $message-font !default;
|
|
34
|
+
$overlay-bg-color: #383838 !default;
|
|
35
|
+
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
+
$border-size: 1px !default;
|
|
37
|
+
$border-type: solid !default;
|
|
38
|
+
$border-radius: 0 !default;
|
|
39
|
+
$border-left-radius: 0 !default;
|
|
40
|
+
$border-right-radius: 0 !default;
|
|
41
|
+
$border-top-radius: 0 !default;
|
|
42
|
+
$border-bottom-radius: 0 !default;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
@import 'definition/fabric.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
-
$font-size: 14px !default;
|
|
5
|
-
$font-weight: normal !default;
|
|
6
|
-
$font-path: 'common-images' !default;
|
|
7
|
-
$header-bg-color: $theme-primary !default;
|
|
8
|
-
$header-gradient-color: none !default;
|
|
9
|
-
$header-border-color: $theme-primary !default;
|
|
10
|
-
$header-font-color: $theme-primary-font !default;
|
|
11
|
-
$header-icon-color: $theme-primary-font !default;
|
|
12
|
-
$content-bg-color: $neutral-white !default;
|
|
13
|
-
$content-border-color: $neutral-white !default;
|
|
14
|
-
$content-font-color: $base-font !default;
|
|
15
|
-
$default-bg-color: $neutral-white !default;
|
|
16
|
-
$default-gradient-color: none !default;
|
|
17
|
-
$default-border-color: $neutral-white !default;
|
|
18
|
-
$default-font-color: $base-font !default;
|
|
19
|
-
$default-icon-color: $base-font !default;
|
|
20
|
-
$hover-bg-color: $neutral-light !default;
|
|
21
|
-
$hover-gradient-color: none !default;
|
|
22
|
-
$hover-border-color: $neutral-light !default;
|
|
23
|
-
$hover-font-color: $neutral-light-font !default;
|
|
24
|
-
$hover-icon-color: $neutral-light-font !default;
|
|
25
|
-
$active-bg-color: $theme-light !default;
|
|
26
|
-
$active-gradient-color: none !default;
|
|
27
|
-
$active-border-color: $theme-light !default;
|
|
28
|
-
$active-font-color: $theme-light-font !default;
|
|
29
|
-
$active-icon-color: $theme-light-font !default;
|
|
30
|
-
$error-font-color: $error-font !default;
|
|
31
|
-
$warning-font-color: $alert-font !default;
|
|
32
|
-
$success-font-color: $success-font !default;
|
|
33
|
-
$information-font-color: $message-font !default;
|
|
34
|
-
$overlay-bg-color: #383838 !default;
|
|
35
|
-
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
-
$border-size: 1px !default;
|
|
37
|
-
$border-type: solid !default;
|
|
38
|
-
$border-radius: 0 !default;
|
|
39
|
-
$border-left-radius: 0 !default;
|
|
40
|
-
$border-right-radius: 0 !default;
|
|
41
|
-
$border-top-radius: 0 !default;
|
|
42
|
-
$border-bottom-radius: 0 !default;
|
|
1
|
+
@import 'definition/fabric.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
+
$font-size: 14px !default;
|
|
5
|
+
$font-weight: normal !default;
|
|
6
|
+
$font-path: 'common-images' !default;
|
|
7
|
+
$header-bg-color: $theme-primary !default;
|
|
8
|
+
$header-gradient-color: none !default;
|
|
9
|
+
$header-border-color: $theme-primary !default;
|
|
10
|
+
$header-font-color: $theme-primary-font !default;
|
|
11
|
+
$header-icon-color: $theme-primary-font !default;
|
|
12
|
+
$content-bg-color: $neutral-white !default;
|
|
13
|
+
$content-border-color: $neutral-white !default;
|
|
14
|
+
$content-font-color: $base-font !default;
|
|
15
|
+
$default-bg-color: $neutral-white !default;
|
|
16
|
+
$default-gradient-color: none !default;
|
|
17
|
+
$default-border-color: $neutral-white !default;
|
|
18
|
+
$default-font-color: $base-font !default;
|
|
19
|
+
$default-icon-color: $base-font !default;
|
|
20
|
+
$hover-bg-color: $neutral-light !default;
|
|
21
|
+
$hover-gradient-color: none !default;
|
|
22
|
+
$hover-border-color: $neutral-light !default;
|
|
23
|
+
$hover-font-color: $neutral-light-font !default;
|
|
24
|
+
$hover-icon-color: $neutral-light-font !default;
|
|
25
|
+
$active-bg-color: $theme-light !default;
|
|
26
|
+
$active-gradient-color: none !default;
|
|
27
|
+
$active-border-color: $theme-light !default;
|
|
28
|
+
$active-font-color: $theme-light-font !default;
|
|
29
|
+
$active-icon-color: $theme-light-font !default;
|
|
30
|
+
$error-font-color: $error-font !default;
|
|
31
|
+
$warning-font-color: $alert-font !default;
|
|
32
|
+
$success-font-color: $success-font !default;
|
|
33
|
+
$information-font-color: $message-font !default;
|
|
34
|
+
$overlay-bg-color: #383838 !default;
|
|
35
|
+
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
+
$border-size: 1px !default;
|
|
37
|
+
$border-type: solid !default;
|
|
38
|
+
$border-radius: 0 !default;
|
|
39
|
+
$border-left-radius: 0 !default;
|
|
40
|
+
$border-right-radius: 0 !default;
|
|
41
|
+
$border-top-radius: 0 !default;
|
|
42
|
+
$border-bottom-radius: 0 !default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@import 'definition/fluent-dark.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: 400 !default;
|
|
6
|
-
$error-font-color: $danger !default;
|
|
7
|
-
$warning-font-color: $orange20 !default;
|
|
8
|
-
$success-font-color: $green20 !default;
|
|
9
|
-
$information-font-color: $white !default;
|
|
1
|
+
@import 'definition/fluent-dark.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: 400 !default;
|
|
6
|
+
$error-font-color: $danger !default;
|
|
7
|
+
$warning-font-color: $orange20 !default;
|
|
8
|
+
$success-font-color: $green20 !default;
|
|
9
|
+
$information-font-color: $white !default;
|
|
@@ -1,9 +1,9 @@
|
|
|
1
|
-
@import 'definition/fluent.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: 400 !default;
|
|
6
|
-
$error-font-color: $danger !default;
|
|
7
|
-
$warning-font-color: $orange20 !default;
|
|
8
|
-
$success-font-color: $green20 !default;
|
|
9
|
-
$information-font-color: $white !default;
|
|
1
|
+
@import 'definition/fluent.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: 400 !default;
|
|
6
|
+
$error-font-color: $danger !default;
|
|
7
|
+
$warning-font-color: $orange20 !default;
|
|
8
|
+
$success-font-color: $green20 !default;
|
|
9
|
+
$information-font-color: $white !default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
@import 'definition/fluent2-dark.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: 400 !default;
|
|
6
|
+
$error-font-color: $danger !default;
|
|
7
|
+
$warning-font-color: $orange20 !default;
|
|
8
|
+
$success-font-color: $green20 !default;
|
|
9
|
+
$information-font-color: $white !default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
@import 'definition/fluent2.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: 400 !default;
|
|
6
|
+
$error-font-color: $danger !default;
|
|
7
|
+
$warning-font-color: $orange20 !default;
|
|
8
|
+
$success-font-color: $green20 !default;
|
|
9
|
+
$information-font-color: $white !default;
|
|
@@ -0,0 +1,9 @@
|
|
|
1
|
+
@import 'definition/fluent2-highcontrast.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Segoe UI', -apple-system, BlinkMacSystemFont, 'Roboto', 'Helvetica Neue', sans-serif !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: 400 !default;
|
|
6
|
+
$error-font-color: $danger !default;
|
|
7
|
+
$warning-font-color: $orange20 !default;
|
|
8
|
+
$success-font-color: $green20 !default;
|
|
9
|
+
$information-font-color: $white !default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@import 'definition/fusionnew-dark.scss';
|
|
2
|
-
|
|
3
|
-
$font-size: 12px !default;
|
|
4
|
-
$font-weight: 400 !default;
|
|
5
|
-
$error-font-color: $danger !default;
|
|
6
|
-
$warning-font-color: $yellow !default;
|
|
7
|
-
$success-font-color: #198754 !default;
|
|
8
|
-
$information-font-color: #0dcaf0 !default;
|
|
1
|
+
@import 'definition/fusionnew-dark.scss';
|
|
2
|
+
|
|
3
|
+
$font-size: 12px !default;
|
|
4
|
+
$font-weight: 400 !default;
|
|
5
|
+
$error-font-color: $danger !default;
|
|
6
|
+
$warning-font-color: $yellow !default;
|
|
7
|
+
$success-font-color: #198754 !default;
|
|
8
|
+
$information-font-color: #0dcaf0 !default;
|
|
@@ -1,8 +1,8 @@
|
|
|
1
|
-
@import 'definition/fusionnew.scss';
|
|
2
|
-
|
|
3
|
-
$font-size: 12px !default;
|
|
4
|
-
$font-weight: 400 !default;
|
|
5
|
-
$error-font-color: $danger !default;
|
|
6
|
-
$warning-font-color: $yellow !default;
|
|
7
|
-
$success-font-color: #198754 !default;
|
|
8
|
-
$information-font-color: #0dcaf0 !default;
|
|
1
|
+
@import 'definition/fusionnew.scss';
|
|
2
|
+
|
|
3
|
+
$font-size: 12px !default;
|
|
4
|
+
$font-weight: 400 !default;
|
|
5
|
+
$error-font-color: $danger !default;
|
|
6
|
+
$warning-font-color: $yellow !default;
|
|
7
|
+
$success-font-color: #198754 !default;
|
|
8
|
+
$information-font-color: #0dcaf0 !default;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
@import 'definition/highcontrast.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: normal !default;
|
|
6
|
-
$font-path: 'common-images' !default;
|
|
7
|
-
$header-bg-color: $bg-base-20 !default;
|
|
8
|
-
$header-gradient-color: none !default;
|
|
9
|
-
$header-border-color: $border-default !default;
|
|
10
|
-
$header-font-color: $header-font !default;
|
|
11
|
-
$header-icon-color: $header-font !default;
|
|
12
|
-
$content-bg-color: $bg-base-20 !default;
|
|
13
|
-
$content-border-color: $border-default !default;
|
|
14
|
-
$content-font-color: $content-font !default;
|
|
15
|
-
$default-bg-color: $bg-base-20 !default;
|
|
16
|
-
$default-gradient-color: none !default;
|
|
17
|
-
$default-border-color: $border-default !default;
|
|
18
|
-
$default-font-color: $content-font !default;
|
|
19
|
-
$default-icon-color: $content-font !default;
|
|
20
|
-
$hover-bg-color: $hover-bg !default;
|
|
21
|
-
$hover-gradient-color: none !default;
|
|
22
|
-
$hover-border-color: $hover-border !default;
|
|
23
|
-
$hover-font-color: $hover-font !default;
|
|
24
|
-
$hover-icon-color: $hover-font !default;
|
|
25
|
-
$active-bg-color: $success-bg !default;
|
|
26
|
-
$active-gradient-color: none !default;
|
|
27
|
-
$active-border-color: $border-default !default;
|
|
28
|
-
$active-font-color: $content-font !default;
|
|
29
|
-
$active-icon-color: $content-font !default;
|
|
30
|
-
$error-font-color: $error-alt !default;
|
|
31
|
-
$information-font-color: $info-bg !default;
|
|
32
|
-
$warning-font-color: $msg-warning-color !default;
|
|
33
|
-
$success-font-color: $success-alt !default;
|
|
34
|
-
$overlay-bg-color: #383838 !default;
|
|
35
|
-
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
-
$border-size: 1px !default;
|
|
37
|
-
$border-type: solid !default;
|
|
38
|
-
$border-radius: 0 !default;
|
|
39
|
-
$border-left-radius: 0 !default;
|
|
40
|
-
$border-right-radius: 0 !default;
|
|
41
|
-
$border-top-radius: 0 !default;
|
|
42
|
-
$border-bottom-radius: 0 !default;
|
|
1
|
+
@import 'definition/highcontrast.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: normal !default;
|
|
6
|
+
$font-path: 'common-images' !default;
|
|
7
|
+
$header-bg-color: $bg-base-20 !default;
|
|
8
|
+
$header-gradient-color: none !default;
|
|
9
|
+
$header-border-color: $border-default !default;
|
|
10
|
+
$header-font-color: $header-font !default;
|
|
11
|
+
$header-icon-color: $header-font !default;
|
|
12
|
+
$content-bg-color: $bg-base-20 !default;
|
|
13
|
+
$content-border-color: $border-default !default;
|
|
14
|
+
$content-font-color: $content-font !default;
|
|
15
|
+
$default-bg-color: $bg-base-20 !default;
|
|
16
|
+
$default-gradient-color: none !default;
|
|
17
|
+
$default-border-color: $border-default !default;
|
|
18
|
+
$default-font-color: $content-font !default;
|
|
19
|
+
$default-icon-color: $content-font !default;
|
|
20
|
+
$hover-bg-color: $hover-bg !default;
|
|
21
|
+
$hover-gradient-color: none !default;
|
|
22
|
+
$hover-border-color: $hover-border !default;
|
|
23
|
+
$hover-font-color: $hover-font !default;
|
|
24
|
+
$hover-icon-color: $hover-font !default;
|
|
25
|
+
$active-bg-color: $success-bg !default;
|
|
26
|
+
$active-gradient-color: none !default;
|
|
27
|
+
$active-border-color: $border-default !default;
|
|
28
|
+
$active-font-color: $content-font !default;
|
|
29
|
+
$active-icon-color: $content-font !default;
|
|
30
|
+
$error-font-color: $error-alt !default;
|
|
31
|
+
$information-font-color: $info-bg !default;
|
|
32
|
+
$warning-font-color: $msg-warning-color !default;
|
|
33
|
+
$success-font-color: $success-alt !default;
|
|
34
|
+
$overlay-bg-color: #383838 !default;
|
|
35
|
+
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
+
$border-size: 1px !default;
|
|
37
|
+
$border-type: solid !default;
|
|
38
|
+
$border-radius: 0 !default;
|
|
39
|
+
$border-left-radius: 0 !default;
|
|
40
|
+
$border-right-radius: 0 !default;
|
|
41
|
+
$border-top-radius: 0 !default;
|
|
42
|
+
$border-bottom-radius: 0 !default;
|
|
@@ -1,42 +1,42 @@
|
|
|
1
|
-
@import 'definition/highcontrast-light.scss';
|
|
2
|
-
|
|
3
|
-
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
-
$font-size: 12px !default;
|
|
5
|
-
$font-weight: normal !default;
|
|
6
|
-
$font-path: 'common-images' !default;
|
|
7
|
-
$header-bg-color: $bg-base-20 !default;
|
|
8
|
-
$header-gradient-color: none !default;
|
|
9
|
-
$header-border-color: $border-default !default;
|
|
10
|
-
$header-font-color: $header-font !default;
|
|
11
|
-
$header-icon-color: $header-font !default;
|
|
12
|
-
$content-bg-color: $bg-base-20 !default;
|
|
13
|
-
$content-border-color: $border-default !default;
|
|
14
|
-
$content-font-color: $content-font !default;
|
|
15
|
-
$default-bg-color: $bg-base-20 !default;
|
|
16
|
-
$default-gradient-color: none !default;
|
|
17
|
-
$default-border-color: $border-default !default;
|
|
18
|
-
$default-font-color: $content-font !default;
|
|
19
|
-
$default-icon-color: $content-font !default;
|
|
20
|
-
$hover-bg-color: $hover-bg !default;
|
|
21
|
-
$hover-gradient-color: none !default;
|
|
22
|
-
$hover-border-color: $hover-border !default;
|
|
23
|
-
$hover-font-color: $hover-font !default;
|
|
24
|
-
$hover-icon-color: $hover-font !default;
|
|
25
|
-
$active-bg-color: $success-bg !default;
|
|
26
|
-
$active-gradient-color: none !default;
|
|
27
|
-
$active-border-color: $border-default !default;
|
|
28
|
-
$active-font-color: $content-font !default;
|
|
29
|
-
$active-icon-color: $content-font !default;
|
|
30
|
-
$error-font-color: $error-alt !default;
|
|
31
|
-
$information-font-color: $info-bg !default;
|
|
32
|
-
$warning-font-color: $msg-warning-color !default;
|
|
33
|
-
$success-font-color: $success-alt !default;
|
|
34
|
-
$overlay-bg-color: #383838 !default;
|
|
35
|
-
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
-
$border-size: 1px !default;
|
|
37
|
-
$border-type: solid !default;
|
|
38
|
-
$border-radius: 0 !default;
|
|
39
|
-
$border-left-radius: 0 !default;
|
|
40
|
-
$border-right-radius: 0 !default;
|
|
41
|
-
$border-top-radius: 0 !default;
|
|
42
|
-
$border-bottom-radius: 0 !default;
|
|
1
|
+
@import 'definition/highcontrast-light.scss';
|
|
2
|
+
|
|
3
|
+
$font-family: 'Segoe UI', 'GeezaPro', 'DejaVu Serif', sans-serif, '-apple-system', 'BlinkMacSystemFont' !default;
|
|
4
|
+
$font-size: 12px !default;
|
|
5
|
+
$font-weight: normal !default;
|
|
6
|
+
$font-path: 'common-images' !default;
|
|
7
|
+
$header-bg-color: $bg-base-20 !default;
|
|
8
|
+
$header-gradient-color: none !default;
|
|
9
|
+
$header-border-color: $border-default !default;
|
|
10
|
+
$header-font-color: $header-font !default;
|
|
11
|
+
$header-icon-color: $header-font !default;
|
|
12
|
+
$content-bg-color: $bg-base-20 !default;
|
|
13
|
+
$content-border-color: $border-default !default;
|
|
14
|
+
$content-font-color: $content-font !default;
|
|
15
|
+
$default-bg-color: $bg-base-20 !default;
|
|
16
|
+
$default-gradient-color: none !default;
|
|
17
|
+
$default-border-color: $border-default !default;
|
|
18
|
+
$default-font-color: $content-font !default;
|
|
19
|
+
$default-icon-color: $content-font !default;
|
|
20
|
+
$hover-bg-color: $hover-bg !default;
|
|
21
|
+
$hover-gradient-color: none !default;
|
|
22
|
+
$hover-border-color: $hover-border !default;
|
|
23
|
+
$hover-font-color: $hover-font !default;
|
|
24
|
+
$hover-icon-color: $hover-font !default;
|
|
25
|
+
$active-bg-color: $success-bg !default;
|
|
26
|
+
$active-gradient-color: none !default;
|
|
27
|
+
$active-border-color: $border-default !default;
|
|
28
|
+
$active-font-color: $content-font !default;
|
|
29
|
+
$active-icon-color: $content-font !default;
|
|
30
|
+
$error-font-color: $error-alt !default;
|
|
31
|
+
$information-font-color: $info-bg !default;
|
|
32
|
+
$warning-font-color: $msg-warning-color !default;
|
|
33
|
+
$success-font-color: $success-alt !default;
|
|
34
|
+
$overlay-bg-color: #383838 !default;
|
|
35
|
+
$shadow-color: rgba(0, 0, 0, .4) !default;
|
|
36
|
+
$border-size: 1px !default;
|
|
37
|
+
$border-type: solid !default;
|
|
38
|
+
$border-radius: 0 !default;
|
|
39
|
+
$border-left-radius: 0 !default;
|
|
40
|
+
$border-right-radius: 0 !default;
|
|
41
|
+
$border-top-radius: 0 !default;
|
|
42
|
+
$border-bottom-radius: 0 !default;
|