@progress/kendo-theme-default 6.4.0-dev.0 → 6.4.0-dev.2
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 +206 -160
- package/dist/all.scss +600 -321
- package/dist/default-main-dark.scss +2 -2
- package/dist/meta/sassdoc-data.json +21117 -14835
- package/dist/meta/sassdoc-raw-data.json +9265 -6365
- package/dist/meta/variables.json +25 -65
- 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 +4 -4
- 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 +6 -5
- package/scss/action-sheet/_layout.scss +11 -5
- package/scss/action-sheet/_variables.scss +0 -2
- package/scss/adaptive/_layout.scss +5 -8
- package/scss/avatar/_variables.scss +6 -6
- package/scss/badge/_variables.scss +38 -8
- package/scss/bottom-navigation/_layout.scss +0 -4
- package/scss/bottom-navigation/_variables.scss +0 -1
- package/scss/breadcrumb/_layout.scss +0 -1
- package/scss/breadcrumb/_variables.scss +0 -2
- package/scss/button/_variables.scss +4 -4
- package/scss/chip/_layout.scss +0 -1
- package/scss/drawer/_layout.scss +3 -3
- package/scss/drawer/_variables.scss +3 -2
- package/scss/dropdowntree/_variables.scss +5 -0
- package/scss/dropzone/_layout.scss +0 -7
- package/scss/dropzone/_variables.scss +0 -1
- package/scss/fab/_layout.scss +3 -4
- package/scss/fab/_theme.scss +1 -1
- package/scss/fab/_variables.scss +43 -37
- package/scss/filemanager/_layout.scss +1 -11
- package/scss/filemanager/_variables.scss +0 -2
- package/scss/floating-label/_variables.scss +31 -0
- package/scss/forms/_variables.scss +90 -4
- package/scss/grid/_layout.scss +1 -0
- package/scss/grid/_theme.scss +8 -8
- package/scss/icons/_layout.scss +10 -7
- package/scss/input/_layout.scss +6 -5
- package/scss/input/_variables.scss +0 -3
- package/scss/list/_layout.scss +2 -0
- package/scss/list/_theme.scss +6 -0
- package/scss/list/_variables.scss +8 -0
- package/scss/listbox/_layout.scss +2 -5
- package/scss/listgroup/_layout.scss +1 -1
- package/scss/map/_layout.scss +0 -1
- package/scss/map/_variables.scss +0 -1
- package/scss/menu-button/_variables.scss +1 -1
- package/scss/pager/_layout.scss +1 -12
- package/scss/pager/_variables.scss +57 -33
- package/scss/pdf-viewer/_layout.scss +0 -8
- package/scss/pdf-viewer/_variables.scss +0 -1
- package/scss/rating/_layout.scss +0 -8
- package/scss/scheduler/_layout.scss +0 -6
- package/scss/scrollview/_layout.scss +13 -8
- package/scss/scrollview/_variables.scss +0 -1
- package/scss/splitter/_layout.scss +0 -8
- package/scss/splitter/_variables.scss +1 -2
- package/scss/spreadsheet/_layout.scss +2 -1
- package/scss/toolbar/_variables.scss +35 -17
- package/scss/treeview/_variables.scss +56 -32
- package/scss/upload/_layout.scss +2 -6
- package/scss/upload/_variables.scss +0 -2
|
@@ -3,7 +3,7 @@
|
|
|
3
3
|
"name": "Default Main Dark",
|
|
4
4
|
"product": "kendo",
|
|
5
5
|
"base": "@progress/kendo-theme-default",
|
|
6
|
-
"version": "6.4.0-dev.
|
|
6
|
+
"version": "6.4.0-dev.2",
|
|
7
7
|
"api": "legacy",
|
|
8
8
|
"previewColors": [
|
|
9
9
|
"#000000",
|
|
@@ -60,12 +60,12 @@
|
|
|
60
60
|
"kendo-color-light": {
|
|
61
61
|
"name": "Light",
|
|
62
62
|
"type": "color",
|
|
63
|
-
"value": "#
|
|
63
|
+
"value": "#BDBDBD"
|
|
64
64
|
},
|
|
65
65
|
"kendo-color-dark": {
|
|
66
66
|
"name": "Dark",
|
|
67
67
|
"type": "color",
|
|
68
|
-
"value": "#
|
|
68
|
+
"value": "#292929"
|
|
69
69
|
}
|
|
70
70
|
}
|
|
71
71
|
},
|
|
@@ -158,7 +158,7 @@
|
|
|
158
158
|
"value": "#1D1D1D"
|
|
159
159
|
},
|
|
160
160
|
"kendo-button-border": {
|
|
161
|
-
"name": "Button
|
|
161
|
+
"name": "Button border",
|
|
162
162
|
"type": "color",
|
|
163
163
|
"value": "#383838"
|
|
164
164
|
}
|
package/package.json
CHANGED
|
@@ -1,7 +1,7 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@progress/kendo-theme-default",
|
|
3
3
|
"description": "SASS resources for the default Kendo UI theme",
|
|
4
|
-
"version": "6.4.0-dev.
|
|
4
|
+
"version": "6.4.0-dev.2",
|
|
5
5
|
"author": "Progress",
|
|
6
6
|
"license": "Apache-2.0",
|
|
7
7
|
"keywords": [
|
|
@@ -38,6 +38,7 @@
|
|
|
38
38
|
"scripts": {
|
|
39
39
|
"build": "sass-build",
|
|
40
40
|
"sass": "sass-build",
|
|
41
|
+
"sass:standalone": "sass-build -c sass-standalone.config.js",
|
|
41
42
|
"docs": "node ../../scripts/sassdoc.js",
|
|
42
43
|
"predocs": "npm run resolve-variables",
|
|
43
44
|
"resolve-variables": "node ../../scripts/resolve-variables.js",
|
|
@@ -47,9 +48,9 @@
|
|
|
47
48
|
"postpublish": "echo 'no postpublish for default theme'"
|
|
48
49
|
},
|
|
49
50
|
"dependencies": {
|
|
50
|
-
"@progress/kendo-font-icons": "1.
|
|
51
|
-
"@progress/kendo-theme-core": "6.4.0-dev.
|
|
52
|
-
"@progress/kendo-theme-utils": "6.4.0-dev.
|
|
51
|
+
"@progress/kendo-font-icons": "1.5.0",
|
|
52
|
+
"@progress/kendo-theme-core": "6.4.0-dev.2",
|
|
53
|
+
"@progress/kendo-theme-utils": "6.4.0-dev.2"
|
|
53
54
|
},
|
|
54
|
-
"gitHead": "
|
|
55
|
+
"gitHead": "f915877b18051b4fdbf50faad26b14ec73852e46"
|
|
55
56
|
}
|
|
@@ -160,9 +160,6 @@
|
|
|
160
160
|
align-items: flex-start;
|
|
161
161
|
gap: $kendo-actionsheet-item-spacing;
|
|
162
162
|
}
|
|
163
|
-
.k-actionsheet-item-icon {
|
|
164
|
-
font-size: $kendo-actionsheet-item-icon-size;
|
|
165
|
-
}
|
|
166
163
|
.k-actionsheet-item-text {
|
|
167
164
|
display: flex;
|
|
168
165
|
flex-flow: column nowrap;
|
|
@@ -189,7 +186,7 @@
|
|
|
189
186
|
border-width: if( $kendo-actionsheet-border-width, $kendo-actionsheet-border-width, null );
|
|
190
187
|
border-top-width: if( $kendo-actionsheet-border-width, 0, null );
|
|
191
188
|
top: 0;
|
|
192
|
-
|
|
189
|
+
inset-inline-start: 50%;
|
|
193
190
|
transform: translateX( -50% );
|
|
194
191
|
}
|
|
195
192
|
.k-actionsheet-bottom {
|
|
@@ -197,7 +194,7 @@
|
|
|
197
194
|
border-width: if( $kendo-actionsheet-border-width, $kendo-actionsheet-border-width, null );
|
|
198
195
|
border-bottom-width: if( $kendo-actionsheet-border-width, 0, null );
|
|
199
196
|
bottom: 0;
|
|
200
|
-
|
|
197
|
+
inset-inline-start: 50%;
|
|
201
198
|
transform: translateX( -50% );
|
|
202
199
|
}
|
|
203
200
|
.k-actionsheet-left {
|
|
@@ -356,6 +353,15 @@
|
|
|
356
353
|
}
|
|
357
354
|
}
|
|
358
355
|
|
|
356
|
+
// RTL
|
|
357
|
+
.k-rtl,
|
|
358
|
+
[dir="rtl"] {
|
|
359
|
+
.k-actionsheet-top,
|
|
360
|
+
.k-actionsheet-bottom {
|
|
361
|
+
transform: translateX( 50% );
|
|
362
|
+
}
|
|
363
|
+
}
|
|
364
|
+
|
|
359
365
|
}
|
|
360
366
|
|
|
361
367
|
|
|
@@ -47,8 +47,6 @@ $kendo-actionsheet-item-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
|
47
47
|
$kendo-actionsheet-item-border-width: 1px !default;
|
|
48
48
|
$kendo-actionsheet-item-spacing: 12px !default;
|
|
49
49
|
|
|
50
|
-
$kendo-actionsheet-item-icon-size: null !default;
|
|
51
|
-
|
|
52
50
|
$kendo-actionsheet-item-title-font-weight: null !default;
|
|
53
51
|
$kendo-actionsheet-item-title-text-transform: null !default;
|
|
54
52
|
|
|
@@ -309,15 +309,11 @@
|
|
|
309
309
|
.k-task {
|
|
310
310
|
display: flex;
|
|
311
311
|
align-items: center;
|
|
312
|
+
gap: .5em;
|
|
312
313
|
|
|
313
314
|
.k-scheduler-mark {
|
|
314
315
|
border-radius: 50%;
|
|
315
|
-
|
|
316
|
-
|
|
317
|
-
.k-i-reload,
|
|
318
|
-
.k-i-arrow-rotate-cw {
|
|
319
|
-
font-size: 1em;
|
|
320
|
-
margin-right: .5em;
|
|
316
|
+
margin: 0;
|
|
321
317
|
}
|
|
322
318
|
|
|
323
319
|
.k-scheduler-task-text {
|
|
@@ -464,8 +460,9 @@
|
|
|
464
460
|
&[dir="rtl"],
|
|
465
461
|
[dir="rtl"] & {
|
|
466
462
|
|
|
467
|
-
.k-header-cancel .k-
|
|
468
|
-
.k-listgroup-item .k-select .k-
|
|
463
|
+
.k-header-cancel .k-button-icon,
|
|
464
|
+
.k-listgroup-item .k-select .k-svg-icon,
|
|
465
|
+
.k-listgroup-item .k-select .k-icon {
|
|
469
466
|
transform: scaleX( -1 );
|
|
470
467
|
}
|
|
471
468
|
|
|
@@ -1,20 +1,20 @@
|
|
|
1
1
|
// Avatar
|
|
2
2
|
|
|
3
|
-
///
|
|
3
|
+
/// The border width of the Avatar.
|
|
4
4
|
/// @group avatar
|
|
5
5
|
$kendo-avatar-border-width: 1px !default;
|
|
6
6
|
|
|
7
|
-
///
|
|
7
|
+
/// The font family of the Avatar.
|
|
8
8
|
/// @group avatar
|
|
9
9
|
$kendo-avatar-font-family: $kendo-font-family !default;
|
|
10
|
-
///
|
|
10
|
+
/// The font size of the Avatar.
|
|
11
11
|
/// @group avatar
|
|
12
12
|
$kendo-avatar-font-size: $kendo-font-size-md !default;
|
|
13
|
-
///
|
|
13
|
+
/// The line height of the Avatar.
|
|
14
14
|
/// @group avatar
|
|
15
15
|
$kendo-avatar-line-height: $kendo-line-height-md !default;
|
|
16
16
|
|
|
17
|
-
/// The sizes of the
|
|
17
|
+
/// The sizes map of the Avatar.
|
|
18
18
|
/// @group avatar
|
|
19
19
|
$kendo-avatar-sizes: (
|
|
20
20
|
sm: k-map-get( $kendo-spacing, 4 ),
|
|
@@ -22,6 +22,6 @@ $kendo-avatar-sizes: (
|
|
|
22
22
|
lg: k-map-get( $kendo-spacing, 16 )
|
|
23
23
|
) !default;
|
|
24
24
|
|
|
25
|
-
///
|
|
25
|
+
/// The theme colors map of the Avatar.
|
|
26
26
|
/// @group avatar
|
|
27
27
|
$kendo-avatar-theme-colors: $kendo-theme-colors !default;
|
|
@@ -1,50 +1,80 @@
|
|
|
1
1
|
// Badge
|
|
2
2
|
|
|
3
|
-
///
|
|
3
|
+
/// The width of the border around the Badge.
|
|
4
4
|
/// @group badge
|
|
5
5
|
$kendo-badge-border-width: 1px !default;
|
|
6
6
|
|
|
7
|
-
///
|
|
7
|
+
/// The border radius of the Badge.
|
|
8
8
|
/// @group badge
|
|
9
9
|
$kendo-badge-border-radius: $kendo-border-radius-md !default;
|
|
10
10
|
|
|
11
11
|
|
|
12
|
-
///
|
|
12
|
+
/// The horizontal padding of the Badge.
|
|
13
13
|
/// @group badge
|
|
14
14
|
$kendo-badge-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
15
|
+
/// The horizontal padding of the small Badge.
|
|
16
|
+
/// @group badge
|
|
15
17
|
$kendo-badge-sm-padding-x: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
18
|
+
/// The horizontal padding of the medium Badge.
|
|
19
|
+
/// @group badge
|
|
16
20
|
$kendo-badge-md-padding-x: k-map-get( $kendo-spacing, 1 ) !default;
|
|
21
|
+
/// The horizontal padding of the large Badge.
|
|
22
|
+
/// @group badge
|
|
17
23
|
$kendo-badge-lg-padding-x: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
18
24
|
|
|
19
|
-
///
|
|
25
|
+
/// The vertical padding of the Badge.
|
|
20
26
|
/// @group badge
|
|
21
27
|
$kendo-badge-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
28
|
+
/// The vertical padding of the small Badge.
|
|
29
|
+
/// @group badge
|
|
22
30
|
$kendo-badge-sm-padding-y: k-map-get( $kendo-spacing, 0.5 ) !default; // sass-lint:disable-line leading-zero
|
|
31
|
+
/// The vertical padding of the medium Badge.
|
|
32
|
+
/// @group badge
|
|
23
33
|
$kendo-badge-md-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
34
|
+
/// The vertical padding of the large Badge.
|
|
35
|
+
/// @group badge
|
|
24
36
|
$kendo-badge-lg-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
25
37
|
|
|
26
|
-
///
|
|
38
|
+
/// The font sizes of the Badge.
|
|
27
39
|
/// @group badge
|
|
28
40
|
$kendo-badge-font-size: $kendo-font-size-xs !default;
|
|
41
|
+
/// The font size of the small Badge.
|
|
42
|
+
/// @group badge
|
|
29
43
|
$kendo-badge-sm-font-size: $kendo-font-size-xs !default;
|
|
44
|
+
/// The font size of the medium Badge.
|
|
45
|
+
/// @group badge
|
|
30
46
|
$kendo-badge-md-font-size: $kendo-font-size-xs !default;
|
|
47
|
+
/// The font size of the large Badge.
|
|
48
|
+
/// @group badge
|
|
31
49
|
$kendo-badge-lg-font-size: $kendo-font-size-xs !default;
|
|
32
50
|
|
|
33
|
-
///
|
|
51
|
+
/// The line heights used along with the $kendo-font-size variable.
|
|
34
52
|
/// @group badge
|
|
35
53
|
$kendo-badge-line-height: 1 !default;
|
|
54
|
+
/// The line height used along with the $kendo-font-size variable of the small Badge.
|
|
55
|
+
/// @group badge
|
|
36
56
|
$kendo-badge-sm-line-height: $kendo-badge-line-height !default;
|
|
57
|
+
/// The line height used along with the $kendo-font-size variable of the medium Badge.
|
|
58
|
+
/// @group badge
|
|
37
59
|
$kendo-badge-md-line-height: $kendo-badge-line-height !default;
|
|
60
|
+
/// The line height used along with the $kendo-font-size variable of the large Badge.
|
|
61
|
+
/// @group badge
|
|
38
62
|
$kendo-badge-lg-line-height: $kendo-badge-line-height !default;
|
|
39
63
|
|
|
40
|
-
///
|
|
64
|
+
/// The calculated minimum width of the circular Badge.
|
|
41
65
|
/// @group badge
|
|
42
66
|
$kendo-badge-min-width: calc( #{$kendo-badge-line-height * 1em} + #{$kendo-badge-padding-y * 2} + #{$kendo-badge-border-width * 2}) !default;
|
|
67
|
+
/// The calculated minimum width of the small circular Badge.
|
|
68
|
+
/// @group badge
|
|
43
69
|
$kendo-badge-sm-min-width: calc( #{$kendo-badge-sm-line-height * 1em} + #{$kendo-badge-sm-padding-y * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
70
|
+
/// The calculated minimum width of the medium circular Badge.
|
|
71
|
+
/// @group badge
|
|
44
72
|
$kendo-badge-md-min-width: calc( #{$kendo-badge-md-line-height * 1em} + #{$kendo-badge-md-padding-y * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
73
|
+
/// The calculated minimum width of the large circular Badge.
|
|
74
|
+
/// @group badge
|
|
45
75
|
$kendo-badge-lg-min-width: calc( #{$kendo-badge-lg-line-height * 1em} + #{$kendo-badge-lg-padding-y * 2} + #{$kendo-badge-border-width * 2} ) !default;
|
|
46
76
|
|
|
47
|
-
///
|
|
77
|
+
/// The sizes map for the Badge.
|
|
48
78
|
/// @group badge
|
|
49
79
|
$kendo-badge-sizes: (
|
|
50
80
|
sm: (
|
|
@@ -19,7 +19,6 @@ $kendo-bottom-nav-item-gap: 0 k-map-get( $kendo-spacing, 1 ) !default;
|
|
|
19
19
|
|
|
20
20
|
$kendo-bottom-nav-item-icon-margin-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
21
21
|
$kendo-bottom-nav-item-icon-margin-x: $kendo-bottom-nav-item-icon-margin-y !default;
|
|
22
|
-
$kendo-bottom-nav-item-icon-size: k-map-get( $kendo-spacing, 6 ) !default;
|
|
23
22
|
$kendo-bottom-nav-item-disabled-opacity: .5 !default;
|
|
24
23
|
|
|
25
24
|
$kendo-bottom-nav-shadow: 0px 0px 5px rgba(0, 0, 0, .12) !default;
|
|
@@ -14,8 +14,6 @@ $kendo-breadcrumb-bg: $kendo-component-bg !default;
|
|
|
14
14
|
$kendo-breadcrumb-text: $kendo-component-text !default;
|
|
15
15
|
$kendo-breadcrumb-border: $kendo-component-border !default;
|
|
16
16
|
|
|
17
|
-
$kendo-breadcrumb-delimiter-icon-font-size: $kendo-icon-size * .75 !default;
|
|
18
|
-
|
|
19
17
|
$kendo-breadcrumb-link-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
20
18
|
$kendo-breadcrumb-link-padding-y: k-map-get( $kendo-spacing, 1.5 ) !default;
|
|
21
19
|
$kendo-breadcrumb-link-border-radius: $kendo-border-radius-md !default;
|
|
@@ -51,16 +51,16 @@ $kendo-button-md-font-size: $kendo-button-font-size !default;
|
|
|
51
51
|
/// @group button
|
|
52
52
|
$kendo-button-lg-font-size: $kendo-font-size-lg !default;
|
|
53
53
|
|
|
54
|
-
/// The line height used along with $kendo-font-size.
|
|
54
|
+
/// The line height used along with the $kendo-font-size the.
|
|
55
55
|
/// @group button
|
|
56
56
|
$kendo-button-line-height: $kendo-line-height-md !default;
|
|
57
|
-
/// The line height used along with the $kendo-font-size of the small Button.
|
|
57
|
+
/// The line height used along with the $kendo-font-size the of the small Button.
|
|
58
58
|
/// @group button
|
|
59
59
|
$kendo-button-sm-line-height: $kendo-line-height-md !default;
|
|
60
|
-
/// The line height used along with the $kendo-font-size of the medium Button.
|
|
60
|
+
/// The line height used along with the $kendo-font-size the of the medium Button.
|
|
61
61
|
/// @group button
|
|
62
62
|
$kendo-button-md-line-height: $kendo-button-line-height !default;
|
|
63
|
-
/// The line height used along with the $kendo-font-size of the large Button.
|
|
63
|
+
/// The line height used along with the $kendo-font-size the of the large Button.
|
|
64
64
|
/// @group button
|
|
65
65
|
$kendo-button-lg-line-height: $kendo-line-height-lg !default;
|
|
66
66
|
|
package/scss/chip/_layout.scss
CHANGED
package/scss/drawer/_layout.scss
CHANGED
|
@@ -155,10 +155,10 @@
|
|
|
155
155
|
|
|
156
156
|
.k-svg-icon,
|
|
157
157
|
.k-icon {
|
|
158
|
-
height: auto;
|
|
159
|
-
font-size: $kendo-drawer-icon-size;
|
|
160
|
-
line-height: $kendo-drawer-item-line-height;
|
|
161
158
|
flex-shrink: 0;
|
|
159
|
+
padding-inline: $kendo-drawer-icon-padding-x;
|
|
160
|
+
padding-block: $kendo-drawer-icon-padding-y;
|
|
161
|
+
box-sizing: content-box;
|
|
162
162
|
|
|
163
163
|
&.k-i-none {
|
|
164
164
|
margin: 0;
|
|
@@ -23,9 +23,10 @@ $kendo-drawer-item-line-height: $kendo-line-height-lg !default;
|
|
|
23
23
|
$kendo-drawer-item-level-padding-x: $kendo-drawer-item-padding-x !default;
|
|
24
24
|
$kendo-drawer-item-level-count: 5 !default;
|
|
25
25
|
|
|
26
|
-
$kendo-drawer-icon-
|
|
26
|
+
$kendo-drawer-icon-padding-x: 0 !default;
|
|
27
|
+
$kendo-drawer-icon-padding-y: k-map-get( $kendo-spacing, 1 ) !default;
|
|
27
28
|
|
|
28
|
-
$kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-
|
|
29
|
+
$kendo-drawer-mini-initial-width: calc(2 * #{$kendo-drawer-item-padding-x} + #{$kendo-icon-size}) !default;
|
|
29
30
|
|
|
30
31
|
$kendo-drawer-hover-bg: $kendo-hover-bg !default;
|
|
31
32
|
$kendo-drawer-hover-text: $kendo-hover-text !default;
|
|
@@ -1,3 +1,8 @@
|
|
|
1
1
|
// Dropdowntree
|
|
2
|
+
|
|
3
|
+
/// The horizontal padding of the DropdownTree popup
|
|
4
|
+
/// @group dropdowntree
|
|
2
5
|
$kendo-dropdowntree-popup-padding-x: k-map-get( $kendo-spacing, 2 ) !default;
|
|
6
|
+
/// The vertical padding of the DropdownTree popup
|
|
7
|
+
/// @group dropdowntree
|
|
3
8
|
$kendo-dropdowntree-popup-padding-y: k-map-get( $kendo-spacing, 2 ) !default;
|
|
@@ -24,15 +24,8 @@
|
|
|
24
24
|
justify-content: center;
|
|
25
25
|
position: relative;
|
|
26
26
|
|
|
27
|
-
.k-icon,
|
|
28
27
|
.k-dropzone-icon {
|
|
29
28
|
margin-bottom: $kendo-dropzone-icon-spacing;
|
|
30
|
-
font-size: $kendo-dropzone-icon-size;
|
|
31
|
-
}
|
|
32
|
-
|
|
33
|
-
.k-svg-icon {
|
|
34
|
-
width: $kendo-dropzone-icon-size;
|
|
35
|
-
height: $kendo-dropzone-icon-size;
|
|
36
29
|
}
|
|
37
30
|
|
|
38
31
|
.k-dropzone-hint {
|
|
@@ -13,7 +13,6 @@ $kendo-dropzone-bg: $kendo-base-bg !default;
|
|
|
13
13
|
$kendo-dropzone-text: $kendo-base-text !default;
|
|
14
14
|
$kendo-dropzone-border: $kendo-base-border !default;
|
|
15
15
|
|
|
16
|
-
$kendo-dropzone-icon-size: ( $kendo-icon-size * 3 ) !default;
|
|
17
16
|
$kendo-dropzone-icon-spacing: k-map-get( $kendo-spacing, 6 ) !default;
|
|
18
17
|
$kendo-dropzone-icon-text: k-try-tint( $kendo-dropzone-text, 4 ) !default;
|
|
19
18
|
$kendo-dropzone-icon-hover-text: $kendo-color-primary !default;
|
package/scss/fab/_layout.scss
CHANGED
|
@@ -36,8 +36,9 @@
|
|
|
36
36
|
|
|
37
37
|
// FAB Icon
|
|
38
38
|
.k-fab-icon {
|
|
39
|
-
|
|
40
|
-
|
|
39
|
+
padding-inline: $kendo-fab-icon-padding-x;
|
|
40
|
+
padding-block: $kendo-fab-icon-padding-y;
|
|
41
|
+
box-sizing: content-box;
|
|
41
42
|
|
|
42
43
|
.k-icon-wrapper-host:not(:only-child) &,
|
|
43
44
|
&:not(:only-child) {
|
|
@@ -118,8 +119,6 @@
|
|
|
118
119
|
}
|
|
119
120
|
|
|
120
121
|
.k-fab-item-icon {
|
|
121
|
-
width: $kendo-fab-item-icon-width;
|
|
122
|
-
height: $kendo-fab-item-icon-height;
|
|
123
122
|
padding-block: $kendo-fab-item-icon-padding-y;
|
|
124
123
|
padding-inline: $kendo-fab-item-icon-padding-x;
|
|
125
124
|
border-width: $kendo-fab-item-icon-border-width;
|