@progress/kendo-theme-bootstrap 8.0.2-dev.2 → 8.0.2-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 -55747
- package/dist/all.scss +2 -3
- package/dist/bootstrap-3-dark.css +1 -0
- package/dist/bootstrap-3.css +1 -0
- package/dist/bootstrap-4-dark.css +1 -0
- package/dist/bootstrap-4.css +1 -0
- package/dist/bootstrap-dataviz-v4.css +1 -0
- package/dist/bootstrap-main-dark.css +1 -0
- package/dist/bootstrap-main.css +1 -0
- package/dist/bootstrap-nordic.css +1 -0
- package/dist/bootstrap-turquoise-dark.css +1 -0
- package/dist/bootstrap-turquoise.css +1 -0
- package/dist/bootstrap-urban.css +1 -0
- package/dist/bootstrap-vintage.css +1 -0
- package/lib/swatches/bootstrap-3-dark.json +1 -1
- package/lib/swatches/bootstrap-3.json +1 -1
- package/lib/swatches/bootstrap-4-dark.json +1 -1
- package/lib/swatches/bootstrap-4.json +1 -1
- package/lib/swatches/bootstrap-dataviz-v4.json +1 -1
- package/lib/swatches/bootstrap-main-dark.json +1 -1
- package/lib/swatches/bootstrap-main.json +1 -1
- package/lib/swatches/bootstrap-nordic.json +1 -1
- package/lib/swatches/bootstrap-turquoise-dark.json +1 -1
- package/lib/swatches/bootstrap-turquoise.json +1 -1
- package/lib/swatches/bootstrap-urban.json +1 -1
- package/lib/swatches/bootstrap-vintage.json +1 -1
- package/package.json +5 -5
package/dist/all.scss
CHANGED
|
@@ -53492,10 +53492,9 @@ $kendo-pivotgrid-remove-text: null !default;
|
|
|
53492
53492
|
.k-flex-row-reverse & {
|
|
53493
53493
|
display: flex;
|
|
53494
53494
|
align-items: center;
|
|
53495
|
+
justify-content: center;
|
|
53496
|
+
writing-mode: vertical-rl;
|
|
53495
53497
|
|
|
53496
|
-
span {
|
|
53497
|
-
writing-mode: vertical-rl;
|
|
53498
|
-
}
|
|
53499
53498
|
.k-icon {
|
|
53500
53499
|
vertical-align: baseline;
|
|
53501
53500
|
}
|