@progress/kendo-theme-default 6.1.1-dev.1 → 6.1.1-dev.16
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 +5 -6
- package/dist/all.scss +2027 -1138
- package/dist/meta/sassdoc-data.json +38606 -0
- package/dist/meta/sassdoc-raw-data.json +17789 -0
- package/dist/meta/variables.json +12622 -0
- package/dist/meta/variables.scss +10 -0
- package/lib/swatches/default-blue.json +1 -1
- package/lib/swatches/default-dataviz-v4.json +1 -1
- package/lib/swatches/default-green.json +1 -1
- package/lib/swatches/default-main-dark.json +1 -1
- package/lib/swatches/default-main.json +1 -1
- package/lib/swatches/default-nordic.json +1 -1
- package/lib/swatches/default-ocean-blue-a11y.json +1 -1
- package/lib/swatches/default-ocean-blue.json +1 -1
- package/lib/swatches/default-orange.json +1 -1
- package/lib/swatches/default-purple.json +1 -1
- package/lib/swatches/default-turquoise.json +1 -1
- package/lib/swatches/default-urban.json +1 -1
- package/package.json +4 -4
- package/scss/_variables.scss +104 -12
- package/scss/action-sheet/_layout.scss +1 -2
- package/scss/action-sheet/_theme.scss +5 -0
- package/scss/grid/_layout.scss +0 -2
package/dist/all.css
CHANGED
|
@@ -36376,9 +36376,8 @@ select.k-picker-lg {
|
|
|
36376
36376
|
font-size: 0.875em;
|
|
36377
36377
|
}
|
|
36378
36378
|
|
|
36379
|
-
.k-actionsheet
|
|
36379
|
+
.k-actionsheet .k-hr {
|
|
36380
36380
|
margin: 0;
|
|
36381
|
-
border-color: inherit;
|
|
36382
36381
|
flex: none;
|
|
36383
36382
|
}
|
|
36384
36383
|
|
|
@@ -36573,6 +36572,10 @@ select.k-picker-lg {
|
|
|
36573
36572
|
color: #666666;
|
|
36574
36573
|
}
|
|
36575
36574
|
|
|
36575
|
+
.k-actionsheet .k-hr {
|
|
36576
|
+
border-color: rgba(0, 0, 0, 0.08);
|
|
36577
|
+
}
|
|
36578
|
+
|
|
36576
36579
|
.k-adaptive-actionsheet .k-actionsheet-titlebar, .k-adaptive-actionsheet .k-actionsheet-jq .k-actionsheet-header, .k-actionsheet-jq .k-adaptive-actionsheet .k-actionsheet-header {
|
|
36577
36580
|
border-color: rgba(0, 0, 0, 0.08);
|
|
36578
36581
|
}
|
|
@@ -41697,10 +41700,6 @@ div.k-grid-norecords {
|
|
|
41697
41700
|
|
|
41698
41701
|
.k-column-menu-popup.k-popup,
|
|
41699
41702
|
.k-grid-columnmenu-popup.k-popup {
|
|
41700
|
-
}
|
|
41701
|
-
|
|
41702
|
-
.k-popup > .k-column-menu-popup, .k-popup >
|
|
41703
|
-
.k-grid-columnmenu-popup {
|
|
41704
41703
|
max-width: 100%;
|
|
41705
41704
|
}
|
|
41706
41705
|
|