@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: #d0b663,
|
|
108
108
|
series-f-subtler: #e0cf97,
|
|
109
109
|
) !default,
|
|
110
|
-
$kendo-is-dark-theme: false !default,
|
|
111
|
-
$kendo-color-primary: #e7607b !default,
|
|
112
|
-
$kendo-color-secondary: #d6e5e9 !default,
|
|
113
|
-
$kendo-color-info: #01a8c1 !default,
|
|
114
|
-
$kendo-color-success: #90bf4f !default,
|
|
115
|
-
$kendo-color-warning: #ffc857 !default,
|
|
116
|
-
$kendo-color-error: #d31038 !default,
|
|
117
|
-
$kendo-body-text: #50686e !default,
|
|
118
|
-
$kendo-body-bg: #ffffff !default,
|
|
119
|
-
$kendo-subtle-text: #8f9ea2 !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: #212529 !default,
|
|
126
|
-
$kendo-hover-bg: #e4e7eb !default,
|
|
127
|
-
$kendo-selected-text: #ffffff !default,
|
|
128
|
-
$kendo-selected-bg: #e7607b !default,
|
|
129
|
-
$kendo-button-text: #212529 !default,
|
|
130
|
-
$kendo-button-bg: #d6e5e9 !default,
|
|
131
|
-
$kendo-link-text: #e7607b !default,
|
|
132
|
-
$kendo-link-hover-text: #da2146 !default,
|
|
133
|
-
$kendo-series-a: #e7607b !default,
|
|
134
|
-
$kendo-series-b: #6bd2e2 !default,
|
|
135
|
-
$kendo-series-c: #ddc981 !default,
|
|
136
|
-
$kendo-series-d: #bb334f !default,
|
|
137
|
-
$kendo-series-e: #01a8c1 !default,
|
|
138
|
-
$kendo-series-f: #c09e2f !default,
|
|
139
110
|
|
|
140
111
|
);
|
|
141
112
|
|