@progress/kendo-theme-bootstrap 10.0.0-dev.2 → 10.0.0-dev.4
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/dist/all.css +1 -1
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3-dark.scss +0 -29
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-3.scss +0 -29
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4-dark.scss +0 -29
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-4.scss +0 -29
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-dataviz-v4.scss +0 -6
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main-dark.scss +0 -29
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-main.scss +0 -29
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-nordic.scss +0 -29
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise-dark.scss +0 -29
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-turquoise.scss +0 -29
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-urban.scss +0 -29
- package/dist/bootstrap-vintage.css +1 -1
- package/dist/bootstrap-vintage.scss +0 -29
- package/dist/meta/sassdoc-data.json +90 -144
- package/dist/meta/sassdoc-raw-data.json +41 -66
- package/dist/meta/variables.json +5 -5
- package/lib/swatches/bootstrap-3-dark.json +1 -6
- package/lib/swatches/bootstrap-3.json +1 -6
- package/lib/swatches/bootstrap-4-dark.json +1 -6
- package/lib/swatches/bootstrap-4.json +1 -6
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -6
- package/lib/swatches/bootstrap-main.json +1 -6
- package/lib/swatches/bootstrap-nordic.json +1 -6
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -6
- package/lib/swatches/bootstrap-turquoise.json +1 -6
- package/lib/swatches/bootstrap-urban.json +1 -6
- package/lib/swatches/bootstrap-vintage.json +1 -6
- package/package.json +5 -5
- package/scss/colorgradient/_variables.scss +0 -3
- package/scss/grid/_theme.scss +1 -0
- package/scss/scheduler/_variables.scss +1 -1
|
@@ -107,35 +107,6 @@
|
|
|
107
107
|
series-f-subtle: #bf74ce,
|
|
108
108
|
series-f-subtler: #d5a3df,
|
|
109
109
|
) !default,
|
|
110
|
-
$kendo-is-dark-theme: false !default,
|
|
111
|
-
$kendo-color-primary: #34d293 !default,
|
|
112
|
-
$kendo-color-secondary: #f1f4f1 !default,
|
|
113
|
-
$kendo-color-info: #3dbfe6 !default,
|
|
114
|
-
$kendo-color-success: #7fbf4b !default,
|
|
115
|
-
$kendo-color-warning: #ffb752 !default,
|
|
116
|
-
$kendo-color-error: #e35d59 !default,
|
|
117
|
-
$kendo-body-text: #292b2c !default,
|
|
118
|
-
$kendo-body-bg: #ffffff !default,
|
|
119
|
-
$kendo-subtle-text: #545556 !default,
|
|
120
|
-
$kendo-disabled-text: null !default,
|
|
121
|
-
$kendo-component-text: #292b2c !default,
|
|
122
|
-
$kendo-component-bg: #ffffff !default,
|
|
123
|
-
$kendo-base-text: #292b2c !default,
|
|
124
|
-
$kendo-base-bg: #f8f9fa !default,
|
|
125
|
-
$kendo-hover-text: #1eb97b !default,
|
|
126
|
-
$kendo-hover-bg: #eeeff0 !default,
|
|
127
|
-
$kendo-selected-text: #ffffff !default,
|
|
128
|
-
$kendo-selected-bg: #34d293 !default,
|
|
129
|
-
$kendo-button-text: #212529 !default,
|
|
130
|
-
$kendo-button-bg: #f1f4f1 !default,
|
|
131
|
-
$kendo-link-text: #34d293 !default,
|
|
132
|
-
$kendo-link-hover-text: #229869 !default,
|
|
133
|
-
$kendo-series-a: #34d293 !default,
|
|
134
|
-
$kendo-series-b: #ffd246 !default,
|
|
135
|
-
$kendo-series-c: #78d237 !default,
|
|
136
|
-
$kendo-series-d: #28b4c8 !default,
|
|
137
|
-
$kendo-series-e: #2d73f5 !default,
|
|
138
|
-
$kendo-series-f: #aa46be !default,
|
|
139
110
|
|
|
140
111
|
);
|
|
141
112
|
|