@progress/kendo-theme-bootstrap 9.0.0-dev.2 → 9.0.1-dev.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/dist/all.css +1 -1
- package/dist/all.scss +11 -7
- package/dist/bootstrap-3-dark.css +1 -1
- package/dist/bootstrap-3.css +1 -1
- package/dist/bootstrap-4-dark.css +1 -1
- package/dist/bootstrap-4.css +1 -1
- package/dist/bootstrap-dataviz-v4.css +1 -1
- package/dist/bootstrap-main-dark.css +1 -1
- package/dist/bootstrap-main.css +1 -1
- package/dist/bootstrap-nordic.css +1 -1
- package/dist/bootstrap-turquoise-dark.css +1 -1
- package/dist/bootstrap-turquoise.css +1 -1
- package/dist/bootstrap-urban.css +1 -1
- package/dist/bootstrap-vintage.css +1 -1
- 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
|
@@ -14496,8 +14496,8 @@ $kendo-utils: (
|
|
|
14496
14496
|
/// @group height
|
|
14497
14497
|
/// @contextType css
|
|
14498
14498
|
|
|
14499
|
-
/// This is equivalent to `
|
|
14500
|
-
/// @example
|
|
14499
|
+
/// This is equivalent to `height: 100%;`.
|
|
14500
|
+
/// @example height: 100%;
|
|
14501
14501
|
/// @name .k-h-full
|
|
14502
14502
|
/// @group height
|
|
14503
14503
|
/// @contextType css
|
|
@@ -14666,8 +14666,8 @@ $kendo-utils: (
|
|
|
14666
14666
|
/// @group width
|
|
14667
14667
|
/// @contextType css
|
|
14668
14668
|
|
|
14669
|
-
/// This is equivalent to `
|
|
14670
|
-
/// @example
|
|
14669
|
+
/// This is equivalent to `width: 100%;`.
|
|
14670
|
+
/// @example width: 100%;
|
|
14671
14671
|
/// @name .k-w-full
|
|
14672
14672
|
/// @group width
|
|
14673
14673
|
/// @contextType css
|
|
@@ -41211,10 +41211,8 @@ $_kendo-module-meta: (
|
|
|
41211
41211
|
overflow: hidden;
|
|
41212
41212
|
cursor: default;
|
|
41213
41213
|
flex: 1;
|
|
41214
|
-
display: flex;
|
|
41215
|
-
flex-flow: row nowrap;
|
|
41216
41214
|
|
|
41217
|
-
|
|
41215
|
+
&:empty::before {
|
|
41218
41216
|
content: "\200b";
|
|
41219
41217
|
}
|
|
41220
41218
|
}
|
|
@@ -58528,6 +58526,12 @@ $kendo-editor-selectednode-outline-color: #88ccff !default;
|
|
|
58528
58526
|
visibility: hidden;
|
|
58529
58527
|
}
|
|
58530
58528
|
|
|
58529
|
+
// Resizable tables
|
|
58530
|
+
.k-editor-resize-wrap-element {
|
|
58531
|
+
display: inline-block;
|
|
58532
|
+
position: relative;
|
|
58533
|
+
}
|
|
58534
|
+
|
|
58531
58535
|
.k-editor-resize-handle {
|
|
58532
58536
|
width: $kendo-editor-resize-handle-size;
|
|
58533
58537
|
height: $kendo-editor-resize-handle-size;
|