@progress/kendo-theme-fluent 7.0.3-dev.1 → 7.0.3-dev.3
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 +0 -10
- package/dist/meta/sassdoc-data.json +592 -598
- package/dist/meta/sassdoc-raw-data.json +296 -296
- package/lib/swatches/all.json +1 -1
- package/lib/swatches/fluent-main.json +1 -1
- package/package.json +4 -4
- package/scss/captcha/_variables.scss +13 -13
- package/scss/dock-manager/_layout.scss +0 -12
- package/scss/dropzone/_variables.scss +21 -21
- package/scss/filemanager/_variables.scss +62 -62
- package/scss/pdf-viewer/_variables.scss +30 -30
- package/scss/rating/_variables.scss +14 -14
- package/scss/skeleton/_variables.scss +7 -6
package/dist/all.css
CHANGED
|
@@ -40557,16 +40557,6 @@ kendo-card-footer {
|
|
|
40557
40557
|
height: 0;
|
|
40558
40558
|
border-width: var(--kendo-dock-manager-border-width, 1px) 0 0;
|
|
40559
40559
|
}
|
|
40560
|
-
@supports (not (-ms-ime-mode: none)) and (not (overflow: -webkit-marquee)) and (not (-moz-appearance: none)) {
|
|
40561
|
-
.k-dock-manager-toolbar .k-toolbar-button {
|
|
40562
|
-
padding-block: var(--INTERNAL--kendo-button-padding-x, 0);
|
|
40563
|
-
padding-inline: var(--INTERNAL--kendo-button-padding-y, 0);
|
|
40564
|
-
}
|
|
40565
|
-
.k-dock-manager-toolbar .k-toolbar-button .k-button-text {
|
|
40566
|
-
-ms-writing-mode: tb-lr;
|
|
40567
|
-
writing-mode: vertical-lr;
|
|
40568
|
-
}
|
|
40569
|
-
}
|
|
40570
40560
|
|
|
40571
40561
|
.k-dock-manager-pane-container {
|
|
40572
40562
|
width: 100%;
|