@progress/kendo-theme-fluent 5.7.0 → 5.8.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/package.json +4 -4
- package/scss/adaptive/_layout.scss +475 -0
- package/scss/adaptive/_theme.scss +92 -0
- package/scss/adaptive/_variables.scss +33 -0
- package/scss/adaptive/index.scss +32 -0
- package/scss/badge/_variables.scss +2 -2
- package/scss/button/_layout.scss +2 -1
- package/scss/button/_variables.scss +2 -2
- package/scss/calendar/_layout.scss +5 -4
- package/scss/calendar/_theme.scss +9 -9
- package/scss/calendar/_variables.scss +25 -25
- package/scss/captcha/_variables.scss +3 -2
- package/scss/card/_layout.scss +3 -3
- package/scss/card/_variables.scss +1 -1
- package/scss/chat/_layout.scss +460 -0
- package/scss/chat/_theme.scss +93 -0
- package/scss/chat/_variables.scss +213 -0
- package/scss/chat/index.scss +32 -0
- package/scss/checkbox/_layout.scss +3 -3
- package/scss/chip/_layout.scss +1 -1
- package/scss/chip/_theme.scss +3 -3
- package/scss/color-preview/_layout.scss +0 -1
- package/scss/coloreditor/_layout.scss +3 -1
- package/scss/coloreditor/_variables.scss +10 -2
- package/scss/colorgradient/_layout.scss +5 -1
- package/scss/colorgradient/_variables.scss +13 -10
- package/scss/core/_variables.scss +8 -7
- package/scss/core/color-system/utils/_functions.scss +1 -1
- package/scss/core/helpers/_index.scss +1 -0
- package/scss/core/helpers/_scrollbar.scss +25 -0
- package/scss/core/mixins/_decoration.scss +4 -0
- package/scss/dataviz/_layout.scss +5 -5
- package/scss/draggable/_variables.scss +2 -1
- package/scss/drawer/_variables.scss +2 -3
- package/scss/editor/_layout.scss +3 -2
- package/scss/fab/_variables.scss +10 -9
- package/scss/filemanager/_layout.scss +1 -1
- package/scss/filter/_layout.scss +1 -1
- package/scss/forms/_layout.scss +3 -2
- package/scss/forms/_variables.scss +1 -1
- package/scss/gantt/_layout.scss +782 -0
- package/scss/gantt/_theme.scss +275 -0
- package/scss/gantt/_variables.scss +232 -0
- package/scss/gantt/index.scss +35 -0
- package/scss/grid/_layout.scss +3 -3
- package/scss/grid/_theme.scss +7 -0
- package/scss/grid/_variables.scss +2 -2
- package/scss/imageeditor/_layout.scss +0 -2
- package/scss/imageeditor/_variables.scss +5 -4
- package/scss/index.scss +16 -18
- package/scss/input/_variables.scss +1 -1
- package/scss/listgroup/_layout.scss +0 -1
- package/scss/listview/_layout.scss +2 -2
- package/scss/loader/_layout.scss +3 -2
- package/scss/loader/_variables.scss +16 -15
- package/scss/map/_variables.scss +2 -2
- package/scss/menu/_variables.scss +7 -7
- package/scss/messagebox/_theme.scss +1 -1
- package/scss/messagebox/_variables.scss +5 -5
- package/scss/notification/_theme.scss +0 -1
- package/scss/notification/_variables.scss +0 -1
- package/scss/panelbar/_layout.scss +2 -2
- package/scss/pdf-viewer/_layout.scss +177 -0
- package/scss/pdf-viewer/_theme.scss +73 -0
- package/scss/pdf-viewer/_variables.scss +105 -0
- package/scss/pdf-viewer/index.scss +32 -0
- package/scss/pivotgrid/_layout.scss +640 -0
- package/scss/pivotgrid/_theme.scss +218 -0
- package/scss/pivotgrid/_variables.scss +239 -0
- package/scss/pivotgrid/index.scss +36 -0
- package/scss/popup/_variables.scss +2 -2
- package/scss/progressbar/_variables.scss +1 -1
- package/scss/radio/_layout.scss +10 -9
- package/scss/radio/_variables.scss +5 -4
- package/scss/rating/_variables.scss +1 -1
- package/scss/scheduler/_layout.scss +2 -2
- package/scss/scheduler/_variables.scss +1 -1
- package/scss/scrollview/_layout.scss +195 -0
- package/scss/scrollview/_theme.scss +91 -0
- package/scss/scrollview/_variables.scss +109 -0
- package/scss/scrollview/index.scss +26 -0
- package/scss/slider/_layout.scss +8 -8
- package/scss/slider/_theme.scss +4 -4
- package/scss/splitter/_variables.scss +5 -5
- package/scss/spreadsheet/_layout.scss +872 -0
- package/scss/spreadsheet/_theme.scss +254 -0
- package/scss/spreadsheet/_variables.scss +191 -0
- package/scss/spreadsheet/index.scss +41 -0
- package/scss/stepper/_layout.scss +10 -7
- package/scss/stepper/_theme.scss +4 -0
- package/scss/stepper/_variables.scss +9 -7
- package/scss/switch/_layout.scss +2 -2
- package/scss/table/_layout.scss +2 -2
- package/scss/taskboard/_layout.scss +7 -4
- package/scss/taskboard/_variables.scss +10 -9
- package/scss/timeline/_layout.scss +449 -0
- package/scss/timeline/_theme.scss +72 -0
- package/scss/timeline/_variables.scss +197 -0
- package/scss/timeline/index.scss +27 -0
- package/scss/timeselector/_layout.scss +4 -4
- package/scss/timeselector/_variables.scss +1 -1
- package/scss/tooltip/_layout.scss +6 -6
- package/scss/tooltip/_variables.scss +0 -2
- package/scss/treeview/_variables.scss +4 -4
- package/scss/typography/_layout.scss +17 -17
- package/scss/typography/_variables.scss +63 -63
- package/scss/upload/_layout.scss +1 -1
- package/scss/window/_layout.scss +1 -1
- package/scss/wizard/_layout.scss +1 -1
- package/scss/wizard/_variables.scss +2 -3
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "sass:math";
|
|
1
2
|
@use "../core/color-system" as *;
|
|
2
3
|
@use "../core/mixins" as *;
|
|
3
4
|
@use "_variables.scss" as *;
|
|
@@ -187,7 +188,7 @@
|
|
|
187
188
|
}
|
|
188
189
|
}
|
|
189
190
|
.k-week-number .k-calendar-view {
|
|
190
|
-
width: calc(8 * var( --kendo-calendar-cell-size, #{$kendo-calendar-cell-size} ));
|
|
191
|
+
width: calc( 8 * var( --kendo-calendar-cell-size, #{$kendo-calendar-cell-size} ));
|
|
191
192
|
}
|
|
192
193
|
|
|
193
194
|
|
|
@@ -208,7 +209,7 @@
|
|
|
208
209
|
|
|
209
210
|
// Year view
|
|
210
211
|
.k-calendar-yearview {
|
|
211
|
-
$_year-cell-size: calc( (7
|
|
212
|
+
$_year-cell-size: calc( math.div(7, 4) * var( --kendo-calendar-cell-size, #{$kendo-calendar-cell-size} ));
|
|
212
213
|
|
|
213
214
|
.k-calendar-td {
|
|
214
215
|
width: auto;
|
|
@@ -223,7 +224,7 @@
|
|
|
223
224
|
|
|
224
225
|
// Decade view
|
|
225
226
|
.k-calendar-decadeview {
|
|
226
|
-
$_decade-cell-size: calc( (7
|
|
227
|
+
$_decade-cell-size: calc( math.div(7, 4) * var( --kendo-calendar-cell-size, #{$kendo-calendar-cell-size} ));
|
|
227
228
|
|
|
228
229
|
.k-calendar-td {
|
|
229
230
|
width: auto;
|
|
@@ -238,7 +239,7 @@
|
|
|
238
239
|
|
|
239
240
|
// Century view
|
|
240
241
|
.k-calendar-centuryview {
|
|
241
|
-
$_century-cell-size: calc( (7
|
|
242
|
+
$_century-cell-size: calc( math.div(7, 4) * var( --kendo-calendar-cell-size, #{$kendo-calendar-cell-size} ));
|
|
242
243
|
|
|
243
244
|
.k-calendar-td {
|
|
244
245
|
width: auto;
|
|
@@ -5,16 +5,16 @@
|
|
|
5
5
|
@mixin kendo-calendar--theme() {
|
|
6
6
|
.k-calendar {
|
|
7
7
|
@include fill(
|
|
8
|
-
var(--kendo-calendar-text, #{$kendo-calendar-text}),
|
|
9
|
-
var(--kendo-calendar-bg, #{$kendo-calendar-bg}),
|
|
10
|
-
var(--kendo-calendar-border, #{$kendo-calendar-border}),
|
|
8
|
+
var( --kendo-calendar-text, #{$kendo-calendar-text}),
|
|
9
|
+
var( --kendo-calendar-bg, #{$kendo-calendar-bg}),
|
|
10
|
+
var( --kendo-calendar-border, #{$kendo-calendar-border}),
|
|
11
11
|
);
|
|
12
12
|
|
|
13
13
|
// Header / footer
|
|
14
14
|
.k-header {
|
|
15
15
|
@include fill(
|
|
16
|
-
var(--kendo-calendar-header-text, #{$kendo-calendar-header-text}),
|
|
17
|
-
var(--kendo-calendar-header-bg, #{$kendo-calendar-header-bg}),
|
|
16
|
+
var( --kendo-calendar-header-text, #{$kendo-calendar-header-text}),
|
|
17
|
+
var( --kendo-calendar-header-bg, #{$kendo-calendar-header-bg}),
|
|
18
18
|
inherit,
|
|
19
19
|
);
|
|
20
20
|
}
|
|
@@ -22,26 +22,26 @@
|
|
|
22
22
|
// Today navigation
|
|
23
23
|
.k-nav-today,
|
|
24
24
|
.k-calendar-nav-today {
|
|
25
|
-
color: var(--kendo-calendar-today-nav-text, #{$kendo-calendar-today-nav-text});
|
|
25
|
+
color: var( --kendo-calendar-today-nav-text, #{$kendo-calendar-today-nav-text});
|
|
26
26
|
|
|
27
27
|
&:hover,
|
|
28
28
|
&.k-hover,
|
|
29
29
|
&:focus,
|
|
30
30
|
&.k-focus {
|
|
31
|
-
color: var(--kendo-calendar-today-nav-hover-text, #{$kendo-calendar-today-nav-hover-text});
|
|
31
|
+
color: var( --kendo-calendar-today-nav-hover-text, #{$kendo-calendar-today-nav-hover-text});
|
|
32
32
|
}
|
|
33
33
|
}
|
|
34
34
|
|
|
35
35
|
|
|
36
36
|
// Header cells
|
|
37
37
|
.k-calendar-th {
|
|
38
|
-
color: var(--kendo-calendar-header-cell-text, #{$kendo-calendar-header-cell-text});
|
|
38
|
+
color: var( --kendo-calendar-header-cell-text, #{$kendo-calendar-header-cell-text});
|
|
39
39
|
}
|
|
40
40
|
|
|
41
41
|
.k-calendar-caption,
|
|
42
42
|
.k-meta-header,
|
|
43
43
|
.k-month-header {
|
|
44
|
-
color: var(--kendo-calendar-caption-color, #{$kendo-calendar-caption-color});
|
|
44
|
+
color: var( --kendo-calendar-caption-color, #{$kendo-calendar-caption-color});
|
|
45
45
|
}
|
|
46
46
|
|
|
47
47
|
|
|
@@ -6,13 +6,13 @@
|
|
|
6
6
|
$kendo-calendar-border-width: 1px !default;
|
|
7
7
|
/// Font family of the calendar.
|
|
8
8
|
/// @group calendar
|
|
9
|
-
$kendo-calendar-font-family: var(--kendo-font-family, inherit ) !default;
|
|
9
|
+
$kendo-calendar-font-family: var( --kendo-font-family, inherit ) !default;
|
|
10
10
|
/// Font size of the calendar.
|
|
11
11
|
/// @group calendar
|
|
12
|
-
$kendo-calendar-font-size: var(--kendo-font-size, inherit ) !default;
|
|
12
|
+
$kendo-calendar-font-size: var( --kendo-font-size, inherit ) !default;
|
|
13
13
|
/// Line height of the calendar.
|
|
14
14
|
/// @group calendar
|
|
15
|
-
$kendo-calendar-line-height: var(--kendo-line-height, normal ) !default;
|
|
15
|
+
$kendo-calendar-line-height: var( --kendo-line-height, normal ) !default;
|
|
16
16
|
|
|
17
17
|
/// Size of the calendar cell.
|
|
18
18
|
/// @group calendar
|
|
@@ -20,13 +20,13 @@ $kendo-calendar-cell-size: 28px !default;
|
|
|
20
20
|
|
|
21
21
|
/// Background color of the calendar.
|
|
22
22
|
/// @group calendar
|
|
23
|
-
$kendo-calendar-bg: var(--kendo-component-bg, initial) !default;
|
|
23
|
+
$kendo-calendar-bg: var( --kendo-component-bg, initial) !default;
|
|
24
24
|
/// Text color of the calendar.
|
|
25
25
|
/// @group calendar
|
|
26
|
-
$kendo-calendar-text: var(--kendo-component-text, initial) !default;
|
|
26
|
+
$kendo-calendar-text: var( --kendo-component-text, initial) !default;
|
|
27
27
|
/// Border color of the calendar.
|
|
28
28
|
/// @group calendar
|
|
29
|
-
$kendo-calendar-border: var(--kendo-component-border, initial) !default;
|
|
29
|
+
$kendo-calendar-border: var( --kendo-component-border, initial) !default;
|
|
30
30
|
|
|
31
31
|
/// Horizontal padding of the calendar header.
|
|
32
32
|
/// @group calendar
|
|
@@ -37,7 +37,7 @@ $kendo-calendar-header-padding-y: map-get( $kendo-spacing, 3 ) map-get( $kendo-s
|
|
|
37
37
|
/// Width of the bottom border of the calendar header.
|
|
38
38
|
/// @group calendar
|
|
39
39
|
$kendo-calendar-header-border-width: 1px !default;
|
|
40
|
-
$kendo-calendar-header-min-width:
|
|
40
|
+
$kendo-calendar-header-min-width: ($kendo-calendar-cell-size * 8) !default;
|
|
41
41
|
|
|
42
42
|
/// Background color of the calendar header.
|
|
43
43
|
/// @group calendar
|
|
@@ -55,10 +55,10 @@ $kendo-calendar-nav-gap: map-get( $kendo-spacing, 1 ) !default;
|
|
|
55
55
|
|
|
56
56
|
/// Text color of the Today link in the calendar.
|
|
57
57
|
/// @group calendar
|
|
58
|
-
$kendo-calendar-today-nav-text: var(--kendo-link-text, initial ) !default;
|
|
58
|
+
$kendo-calendar-today-nav-text: var( --kendo-link-text, initial ) !default;
|
|
59
59
|
/// Text color of the Today link when hovered in the calendar.
|
|
60
60
|
/// @group calendar
|
|
61
|
-
$kendo-calendar-today-nav-hover-text: var(--kendo-link-hover-text, initial ) !default;
|
|
61
|
+
$kendo-calendar-today-nav-hover-text: var( --kendo-link-hover-text, initial ) !default;
|
|
62
62
|
|
|
63
63
|
/// Horizontal padding of the calendar footer.
|
|
64
64
|
/// @group calendar
|
|
@@ -69,7 +69,7 @@ $kendo-calendar-footer-padding-y: map-get( $kendo-spacing, 3 ) !default;
|
|
|
69
69
|
|
|
70
70
|
/// Font size of the calendar cell.
|
|
71
71
|
/// @group calendar
|
|
72
|
-
$kendo-calendar-cell-font-size: var(--kendo-font-size-sm, inherit ) !default;
|
|
72
|
+
$kendo-calendar-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
73
73
|
/// Horizontal padding of the calendar cell.
|
|
74
74
|
/// @group calendar
|
|
75
75
|
$kendo-calendar-cell-padding-x: map-get( $kendo-spacing, 1 ) + map-get( $kendo-spacing, thin ) !default;
|
|
@@ -97,7 +97,7 @@ $kendo-calendar-header-cell-width: $kendo-calendar-cell-size !default;
|
|
|
97
97
|
$kendo-calendar-header-cell-height: $kendo-calendar-cell-size !default;
|
|
98
98
|
/// Font size of the calendar header cell.
|
|
99
99
|
/// @group calendar
|
|
100
|
-
$kendo-calendar-header-cell-font-size: var(--kendo-font-size-sm, inherit ) !default;
|
|
100
|
+
$kendo-calendar-header-cell-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
101
101
|
/// Line height of the calendar header cell.
|
|
102
102
|
/// @group calendar
|
|
103
103
|
$kendo-calendar-header-cell-line-height: 2 !default;
|
|
@@ -119,7 +119,7 @@ $kendo-calendar-caption-padding-y: map-get( $kendo-spacing, 1 ) !default;
|
|
|
119
119
|
$kendo-calendar-caption-height: $kendo-calendar-cell-size !default;
|
|
120
120
|
/// Font size of the calendar captions.
|
|
121
121
|
/// @group calendar
|
|
122
|
-
$kendo-calendar-caption-font-size: var(--kendo-font-size-sm, inherit ) !default;
|
|
122
|
+
$kendo-calendar-caption-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
|
123
123
|
/// Line height of the calendar captions.
|
|
124
124
|
/// @group calendar
|
|
125
125
|
$kendo-calendar-caption-line-height: normal !default;
|
|
@@ -130,8 +130,8 @@ $kendo-calendar-caption-font-weight: bold !default;
|
|
|
130
130
|
/// @group calendar
|
|
131
131
|
$kendo-calendar-caption-color: $kendo-subtle-text !default;
|
|
132
132
|
|
|
133
|
-
$kendo-calendar-view-width:
|
|
134
|
-
$kendo-calendar-view-height:
|
|
133
|
+
$kendo-calendar-view-width: ($kendo-calendar-cell-size * 7) !default;
|
|
134
|
+
$kendo-calendar-view-height: ($kendo-calendar-cell-size * 7) !default;
|
|
135
135
|
|
|
136
136
|
/// Bottom padding of calendar views.
|
|
137
137
|
/// @group calendar
|
|
@@ -168,14 +168,14 @@ $kendo-calendar-today-border-radius: 9999px !default;
|
|
|
168
168
|
$kendo-calendar-week-number-bg: inherit !default;
|
|
169
169
|
/// Text color of the calendar week number cell.
|
|
170
170
|
/// @group calendar
|
|
171
|
-
$kendo-calendar-week-number-text: var(--kendo-subtle-text, inherit ) !default;
|
|
171
|
+
$kendo-calendar-week-number-text: var( --kendo-subtle-text, inherit ) !default;
|
|
172
172
|
|
|
173
173
|
/// Background color of the other months calendar cells.
|
|
174
174
|
/// @group calendar
|
|
175
175
|
$kendo-calendar-other-month-bg: inherit !default;
|
|
176
176
|
/// Text color of the other months calendar cells.
|
|
177
177
|
/// @group calendar
|
|
178
|
-
$kendo-calendar-other-month-text: var(--kendo-subtle-text, inherit ) !default;
|
|
178
|
+
$kendo-calendar-other-month-text: var( --kendo-subtle-text, inherit ) !default;
|
|
179
179
|
|
|
180
180
|
/// Background color of the calendar cells.
|
|
181
181
|
/// @group calendar
|
|
@@ -186,34 +186,34 @@ $kendo-calendar-cell-text: inherit !default;
|
|
|
186
186
|
|
|
187
187
|
/// Background color of the calendar cells when hovered.
|
|
188
188
|
/// @group calendar
|
|
189
|
-
$kendo-calendar-cell-hover-bg: var(--kendo-hover-bg, inherit ) !default;
|
|
189
|
+
$kendo-calendar-cell-hover-bg: var( --kendo-hover-bg, inherit ) !default;
|
|
190
190
|
/// Text color of the calendar cells when hovered.
|
|
191
191
|
/// @group calendar
|
|
192
|
-
$kendo-calendar-cell-hover-text: var(--kendo-hover-text, inherit ) !default;
|
|
192
|
+
$kendo-calendar-cell-hover-text: var( --kendo-hover-text, inherit ) !default;
|
|
193
193
|
|
|
194
194
|
/// Background color of the selected calendar cell.
|
|
195
195
|
/// @group calendar
|
|
196
|
-
$kendo-calendar-cell-selected-bg: var(--kendo-selected-bg, inherit ) !default;
|
|
196
|
+
$kendo-calendar-cell-selected-bg: var( --kendo-selected-bg, inherit ) !default;
|
|
197
197
|
/// Text color of the selected calendar cell.
|
|
198
198
|
/// @group calendar
|
|
199
|
-
$kendo-calendar-cell-selected-text: var(--kendo-selected-text, inherit ) !default;
|
|
199
|
+
$kendo-calendar-cell-selected-text: var( --kendo-selected-text, inherit ) !default;
|
|
200
200
|
/// Border color of the selected calendar cell.
|
|
201
201
|
/// @group calendar
|
|
202
|
-
$kendo-calendar-cell-selected-border: var(--kendo-selected-border, inherit ) !default;
|
|
202
|
+
$kendo-calendar-cell-selected-border: var( --kendo-selected-border, inherit ) !default;
|
|
203
203
|
/// Shadow of the selected calendar cell.
|
|
204
204
|
/// @group calendar
|
|
205
205
|
$kendo-calendar-cell-selected-shadow: inset 0 0 0 1px $kendo-calendar-cell-selected-border !default;
|
|
206
206
|
|
|
207
207
|
/// Background color of the selected calendar cell when hovered.
|
|
208
208
|
/// @group calendar
|
|
209
|
-
$kendo-calendar-cell-selected-hover-bg: var(--kendo-selected-hover-bg, inherit ) !default;
|
|
209
|
+
$kendo-calendar-cell-selected-hover-bg: var( --kendo-selected-hover-bg, inherit ) !default;
|
|
210
210
|
/// Text color of the selected calendar cell when hovered.
|
|
211
211
|
/// @group calendar
|
|
212
|
-
$kendo-calendar-cell-selected-hover-text:var(--kendo-selected-hover-text, inherit ) !default;
|
|
212
|
+
$kendo-calendar-cell-selected-hover-text:var( --kendo-selected-hover-text, inherit ) !default;
|
|
213
213
|
|
|
214
214
|
/// Shadow of the selected calendar cell when focused.
|
|
215
215
|
/// @group calendar
|
|
216
|
-
$kendo-calendar-cell-focus-shadow: inset 0 0 0 1px get-theme-color-var(neutral-130) !default;
|
|
216
|
+
$kendo-calendar-cell-focus-shadow: inset 0 0 0 1px get-theme-color-var( neutral-130) !default;
|
|
217
217
|
/// Shadow of the selected calendar cell when selected and focused.
|
|
218
218
|
/// @group calendar
|
|
219
219
|
$kendo-calendar-cell-selected-focus-shadow: $kendo-calendar-cell-focus-shadow !default;
|
|
@@ -252,7 +252,7 @@ $kendo-infinite-calendar-view-padding-x: map-get( $kendo-spacing, 3 ) !default;
|
|
|
252
252
|
/// Vertical padding of the infinite calendar.
|
|
253
253
|
/// @group calendar
|
|
254
254
|
$kendo-infinite-calendar-view-padding-y: 0px !default;
|
|
255
|
-
$kendo-infinite-calendar-view-height:
|
|
255
|
+
$kendo-infinite-calendar-view-height: ( $kendo-calendar-cell-size * 9 ) !default;
|
|
256
256
|
|
|
257
257
|
|
|
258
258
|
// Range calendar
|
|
@@ -1,3 +1,4 @@
|
|
|
1
|
+
@use "sass:math";
|
|
1
2
|
@use "../core/color-system" as *;
|
|
2
3
|
@use "../core/_variables.scss" as *;
|
|
3
4
|
|
|
@@ -35,11 +36,11 @@ $kendo-captcha-border: var( --kendo-component-border, initial ) !default;
|
|
|
35
36
|
$kendo-captcha-image-wrap-spacing: $kendo-captcha-spacer !default;
|
|
36
37
|
/// Spacing of the captcha image controls.
|
|
37
38
|
/// @group captcha
|
|
38
|
-
$kendo-captcha-image-controls-spacing:
|
|
39
|
+
$kendo-captcha-image-controls-spacing: math.div( $kendo-captcha-spacer, 2 ) !default;
|
|
39
40
|
|
|
40
41
|
/// Offset of the captcha validation text.
|
|
41
42
|
/// @group captcha
|
|
42
|
-
$kendo-captcha-validation-offset-y:
|
|
43
|
+
$kendo-captcha-validation-offset-y: math.div( $kendo-captcha-spacer, 2 ) !default;
|
|
43
44
|
/// Font-size of the captcha validation text.
|
|
44
45
|
/// @group captcha
|
|
45
46
|
$kendo-captcha-validation-font-size: var( --kendo-font-size-sm, inherit ) !default;
|
package/scss/card/_layout.scss
CHANGED
|
@@ -305,13 +305,13 @@
|
|
|
305
305
|
|
|
306
306
|
// Border-radius
|
|
307
307
|
.k-card.k-first {
|
|
308
|
-
@include border-left-radius( var(--kendo-card-border-radius, #{$kendo-card-border-radius}) );
|
|
308
|
+
@include border-left-radius( var( --kendo-card-border-radius, #{$kendo-card-border-radius}) );
|
|
309
309
|
}
|
|
310
310
|
.k-card.k-last {
|
|
311
|
-
@include border-right-radius( var(--kendo-card-border-radius, #{$kendo-card-border-radius}) );
|
|
311
|
+
@include border-right-radius( var( --kendo-card-border-radius, #{$kendo-card-border-radius}) );
|
|
312
312
|
}
|
|
313
313
|
.k-card.k-only {
|
|
314
|
-
@include border-radius( var(--kendo-card-border-radius, #{$kendo-card-border-radius}) );
|
|
314
|
+
@include border-radius( var( --kendo-card-border-radius, #{$kendo-card-border-radius}) );
|
|
315
315
|
}
|
|
316
316
|
}
|
|
317
317
|
|
|
@@ -143,7 +143,7 @@ $kendo-card-actions-gap: map-get( $kendo-spacing, 2 ) !default;
|
|
|
143
143
|
/// Border radius of the scroll button in the card deck.
|
|
144
144
|
/// @group card
|
|
145
145
|
$kendo-card-deck-scroll-button-radius: 0 !default;
|
|
146
|
-
$kendo-card-deck-scroll-button-offset:
|
|
146
|
+
$kendo-card-deck-scroll-button-offset: ( -1 * $kendo-button-border-width ) !default;
|
|
147
147
|
|
|
148
148
|
/// Size of the card callout.
|
|
149
149
|
/// @group card
|