@featherk/styles 0.7.2 → 0.7.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.
@@ -2,8 +2,8 @@
2
2
 
3
3
 
4
4
  .k-checkbox-wrap .k-checkbox.k-checked.k-checkbox-md,.k-checkbox-wrap .k-checkbox:checked.k-checkbox-md{
5
- width: 20px;
6
- height: 20px;
5
+ height: 20px;
6
+ width: 20px;
7
7
 
8
8
  }
9
9
  .k-checkbox-wrap .k-checkbox.k-checked,.k-checkbox-wrap .k-checkbox:checked{
@@ -14,29 +14,29 @@
14
14
 
15
15
  }
16
16
  .k-checkbox-wrap .k-checkbox{
17
- padding-bottom: 4px;
18
- padding-left: 4px;
19
- padding-right: 4px;
20
- padding-top: 4px;
21
- background-color: $fk-kendo-checkbox-bg;
17
+ background-color: $fk-kendo-checkbox-bg;
22
18
  background-image: url("data:image/svg+xml,%3Csvg%20class%3D%22checkbox-check%22%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2016%2016'%3E%3Cpath%20fill%3D'none'%20stroke%3D'white'%20stroke-linecap%3D'round'%20stroke-linejoin%3D'round'%20stroke-width%3D'2'%20d%3D'M3%2C8%20l3%2C3%20l7-7'%2F%3E%3C%2Fsvg%3E");
19
+ background-size: 0% 100%;
20
+ outline-color: currentcolor;
23
21
  outline-offset: 0px;
24
22
  outline-style: solid;
23
+ padding-bottom: 4px;
24
+ padding-left: 4px;
25
+ padding-right: 4px;
26
+ padding-top: 4px;
27
+ transition-duration: 280ms;
25
28
  transition-property: all;
26
29
  transition-timing-function: ease-out;
27
- transition-duration: 280ms;
28
- outline-color: currentcolor;
29
- background-size: 0% 100%;
30
30
 
31
31
  }
32
32
  .k-checkbox-wrap .k-checkbox.k-checkbox-md{
33
- width: 20px;
34
- height: 20px;
33
+ height: 20px;
34
+ width: 20px;
35
35
 
36
36
  }
37
37
  .k-checkbox-wrap .k-checkbox.k-indeterminate.k-checkbox-md,.k-checkbox-wrap .k-checkbox:indeterminate.k-checkbox-md{
38
- width: 20px;
39
- height: 20px;
38
+ height: 20px;
39
+ width: 20px;
40
40
 
41
41
  }
42
42
  .k-checkbox-wrap .k-checkbox.k-indeterminate,.k-checkbox-wrap .k-checkbox:indeterminate{
@@ -46,16 +46,16 @@
46
46
 
47
47
  }
48
48
  .k-radio-wrap .k-radio.k-radio-md{
49
- width: 20px;
50
- height: 20px;
49
+ height: 20px;
50
+ width: 20px;
51
51
 
52
52
  }
53
53
  .k-radio-wrap .k-radio{
54
54
  background-color: initial;
55
55
  background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2014%2014'%3E%3Ccircle%20cx%3D'50%25'%20cy%3D'50%25'%20r%3D'4'%20fill%3D'%23003583'%2F%3E%3C%2Fsvg%3E");
56
56
  background-size: 0%;
57
- transition-property: all;
58
57
  transition-duration: 280ms;
58
+ transition-property: all;
59
59
  transition-timing-function: ease-out;
60
60
 
61
61
  }
@@ -64,42 +64,42 @@
64
64
  border-left-style: none;
65
65
  border-right-style: none;
66
66
  border-top-style: none;
67
- transition-property: all;
68
- transition-duration: 280ms;
67
+ column-gap: 0.125rem;
68
+ height: $fk-feather-container-height-md;
69
69
  isolation: isolate;
70
+ min-width: 4rem;
71
+ outline-color: $fk-feather-primary;
70
72
  outline-style: solid;
71
73
  outline-width: 0px;
72
- outline-color: $fk-feather-primary;
74
+ transition-duration: 280ms;
75
+ transition-property: all;
73
76
  transition-timing-function: ease-out;
74
- column-gap: 0.125rem;
75
- height: $fk-feather-container-height-md;
76
- min-width: 4rem;
77
77
 
78
78
  }
79
79
  .k-button.k-button-md{
80
80
  @extend %fk-typography-feather-button;
81
- padding-right: 0.5rem;
82
- padding-left: 0.5rem;
81
+ padding-left: 0.5rem;
82
+ padding-right: 0.5rem;
83
83
 
84
84
  }
85
85
  .k-button-group{
86
- isolation: isolate;
87
- border-bottom-left-radius: $fk-kendo-border-radius-md;
86
+ border-bottom-left-radius: $fk-kendo-border-radius-md;
88
87
  border-bottom-right-radius: $fk-kendo-border-radius-md;
89
88
  border-top-left-radius: $fk-kendo-border-radius-md;
90
89
  border-top-right-radius: $fk-kendo-border-radius-md;
90
+ isolation: isolate;
91
91
  overflow: hidden;
92
92
 
93
93
  }
94
94
  .k-chip.k-chip-solid-base{
95
- color: $fk-feather-secondary-text-on-surface;
96
- background-color: $fk-kendo-chip-solid-bg;
95
+ background-color: $fk-kendo-chip-solid-bg;
96
+ color: $fk-feather-secondary-text-on-surface;
97
97
 
98
98
  }
99
99
  .k-chip{
100
- transition-property: all;
100
+ background-image: linear-gradient(transparent, transparent);
101
101
  transition-duration: 280ms;
102
- background-image: linear-gradient(transparent, transparent);
102
+ transition-property: all;
103
103
 
104
104
  }
105
105
  .k-chip.k-rounded-md{
@@ -110,13 +110,13 @@
110
110
 
111
111
  }
112
112
  .k-calendar.k-calendar-range .k-calendar-header .k-button.k-button-md.k-button-flat.k-button-flat-primary.k-rounded-md.k-calendar-title .k-button-text{
113
- text-transform: capitalize;
114
- letter-spacing: 0px;
113
+ letter-spacing: 0px;
114
+ text-transform: capitalize;
115
115
 
116
116
  }
117
117
  .k-calendar.k-calendar-range .k-calendar-header .k-calendar-nav .k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-calendar-nav-today .k-button-text{
118
- text-transform: capitalize;
119
- letter-spacing: 0px;
118
+ letter-spacing: 0px;
119
+ text-transform: capitalize;
120
120
 
121
121
  }
122
122
  .k-calendar.k-calendar-range .k-calendar-header .k-calendar-nav .k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-calendar-nav-today{
@@ -124,8 +124,8 @@
124
124
 
125
125
  }
126
126
  .k-calendar .k-calendar-header .k-button.k-button-md.k-button-flat.k-button-flat-primary.k-rounded-md.k-calendar-title .k-button-text{
127
- text-transform: capitalize;
128
- letter-spacing: 0px;
127
+ letter-spacing: 0px;
128
+ text-transform: capitalize;
129
129
 
130
130
  }
131
131
  .k-slider.k-slider-horizontal .k-slider-track-wrap .k-slider-track{
@@ -144,25 +144,25 @@
144
144
 
145
145
  }
146
146
  .k-radio-wrap .k-radio.k-checked,.k-radio-wrap .k-radio:checked{
147
- border-bottom-left-radius: 50%;
147
+ background-color: initial;
148
+ background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2014%2014'%3E%3Ccircle%20cx%3D'50%25'%20cy%3D'50%25'%20r%3D'4'%20fill%3D'%23003583'%2F%3E%3C%2Fsvg%3E");
149
+ background-size: 100%;
150
+ border-bottom-left-radius: 50%;
148
151
  border-bottom-right-radius: 50%;
149
- border-top-left-radius: 50%;
150
- border-top-right-radius: 50%;
151
152
  border-bottom-width: 2px;
152
153
  border-left-width: 2px;
153
154
  border-right-width: 2px;
155
+ border-top-left-radius: 50%;
156
+ border-top-right-radius: 50%;
154
157
  border-top-width: 2px;
155
- background-color: initial;
156
- background-image: url("data:image/svg+xml,%3Csvg%20xmlns%3D'http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg'%20viewBox%3D'0%200%2014%2014'%3E%3Ccircle%20cx%3D'50%25'%20cy%3D'50%25'%20r%3D'4'%20fill%3D'%23003583'%2F%3E%3C%2Fsvg%3E");
157
- background-size: 100%;
158
158
 
159
159
  }
160
160
  .k-checkbox-wrap .k-checkbox.k-focus,.k-checkbox-wrap .k-checkbox.k-state-focus,.k-checkbox-wrap .k-checkbox.k-state-focused,.k-checkbox-wrap .k-checkbox:focus{
161
- color: $fk-feather-primary;
162
- box-shadow: none;
161
+ box-shadow: none;
162
+ color: $fk-feather-primary;
163
+ outline-color: currentcolor;
163
164
  outline-style: solid;
164
165
  outline-width: 2px;
165
- outline-color: currentcolor;
166
166
 
167
167
  }
168
168
  .k-checkbox-wrap .k-checkbox.k-invalid.k-invalid,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-touched.ng-invalid.ng-touched,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-dirty.ng-invalid.ng-dirty,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-touched.ng-invalid.ng-touched,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-dirty.ng-invalid.ng-dirty,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-touched.ng-invalid.ng-touched,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-touched.ng-invalid.ng-touched,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-dirty.ng-invalid.ng-dirty,.k-checkbox-wrap .k-checkbox.ng-invalid.ng-dirty.ng-invalid.ng-dirty{
@@ -179,15 +179,15 @@
179
179
  }
180
180
  .k-list.k-list-md .k-list-content .k-list-ul .k-list-item{
181
181
  @extend %fk-typography-feather-body-small;
182
- padding-right: 16px;
182
+ color: $fk-kendo-component-text;
183
+ min-height: $fk-feather-container-height-md;
184
+ padding-bottom: 8px;
183
185
  padding-left: 16px;
186
+ padding-right: 16px;
184
187
  padding-top: 8px;
185
- padding-bottom: 8px;
186
- color: $fk-kendo-component-text;
187
- transition-property: all;
188
188
  transition-duration: 280ms;
189
+ transition-property: all;
189
190
  transition-timing-function: ease-out;
190
- min-height: $fk-feather-container-height-md;
191
191
 
192
192
  }
193
193
  .k-button.k-selected .k-button-icon.k-icon.k-svg-icon{
@@ -229,8 +229,8 @@
229
229
 
230
230
  }
231
231
  .k-button.k-button-flat.k-button-flat-primary{
232
- transition-property: all;
233
- transition-duration: 280ms;
232
+ transition-duration: 280ms;
233
+ transition-property: all;
234
234
  transition-timing-function: ease-out;
235
235
 
236
236
  }
@@ -254,10 +254,10 @@
254
254
 
255
255
  }
256
256
  .k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip{
257
- height: $fk-feather-container-height-xs;
258
- column-gap: 0px;
259
- background-color: $fk-feather-surface-shade-1;
257
+ background-color: $fk-feather-surface-shade-1;
260
258
  background-image: none;
259
+ column-gap: 0px;
260
+ height: $fk-feather-container-height-xs;
261
261
 
262
262
  }
263
263
  .k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-chip-md{
@@ -276,23 +276,23 @@
276
276
 
277
277
  }
278
278
  .k-radio-wrap .k-radio.k-focus,.k-radio-wrap .k-radio.k-state-focus,.k-radio-wrap .k-radio.k-state-focused,.k-radio-wrap .k-radio:focus{
279
- outline-color: currentcolor;
280
- outline-style: solid;
281
- outline-width: 2px;
282
- box-shadow: none;
283
- border-bottom-color: currentcolor;
279
+ border-bottom-color: currentcolor;
284
280
  border-left-color: currentcolor;
285
281
  border-right-color: currentcolor;
286
282
  border-top-color: currentcolor;
283
+ box-shadow: none;
287
284
  color: k-color( primary );
285
+ outline-color: currentcolor;
288
286
  outline-offset: 0px;
287
+ outline-style: solid;
288
+ outline-width: 2px;
289
289
 
290
290
  }
291
291
  .k-radio-wrap .k-radio.k-invalid,.k-radio-wrap .k-radio.ng-invalid.ng-touched,.k-radio-wrap .k-radio.ng-invalid.ng-dirty{
292
292
  color: k-color( error );
293
+ outline-color: currentcolor;
293
294
  outline-offset: 0px;
294
295
  outline-style: solid;
295
- outline-color: currentcolor;
296
296
 
297
297
  }
298
298
  .k-radio-wrap .k-radio.k-disabled,.k-radio-wrap .k-radio.k-state-disabled,.k-radio-wrap .k-radio:disabled{
@@ -300,19 +300,19 @@
300
300
 
301
301
  }
302
302
  .k-radio-wrap .k-radio.k-checked.k-focus,.k-radio-wrap .k-radio:checked.k-focus,.k-radio-wrap .k-radio.k-checked.k-state-focus,.k-radio-wrap .k-radio.k-checked.k-state-focused,.k-radio-wrap .k-radio.k-checked:focus,.k-radio-wrap .k-radio:checked.k-state-focus,.k-radio-wrap .k-radio:checked.k-state-focused,.k-radio-wrap .k-radio:checked:focus{
303
- border-bottom-width: 1px;
304
- border-left-width: 1px;
305
- border-right-width: 1px;
306
- border-top-width: 1px;
307
- box-shadow: 0px 0px 0px 2px k-color( primary );
308
- border-bottom-color: k-color( primary );
309
- border-left-color: k-color( primary );
310
- border-right-color: k-color( primary );
311
- border-top-color: k-color( primary );
303
+ border-bottom-color: k-color( primary );
312
304
  border-bottom-style: solid;
305
+ border-bottom-width: 1px;
306
+ border-left-color: k-color( primary );
313
307
  border-left-style: solid;
308
+ border-left-width: 1px;
309
+ border-right-color: k-color( primary );
314
310
  border-right-style: solid;
311
+ border-right-width: 1px;
312
+ border-top-color: k-color( primary );
315
313
  border-top-style: solid;
314
+ border-top-width: 1px;
315
+ box-shadow: 0px 0px 0px 2px k-color( primary );
316
316
 
317
317
  }
318
318
  .k-radio-wrap .k-radio.k-focus::placeholder,.k-radio-wrap .k-radio.k-state-focus::placeholder,.k-radio-wrap .k-radio.k-state-focused::placeholder,.k-radio-wrap .k-radio:focus::placeholder{
@@ -334,8 +334,8 @@
334
334
 
335
335
  }
336
336
  .k-radio-list.k-list-vertical{
337
- row-gap: $fk-kendo-radio-list-item-padding-y;
338
- column-gap: $fk-kendo-radio-list-item-padding-x;
337
+ column-gap: $fk-kendo-radio-list-item-padding-x;
338
+ row-gap: $fk-kendo-radio-list-item-padding-y;
339
339
 
340
340
  }
341
341
  .k-slider .k-label{
@@ -343,11 +343,11 @@
343
343
 
344
344
  }
345
345
  .k-appbar.k-appbar-light{
346
- height: 64px;
347
- background-color: $fk-feather-primary;
346
+ background-color: $fk-feather-primary;
348
347
  background-image: none;
349
348
  box-shadow: 0px 1px 0px 0px $fk-feather-border-on-color;
350
349
  color: $fk-kendo-appbar-dark-text;
350
+ height: 64px;
351
351
 
352
352
  }
353
353
  .k-appbar.k-appbar-light.k-appbar-static{
@@ -355,8 +355,8 @@
355
355
 
356
356
  }
357
357
  .k-appbar.k-appbar-light .k-appbar-section{
358
- height: 48px;
359
- color: $fk-kendo-appbar-dark-text;
358
+ color: $fk-kendo-appbar-dark-text;
359
+ height: 48px;
360
360
 
361
361
  }
362
362
  .k-appbar.k-appbar-dark .k-appbar-section{
@@ -368,9 +368,9 @@
368
368
 
369
369
  }
370
370
  .k-appbar.k-appbar-dark{
371
- height: 64px;
372
- background-color: $fk-feather-primary;
371
+ background-color: $fk-feather-primary;
373
372
  background-image: none;
373
+ height: 64px;
374
374
 
375
375
  }
376
376
  .k-appbar.k-appbar-inherit{
@@ -424,16 +424,16 @@
424
424
 
425
425
  }
426
426
  .k-combobox.k-input .k-clear-value{
427
- padding-top: $fk-kendo-input-padding-y;
428
- padding-bottom: $fk-kendo-input-padding-y;
429
- padding-left: $fk-kendo-input-padding-y;
430
- padding-right: $fk-kendo-input-padding-y;
431
- opacity: 100%;
432
- border-bottom-left-radius: $fk-feather-border-radius-full;
427
+ border-bottom-left-radius: $fk-feather-border-radius-full;
433
428
  border-bottom-right-radius: $fk-feather-border-radius-full;
434
429
  border-top-left-radius: $fk-feather-border-radius-full;
435
430
  border-top-right-radius: $fk-feather-border-radius-full;
436
431
  color: $fk-feather-icon-on-neutral;
432
+ opacity: 100%;
433
+ padding-bottom: $fk-kendo-input-padding-y;
434
+ padding-left: $fk-kendo-input-padding-y;
435
+ padding-right: $fk-kendo-input-padding-y;
436
+ padding-top: $fk-kendo-input-padding-y;
437
437
 
438
438
  }
439
439
  .k-combobox.k-input .k-input-button{
@@ -442,30 +442,34 @@
442
442
 
443
443
  }
444
444
  .k-combobox.k-input{
445
- padding-right: 4px;
445
+ background-image: none;
446
446
  height: $fk-feather-container-height-lg;
447
- background-image: none;
447
+ padding-right: 4px;
448
448
 
449
449
  }
450
450
  .k-combobox.k-input.k-input-solid{
451
451
  background-color: initial;
452
- color: $fk-feather-secondary-text-on-surface;
453
452
  border-bottom-color: $fk-feather-secondary-text-on-surface;
454
453
  border-left-color: $fk-feather-secondary-text-on-surface;
455
454
  border-right-color: $fk-feather-secondary-text-on-surface;
456
455
  border-top-color: $fk-feather-secondary-text-on-surface;
456
+ color: $fk-feather-secondary-text-on-surface;
457
457
 
458
458
  }
459
459
  .k-combobox.k-input.k-hover .k-clear-value.k-hover,.k-combobox.k-input.k-hover .k-clear-value.k-state-hover,.k-combobox.k-input.k-hover .k-clear-value.k-state-hovered,.k-combobox.k-input.k-hover .k-clear-value:hover, .k-combobox.k-input.k-state-hover .k-clear-value.k-hover, .k-combobox.k-input.k-state-hover .k-clear-value.k-state-hover, .k-combobox.k-input.k-state-hover .k-clear-value.k-state-hovered, .k-combobox.k-input.k-state-hover .k-clear-value:hover, .k-combobox.k-input.k-state-hovered .k-clear-value.k-hover, .k-combobox.k-input.k-state-hovered .k-clear-value.k-state-hover, .k-combobox.k-input.k-state-hovered .k-clear-value.k-state-hovered, .k-combobox.k-input.k-state-hovered .k-clear-value:hover, .k-combobox.k-input:hover .k-clear-value.k-hover, .k-combobox.k-input:hover .k-clear-value.k-state-hover, .k-combobox.k-input:hover .k-clear-value.k-state-hovered, .k-combobox.k-input:hover .k-clear-value:hover{
460
460
  color: $fk-feather-primary-text-on-surface;
461
- flex-direction: row;
462
461
  column-gap: 4px;
463
- row-gap: 0px;
462
+ flex-direction: row;
464
463
  position: relative;
464
+ row-gap: 0px;
465
465
 
466
466
  }
467
467
  .k-combobox.k-input.k-hover .k-clear-value.k-hover,.k-combobox.k-input.k-hover .k-clear-value.k-state-hover,.k-combobox.k-input.k-hover .k-clear-value.k-state-hovered,.k-combobox.k-input.k-hover .k-clear-value:hover,.k-combobox.k-input.k-state-hover .k-clear-value.k-hover,.k-combobox.k-input.k-state-hover .k-clear-value.k-state-hover,.k-combobox.k-input.k-state-hover .k-clear-value.k-state-hovered,.k-combobox.k-input.k-state-hover .k-clear-value:hover,.k-combobox.k-input.k-state-hovered .k-clear-value.k-hover,.k-combobox.k-input.k-state-hovered .k-clear-value.k-state-hover,.k-combobox.k-input.k-state-hovered .k-clear-value.k-state-hovered,.k-combobox.k-input.k-state-hovered .k-clear-value:hover,.k-combobox.k-input:hover .k-clear-value.k-hover,.k-combobox.k-input:hover .k-clear-value.k-state-hover,.k-combobox.k-input:hover .k-clear-value.k-state-hovered,.k-combobox.k-input:hover .k-clear-value:hover{
468
- margin-bottom: 0px;
468
+ background-color: initial;
469
+ background-image: $fk-feather-hover-on-surface-gradient;
470
+ display: inline-flex;
471
+ justify-content: center;
472
+ margin-bottom: 0px;
469
473
  margin-left: 0px;
470
474
  margin-right: 0px;
471
475
  margin-top: 0px;
@@ -473,10 +477,6 @@
473
477
  padding-left: $fk-kendo-input-padding-y;
474
478
  padding-right: $fk-kendo-input-padding-y;
475
479
  padding-top: $fk-kendo-input-padding-y;
476
- display: inline-flex;
477
- justify-content: center;
478
- background-color: initial;
479
- background-image: $fk-feather-hover-on-surface-gradient;
480
480
 
481
481
  }
482
482
  .k-combobox-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item{
@@ -496,8 +496,8 @@
496
496
  }
497
497
  .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease{
498
498
  color: inherit;
499
- min-height: unset;
500
499
  height: 50%;
500
+ min-height: unset;
501
501
  width: 100%;
502
502
 
503
503
  }
@@ -515,43 +515,43 @@
515
515
  }
516
516
  .k-numerictextbox.k-input .k-input-spinner.k-spin-button{
517
517
  color: $fk-feather-icon-on-neutral;
518
- height: 100%;
519
518
  flex-direction: column;
519
+ height: 100%;
520
520
 
521
521
  }
522
522
  .k-textbox.k-input .k-clear-value{
523
- width: $fk-feather-container-height-xs;
524
- height: $fk-feather-container-height-xs;
525
- box-sizing: border-box;
526
- border-bottom-left-radius: 50%;
523
+ border-bottom-left-radius: 50%;
527
524
  border-bottom-right-radius: 50%;
528
525
  border-top-left-radius: 50%;
529
526
  border-top-right-radius: 50%;
530
- opacity: 100%;
527
+ box-sizing: border-box;
531
528
  color: $fk-feather-icon-on-neutral;
532
- margin-right: 4px;
529
+ height: $fk-feather-container-height-xs;
533
530
  margin-left: 4px;
531
+ margin-right: 4px;
532
+ opacity: 100%;
533
+ width: $fk-feather-container-height-xs;
534
534
 
535
535
  }
536
536
  .k-textbox.k-input .k-clear-value.k-hover,.k-textbox.k-input .k-clear-value.k-state-hover,.k-textbox.k-input .k-clear-value.k-state-hovered,.k-textbox.k-input .k-clear-value:hover{
537
- color: $fk-feather-primary-text-on-surface;
538
- background-color: initial;
537
+ background-color: initial;
539
538
  background-image: $fk-feather-hover-on-surface-gradient;
539
+ color: $fk-feather-primary-text-on-surface;
540
540
 
541
541
  }
542
542
  .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button{
543
- color: $fk-feather-icon-on-neutral;
544
- background-color: initial !important;
543
+ background-color: initial !important;
545
544
  background-image: none !important;
546
545
  border-bottom-left-radius: 50%;
547
546
  border-bottom-right-radius: 50%;
548
547
  border-top-left-radius: 50%;
549
548
  border-top-right-radius: 50%;
549
+ color: $fk-feather-icon-on-neutral;
550
+ height: 30px;
550
551
  margin-bottom: 4px;
551
552
  margin-left: 8px;
552
553
  margin-right: 4px;
553
554
  margin-top: 4px;
554
- height: 30px;
555
555
  width: 30px;
556
556
 
557
557
  }
@@ -563,9 +563,9 @@
563
563
 
564
564
  }
565
565
  .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-hover,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hover,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hovered,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:hover{
566
- color: $fk-feather-primary-text-on-surface;
567
- background-color: initial !important;
566
+ background-color: initial !important;
568
567
  background-image: $fk-feather-hover-on-surface-gradient !important;
568
+ color: $fk-feather-primary-text-on-surface;
569
569
 
570
570
  }
571
571
  .k-textbox.k-input.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-hover .k-icon.k-svg-icon.k-svg-i-image.k-button-icon,.k-textbox.k-input.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hover .k-icon.k-svg-icon.k-svg-i-image.k-button-icon,.k-textbox.k-input.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hovered .k-icon.k-svg-icon.k-svg-i-image.k-button-icon,.k-textbox.k-input.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:hover .k-icon.k-svg-icon.k-svg-i-image.k-button-icon{
@@ -574,8 +574,8 @@
574
574
  }
575
575
  .k-textbox.k-input.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button .k-icon.k-svg-icon.k-svg-i-image.k-button-icon{
576
576
  color: $fk-feather-icon-on-neutral;
577
- width: 18px;
578
577
  height: 18px;
578
+ width: 18px;
579
579
 
580
580
  }
581
581
  .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-hover::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hover::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hovered::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:hover::before{
@@ -589,86 +589,86 @@
589
589
 
590
590
  }
591
591
  .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-focus,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focus,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focused,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:focus{
592
- outline-offset: -1px;
593
- box-shadow: 0px 0px 0px 1px $fk-feather-secondary-text-on-surface !important;
594
- border-bottom-width: 1px;
595
- border-left-width: 1px;
596
- border-right-width: 1px;
597
- border-top-width: 1px;
592
+ background-color: initial !important;
593
+ background-image: $fk-feather-focused-on-surface-gradient !important;
598
594
  border-bottom-color: $fk-feather-secondary-text-on-surface !important;
599
- border-left-color: $fk-feather-secondary-text-on-surface !important;
600
- border-right-color: $fk-feather-secondary-text-on-surface !important;
601
- border-top-color: $fk-feather-secondary-text-on-surface !important;
602
595
  border-bottom-style: solid;
596
+ border-bottom-width: 1px;
597
+ border-left-color: $fk-feather-secondary-text-on-surface !important;
603
598
  border-left-style: solid;
599
+ border-left-width: 1px;
600
+ border-right-color: $fk-feather-secondary-text-on-surface !important;
604
601
  border-right-style: solid;
602
+ border-right-width: 1px;
603
+ border-top-color: $fk-feather-secondary-text-on-surface !important;
605
604
  border-top-style: solid;
605
+ border-top-width: 1px;
606
+ box-shadow: 0px 0px 0px 1px $fk-feather-secondary-text-on-surface !important;
606
607
  color: $fk-feather-primary-text-on-surface;
607
- background-color: initial !important;
608
- background-image: $fk-feather-focused-on-surface-gradient !important;
608
+ outline-offset: -1px;
609
609
 
610
610
  }
611
611
  .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link{
612
- padding-left: 16px;
612
+ padding-bottom: 8px;
613
+ padding-left: 16px;
613
614
  padding-top: 8px;
614
- padding-bottom: 8px;
615
615
 
616
616
  }
617
617
  .k-popup.k-menu-popup .k-group.k-menu-group{
618
- padding-top: 8px;
618
+ margin-top: 1px;
619
619
  padding-bottom: 8px;
620
- margin-top: 1px;
620
+ padding-top: 8px;
621
621
 
622
622
  }
623
623
  .k-popup.k-list-container{
624
624
  @extend %fk-effects-feather-elevation-04dp;
625
- border-bottom-left-radius: $fk-kendo-border-radius-md;
626
- border-bottom-right-radius: $fk-kendo-border-radius-md;
627
- border-top-left-radius: $fk-kendo-border-radius-md;
628
- border-top-right-radius: $fk-kendo-border-radius-md;
629
- background-color: $fk-feather-surface;
625
+ background-color: $fk-feather-surface;
630
626
  background-image: none;
631
- translate: 0px 2px;
627
+ border-bottom-left-radius: $fk-kendo-border-radius-md;
628
+ border-bottom-right-radius: $fk-kendo-border-radius-md;
632
629
  border-bottom-style: none;
633
630
  border-left-style: none;
634
631
  border-right-style: none;
632
+ border-top-left-radius: $fk-kendo-border-radius-md;
633
+ border-top-right-radius: $fk-kendo-border-radius-md;
635
634
  border-top-style: none;
635
+ translate: 0px 2px;
636
636
 
637
637
  }
638
638
  .k-popup.k-menu-popup{
639
639
  @extend %fk-effects-feather-elevation-04dp;
640
- border-bottom-left-radius: $fk-kendo-border-radius-md;
640
+ background-color: $fk-feather-surface;
641
+ background-image: none;
642
+ border-bottom-left-radius: $fk-kendo-border-radius-md;
641
643
  border-bottom-right-radius: $fk-kendo-border-radius-md;
642
- border-top-left-radius: $fk-kendo-border-radius-md;
643
- border-top-right-radius: $fk-kendo-border-radius-md;
644
644
  border-bottom-style: none;
645
645
  border-left-style: none;
646
646
  border-right-style: none;
647
+ border-top-left-radius: $fk-kendo-border-radius-md;
648
+ border-top-right-radius: $fk-kendo-border-radius-md;
647
649
  border-top-style: none;
648
650
  padding-bottom: 0px;
649
651
  padding-left: 0px;
650
652
  padding-right: 0px;
651
653
  padding-top: 0px;
652
- background-color: $fk-feather-surface;
653
- background-image: none;
654
654
 
655
655
  }
656
656
  .k-list-filter .k-searchbox.k-textbox.k-input-solid{
657
- border-top-color: $fk-kendo-input-border;
658
- border-right-color: $fk-kendo-input-border;
657
+ border-bottom-color: $fk-kendo-input-border;
659
658
  border-left-color: $fk-kendo-input-border;
660
- border-bottom-color: $fk-kendo-input-border;
659
+ border-right-color: $fk-kendo-input-border;
660
+ border-top-color: $fk-kendo-input-border;
661
661
 
662
662
  }
663
663
  .k-list-filter .k-searchbox.k-textbox.k-input{
664
- border-top-style: none;
665
- border-top-width: $fk-kendo-input-border-width;
666
- border-right-style: none;
667
- border-right-width: $fk-kendo-input-border-width;
664
+ border-bottom-style: solid;
665
+ border-bottom-width: $fk-kendo-input-border-width;
668
666
  border-left-style: none;
669
667
  border-left-width: $fk-kendo-input-border-width;
670
- border-bottom-style: solid;
671
- border-bottom-width: $fk-kendo-input-border-width;
668
+ border-right-style: none;
669
+ border-right-width: $fk-kendo-input-border-width;
670
+ border-top-style: none;
671
+ border-top-width: $fk-kendo-input-border-width;
672
672
 
673
673
  }
674
674
  .k-list-filter .k-searchbox.k-textbox.k-rounded-md{
@@ -679,8 +679,8 @@
679
679
 
680
680
  }
681
681
  .k-list-filter .k-searchbox.k-textbox.k-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.k-state-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.k-state-focused.k-input-solid,.k-list-filter .k-searchbox.k-textbox:focus.k-input-solid{
682
- box-shadow: none;
683
- border-bottom-color: k-color( primary );
682
+ border-bottom-color: k-color( primary );
683
+ box-shadow: none;
684
684
 
685
685
  }
686
686
  .k-list-filter .k-searchbox.k-textbox.k-focus.k-input,.k-list-filter .k-searchbox.k-textbox.k-state-focus.k-input,.k-list-filter .k-searchbox.k-textbox.k-state-focused.k-input,.k-list-filter .k-searchbox.k-textbox:focus.k-input{
@@ -689,18 +689,18 @@
689
689
 
690
690
  }
691
691
  .k-list-filter .k-searchbox.k-textbox .k-input-inner{
692
- padding-right: $fk-kendo-input-padding-x;
693
- padding-left: 4px;
692
+ padding-left: 4px;
693
+ padding-right: $fk-kendo-input-padding-x;
694
694
 
695
695
  }
696
696
  .k-list-filter{
697
- transition-property: all;
698
- transition-duration: 280ms;
699
- transition-timing-function: ease-out;
700
- padding-bottom: 0px;
697
+ padding-bottom: 0px;
701
698
  padding-left: 0px;
702
699
  padding-right: 0px;
703
700
  padding-top: 0px;
701
+ transition-duration: 280ms;
702
+ transition-property: all;
703
+ transition-timing-function: ease-out;
704
704
 
705
705
  }
706
706
  .k-list-filter .k-searchbox.k-invalid.k-input-solid,.k-list-filter .k-searchbox.ng-invalid.ng-touched.k-input-solid,.k-list-filter .k-searchbox.ng-invalid.ng-dirty.k-input-solid{
@@ -736,26 +736,26 @@
736
736
 
737
737
  }
738
738
  .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal{
739
- margin-right: -12px;
740
- align-self: center;
739
+ align-self: center;
741
740
  display: inline-block;
741
+ margin-right: -12px;
742
742
 
743
743
  }
744
744
  .k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary{
745
- height: 100%;
746
- background-color: initial !important;
745
+ background-color: initial !important;
747
746
  background-image: none !important;
747
+ height: 100%;
748
748
 
749
749
  }
750
750
  .k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-focus,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focus,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focused,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary:focus{
751
751
  @extend %fk-effects-feather-focus-outer-on-color-important;
752
- box-sizing: border-box;
753
- background-color: initial !important;
752
+ background-color: initial !important;
754
753
  background-image: $fk-feather-focused-on-surface-gradient !important;
755
754
  border-bottom-style: none;
756
755
  border-left-style: none;
757
756
  border-right-style: none;
758
757
  border-top-style: none;
758
+ box-sizing: border-box;
759
759
 
760
760
  }
761
761
  .k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-focus::after,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focus::after,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focused::after,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary:focus::after{
@@ -768,8 +768,8 @@
768
768
  border-left-style: none;
769
769
  border-right-style: none;
770
770
  border-top-style: none;
771
- visibility: hidden;
772
771
  opacity: 12%;
772
+ visibility: hidden;
773
773
 
774
774
  }
775
775
  .k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-focus::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focus::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focused::before,.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:focus::before{
@@ -788,21 +788,21 @@
788
788
 
789
789
  }
790
790
  .k-label.k-text-disabled{
791
- opacity: 100%;
792
- color: $fk-feather-disabled-text-on-surface;
791
+ color: $fk-feather-disabled-text-on-surface;
792
+ opacity: 100%;
793
793
 
794
794
  }
795
795
  .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-command-cell{
796
- display: flex;
797
- row-gap: 8px;
798
- flex-direction: row;
799
- justify-content: start;
800
- align-items: center;
796
+ align-items: center;
801
797
  align-self: stretch;
802
- width: auto;
803
798
  box-sizing: border-box;
799
+ display: flex;
800
+ flex-direction: row;
801
+ justify-content: start;
804
802
  padding-left: 8px;
805
803
  padding-right: 8px;
804
+ row-gap: 8px;
805
+ width: auto;
806
806
 
807
807
  }
808
808
  .k-grid.k-grid-md .k-toolbar.k-grid-toolbar.k-toolbar-md{
@@ -845,11 +845,11 @@
845
845
 
846
846
  }
847
847
  .k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell .k-input{
848
- height: $fk-feather-container-height-md;
849
- border-bottom-left-radius: $fk-kendo-border-radius-md;
848
+ border-bottom-left-radius: $fk-kendo-border-radius-md;
850
849
  border-bottom-right-radius: $fk-kendo-border-radius-md;
851
850
  border-top-left-radius: $fk-kendo-border-radius-md;
852
851
  border-top-right-radius: $fk-kendo-border-radius-md;
852
+ height: $fk-feather-container-height-md;
853
853
 
854
854
  }
855
855
  .k-grid.k-grid-md .k-table .k-table-tbody .k-master-row.k-table-row.k-alt.k-table-alt-row{
@@ -864,35 +864,35 @@
864
864
  }
865
865
  .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row >td{
866
866
  @extend %fk-typography-feather-body-small;
867
- box-sizing: content-box;
868
- border-bottom-color: $fk-feather-border-on-surface;
867
+ border-bottom-color: $fk-feather-border-on-surface;
869
868
  border-bottom-style: solid;
870
869
  border-bottom-width: 1px;
871
- border-top-color: $fk-feather-border-on-surface;
872
- border-top-style: none;
873
- border-top-width: 0px;
874
- border-right-color: $fk-feather-border-on-surface;
875
- border-right-style: none;
876
- border-right-width: 0px;
877
870
  border-left-color: $fk-feather-border-on-surface;
878
871
  border-left-style: none;
879
872
  border-left-width: 0px;
873
+ border-right-color: $fk-feather-border-on-surface;
874
+ border-right-style: none;
875
+ border-right-width: 0px;
876
+ border-top-color: $fk-feather-border-on-surface;
877
+ border-top-style: none;
878
+ border-top-width: 0px;
879
+ box-sizing: content-box;
880
880
 
881
881
  }
882
882
  .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-focus,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-state-focus,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-state-focused,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td:focus{
883
883
  @extend %fk-effects-feather-focus-inner-on-surface;
884
- border-bottom-style: solid;
885
- border-left-style: none;
886
- border-right-style: none;
887
- border-top-style: none;
884
+ border-bottom-color: transparent;
885
+ border-bottom-style: solid;
888
886
  border-bottom-width: 1px;
889
- border-left-width: 0px;
890
- border-right-width: 0px;
891
- border-top-width: 0px;
892
- border-bottom-color: transparent;
893
887
  border-left-color: $fk-feather-primary;
888
+ border-left-style: none;
889
+ border-left-width: 0px;
894
890
  border-right-color: $fk-feather-primary;
891
+ border-right-style: none;
892
+ border-right-width: 0px;
895
893
  border-top-color: $fk-feather-primary;
894
+ border-top-style: none;
895
+ border-top-width: 0px;
896
896
 
897
897
  }
898
898
  .k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-focus,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-state-focus,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td.k-state-focused,.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row td:focus{
@@ -927,34 +927,34 @@
927
927
  }
928
928
  .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th .k-cell-inner .k-link,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th .k-cell-inner .k-link{
929
929
  @extend %fk-typography-feather-body-small;
930
- color: $fk-feather-secondary-text-on-surface;
931
- padding-top: 18px;
932
- border-right-width: 1px;
933
- border-right-color: $fk-feather-border-on-surface;
930
+ border-right-color: $fk-feather-border-on-surface;
934
931
  border-right-style: solid;
932
+ border-right-width: 1px;
933
+ color: $fk-feather-secondary-text-on-surface;
934
+ padding-top: 18px;
935
935
 
936
936
  }
937
937
  .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th{
938
938
  background-color: transparent;
939
939
  background-image: none;
940
- box-sizing: border-box;
941
- overflow: hidden;
942
940
  border-bottom-style: none;
943
941
  border-left-style: none;
944
942
  border-right-style: none;
945
943
  border-top-style: none;
946
- padding-top: $fk-kendo-grid-header-padding-y;
944
+ box-sizing: border-box;
945
+ overflow: hidden;
947
946
  padding-bottom: $fk-kendo-grid-header-padding-y;
947
+ padding-top: $fk-kendo-grid-header-padding-y;
948
948
 
949
949
  }
950
950
  .k-fab.k-fab-solid-primary .k-fab-text{
951
- padding-right: 8px;
952
- padding-left: 8px;
951
+ padding-left: 8px;
952
+ padding-right: 8px;
953
953
 
954
954
  }
955
955
  .k-fab.k-fab-solid-primary.k-fab-md{
956
- padding-right: $fk-kendo-fab-padding-x;
957
- padding-left: $fk-kendo-fab-padding-x;
956
+ padding-left: $fk-kendo-fab-padding-x;
957
+ padding-right: $fk-kendo-fab-padding-x;
958
958
 
959
959
  }
960
960
  .k-fab.k-fab-solid-primary{
@@ -962,9 +962,9 @@
962
962
 
963
963
  }
964
964
  .k-fab.k-fab-solid-primary .k-fab-icon.k-icon.k-svg-icon{
965
- width: 24px;
965
+ align-self: center;
966
966
  height: 24px;
967
- align-self: center;
967
+ width: 24px;
968
968
 
969
969
  }
970
970
  .k-fab.k-fab-solid-primary .k-fab-icon.k-icon.k-svg-icon >svg{
@@ -972,12 +972,12 @@
972
972
 
973
973
  }
974
974
  .k-fab-popup.k-popup .k-fab-items .k-fab-item .k-fab-item-text{
975
- border-bottom-left-radius: 4px;
975
+ background-color: transparent;
976
+ background-image: none;
977
+ border-bottom-left-radius: 4px;
976
978
  border-bottom-right-radius: 4px;
977
979
  border-top-left-radius: 4px;
978
980
  border-top-right-radius: 4px;
979
- background-color: transparent;
980
- background-image: none;
981
981
  margin-left: 12px;
982
982
 
983
983
  }
@@ -1001,11 +1001,11 @@
1001
1001
 
1002
1002
  }
1003
1003
  .k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item{
1004
- color: $fk-feather-secondary-text-on-surface;
1005
- border-bottom-left-radius: $fk-kendo-border-radius-md;
1004
+ border-bottom-left-radius: $fk-kendo-border-radius-md;
1006
1005
  border-bottom-right-radius: $fk-kendo-border-radius-md;
1007
1006
  border-top-left-radius: $fk-kendo-border-radius-md;
1008
1007
  border-top-right-radius: $fk-kendo-border-radius-md;
1008
+ color: $fk-feather-secondary-text-on-surface;
1009
1009
  min-height: $fk-feather-container-height-md;
1010
1010
  min-width: 64px;
1011
1011
 
@@ -1021,11 +1021,11 @@
1021
1021
  }
1022
1022
  .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item{
1023
1023
  @extend %fk-typography-feather-button;
1024
- color: $fk-feather-primary;
1025
- border-bottom-style: none;
1024
+ border-bottom-style: none;
1026
1025
  border-left-style: none;
1027
1026
  border-right-style: none;
1028
1027
  border-top-style: none;
1028
+ color: $fk-feather-primary;
1029
1029
 
1030
1030
  }
1031
1031
  .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active .k-link{
@@ -1033,28 +1033,28 @@
1033
1033
 
1034
1034
  }
1035
1035
  .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:focus .k-link{
1036
- border-bottom-width: 1px;
1037
- border-left-width: 1px;
1038
- border-right-width: 1px;
1039
- border-top-width: 1px;
1040
- border-bottom-color: k-color( primary );
1036
+ border-bottom-color: k-color( primary );
1041
1037
  border-bottom-style: solid;
1038
+ border-bottom-width: 1px;
1042
1039
  border-left-color: k-color( primary );
1043
1040
  border-left-style: solid;
1041
+ border-left-width: 1px;
1044
1042
  border-right-color: k-color( primary );
1045
1043
  border-right-style: solid;
1044
+ border-right-width: 1px;
1046
1045
  border-top-color: k-color( primary );
1047
1046
  border-top-style: solid;
1047
+ border-top-width: 1px;
1048
1048
 
1049
1049
  }
1050
1050
  .k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active:focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active:focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-state-focus .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-state-focused .k-link,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active:focus .k-link{
1051
1051
  border-bottom-color: $fk-feather-primary;
1052
1052
  border-bottom-style: solid;
1053
1053
  border-bottom-width: 3px;
1054
- border-top-left-radius: 4px;
1055
- border-top-right-radius: 4px;
1056
1054
  border-left-width: 1px;
1057
1055
  border-right-width: 1px;
1056
+ border-top-left-radius: 4px;
1057
+ border-top-right-radius: 4px;
1058
1058
  border-top-width: 1px;
1059
1059
 
1060
1060
  }
@@ -1075,15 +1075,15 @@
1075
1075
 
1076
1076
  }
1077
1077
  .k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item .k-item-text{
1078
- display: inline-flex;
1079
- align-items: center;
1078
+ align-items: center;
1080
1079
  align-self: center;
1080
+ display: inline-flex;
1081
1081
  justify-content: start;
1082
1082
 
1083
1083
  }
1084
1084
  .k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item{
1085
- transition-property: all;
1086
- transition-duration: 280ms;
1085
+ transition-duration: 280ms;
1086
+ transition-property: all;
1087
1087
  transition-timing-function: ease-out;
1088
1088
 
1089
1089
  }
@@ -1092,23 +1092,23 @@
1092
1092
 
1093
1093
  }
1094
1094
  .k-switch.k-switch-off .k-switch-track{
1095
- color: $fk-feather-secondary-text-on-surface;
1096
- background-color: rgba(0, 0, 0, 0.04);
1095
+ background-color: rgba(0, 0, 0, 0.04);
1097
1096
  background-image: none;
1098
- transition-property: all;
1097
+ color: $fk-feather-secondary-text-on-surface;
1099
1098
  transition-duration: 280ms;
1099
+ transition-property: all;
1100
1100
  transition-timing-function: ease-out;
1101
1101
 
1102
1102
  }
1103
1103
  .k-switch.k-switch-off .k-switch-thumb-wrap .k-switch-thumb{
1104
- border-bottom-color: $fk-feather-secondary-text-on-surface;
1104
+ background-color: $fk-feather-primary-text-on-color;
1105
+ background-image: none;
1106
+ border-bottom-color: $fk-feather-secondary-text-on-surface;
1105
1107
  border-left-color: $fk-feather-secondary-text-on-surface;
1106
1108
  border-right-color: $fk-feather-secondary-text-on-surface;
1107
1109
  border-top-color: $fk-feather-secondary-text-on-surface;
1108
- background-color: $fk-feather-primary-text-on-color;
1109
- background-image: none;
1110
- transition-property: all;
1111
1110
  transition-duration: 280ms;
1111
+ transition-property: all;
1112
1112
  transition-timing-function: ease-out;
1113
1113
 
1114
1114
  }
@@ -1133,9 +1133,9 @@
1133
1133
 
1134
1134
  }
1135
1135
  .k-textbox.k-input{
1136
- transition-property: all;
1136
+ align-items: center;
1137
1137
  transition-duration: 280ms;
1138
- align-items: center;
1138
+ transition-property: all;
1139
1139
 
1140
1140
  }
1141
1141
  .k-textbox.k-input.k-input-solid{
@@ -1148,14 +1148,14 @@
1148
1148
 
1149
1149
  }
1150
1150
  .k-datepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
1151
- color: $fk-feather-icon-on-neutral;
1151
+ aspect-ratio: 1;
1152
+ color: $fk-feather-icon-on-neutral;
1152
1153
  height: 100%;
1153
- aspect-ratio: 1;
1154
1154
 
1155
1155
  }
1156
1156
  .k-timepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
1157
- height: 100%;
1158
- color: $fk-feather-icon-on-neutral;
1157
+ color: $fk-feather-icon-on-neutral;
1158
+ height: 100%;
1159
1159
  width: $fk-feather-container-height-lg;
1160
1160
 
1161
1161
  }
@@ -1173,23 +1173,23 @@
1173
1173
  }
1174
1174
  .k-window.k-dialog .k-window-content.k-dialog-content{
1175
1175
  @extend %fk-typography-feather-body-small;
1176
- text-align: left;
1177
- padding-bottom: $fk-kendo-window-inner-padding-y;
1176
+ padding-bottom: $fk-kendo-window-inner-padding-y;
1177
+ text-align: left;
1178
1178
 
1179
1179
  }
1180
1180
  .k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-stretched{
1181
- text-transform: uppercase;
1182
- border-bottom-style: none;
1181
+ border-bottom-style: none;
1183
1182
  border-left-style: none;
1184
1183
  border-right-style: none;
1185
1184
  border-top-style: none;
1185
+ text-transform: uppercase;
1186
1186
 
1187
1187
  }
1188
1188
  .k-window .k-window-titlebar{
1189
1189
  @extend %fk-typography-feather-body-large;
1190
- color: $fk-feather-primary-text-on-surface;
1191
- background-color: initial;
1190
+ background-color: initial;
1192
1191
  background-image: none;
1192
+ color: $fk-feather-primary-text-on-surface;
1193
1193
 
1194
1194
  }
1195
1195
  .k-window{
@@ -1199,23 +1199,23 @@
1199
1199
  }
1200
1200
  .k-window .k-window-content{
1201
1201
  @extend %fk-typography-feather-body-small;
1202
- padding-bottom: 32px;
1203
- color: $fk-feather-secondary-text-on-surface;
1202
+ color: $fk-feather-secondary-text-on-surface;
1203
+ padding-bottom: 32px;
1204
1204
 
1205
1205
  }
1206
1206
  .k-window .k-window-titlebar .k-window-titlebar-actions .k-window-titlebar-action.k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-icon-button{
1207
- height: $fk-feather-container-height-sm;
1208
- width: $fk-feather-container-height-sm;
1209
- border-bottom-left-radius: 50%;
1207
+ border-bottom-left-radius: 50%;
1210
1208
  border-bottom-right-radius: 50%;
1211
1209
  border-top-left-radius: 50%;
1212
1210
  border-top-right-radius: 50%;
1211
+ height: $fk-feather-container-height-sm;
1212
+ width: $fk-feather-container-height-sm;
1213
1213
 
1214
1214
  }
1215
1215
  .k-window .k-window-titlebar .k-window-titlebar-actions{
1216
- row-gap: 0px;
1217
- column-gap: 4px;
1216
+ column-gap: 4px;
1218
1217
  padding-left: 16px;
1218
+ row-gap: 0px;
1219
1219
 
1220
1220
  }
1221
1221
  .k-window.k-window-minimized{
@@ -1241,13 +1241,13 @@
1241
1241
 
1242
1242
  }
1243
1243
  .k-chip.k-disabled,.k-chip.k-state-disabled,.k-chip:disabled{
1244
- opacity: 100%;
1245
- background-image: none;
1244
+ background-image: none;
1245
+ opacity: 100%;
1246
1246
 
1247
1247
  }
1248
1248
  .k-chip.k-disabled.k-chip-solid-base,.k-chip.k-state-disabled.k-chip-solid-base,.k-chip:disabled.k-chip-solid-base{
1249
- color: $fk-feather-disabled-text-on-surface;
1250
- background-color: $fk-feather-border-light-on-surface;
1249
+ background-color: $fk-feather-border-light-on-surface;
1250
+ color: $fk-feather-disabled-text-on-surface;
1251
1251
 
1252
1252
  }
1253
1253
  .k-toolbar{
@@ -1284,9 +1284,9 @@
1284
1284
 
1285
1285
  }
1286
1286
  .k-button-group .k-button.k-group-start,.k-button-group .k-button:first-child{
1287
- z-index: 0;
1288
- border-inline-start-width: 2px;
1287
+ border-inline-start-width: 2px;
1289
1288
  box-shadow: inset -1px 0px 0px 0px $fk-kendo-button-border;
1289
+ z-index: 0;
1290
1290
 
1291
1291
  }
1292
1292
  .k-floating-label-container.k-focus .k-floating-label,.k-floating-label-container.k-state-focus .k-floating-label,.k-floating-label-container.k-state-focused .k-floating-label,.k-floating-label-container:focus .k-floating-label{
@@ -1303,14 +1303,14 @@
1303
1303
 
1304
1304
  }
1305
1305
  .k-chip-list .k-chip.k-focus,.k-chip-list .k-chip.k-state-focus,.k-chip-list .k-chip.k-state-focused,.k-chip-list .k-chip:focus{
1306
- outline-style: solid;
1306
+ outline-color: transparent;
1307
+ outline-style: solid;
1307
1308
  outline-width: 2px;
1308
- outline-color: transparent;
1309
1309
 
1310
1310
  }
1311
1311
  .k-chip.k-selected{
1312
- color: $fk-feather-primary-text-on-color;
1313
- background-image: linear-gradient(transparent, transparent);
1312
+ background-image: linear-gradient(transparent, transparent);
1313
+ color: $fk-feather-primary-text-on-color;
1314
1314
 
1315
1315
  }
1316
1316
  .k-chip.k-selected.k-chip-solid-base{
@@ -1331,48 +1331,48 @@
1331
1331
  }
1332
1332
  .k-dropdownlist{
1333
1333
  background-image: none;
1334
- transition-property: all;
1334
+ min-height: $fk-feather-container-height-lg;
1335
1335
  transition-duration: 280ms;
1336
+ transition-property: all;
1336
1337
  transition-timing-function: ease-out;
1337
- min-height: $fk-feather-container-height-lg;
1338
1338
 
1339
1339
  }
1340
1340
  .k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button{
1341
- border-bottom-style: none;
1342
- border-left-style: none;
1343
- border-right-style: none;
1344
- border-top-style: none;
1341
+ border-bottom-left-radius: $fk-feather-border-radius-full;
1342
+ border-bottom-right-radius: $fk-feather-border-radius-full;
1343
+ border-bottom-style: none;
1345
1344
  border-left-color: $fk-feather-border-on-surface;
1345
+ border-left-style: none;
1346
1346
  border-left-width: 1px;
1347
- height: $fk-feather-container-height-sm;
1348
- border-bottom-left-radius: $fk-feather-border-radius-full;
1349
- border-bottom-right-radius: $fk-feather-border-radius-full;
1347
+ border-right-style: none;
1350
1348
  border-top-left-radius: $fk-feather-border-radius-full;
1351
1349
  border-top-right-radius: $fk-feather-border-radius-full;
1352
- width: $fk-feather-container-height-sm;
1353
- margin-top: 0.175rem;
1350
+ border-top-style: none;
1351
+ height: $fk-feather-container-height-sm;
1354
1352
  margin-right: 0.25rem;
1353
+ margin-top: 0.175rem;
1355
1354
  min-height: unset;
1356
1355
  padding-bottom: $fk-kendo-input-padding-y;
1357
1356
  padding-left: $fk-kendo-input-padding-y;
1358
1357
  padding-right: $fk-kendo-input-padding-y;
1359
1358
  padding-top: $fk-kendo-input-padding-y;
1359
+ width: $fk-feather-container-height-sm;
1360
1360
 
1361
1361
  }
1362
1362
  .k-dropdownlist.k-focus .k-input-button,.k-dropdownlist.k-state-focus .k-input-button,.k-dropdownlist.k-state-focused .k-input-button,.k-dropdownlist:focus .k-input-button{
1363
- border-top-color: transparent;
1364
- border-top-width: 1px;
1365
- border-right-color: transparent;
1366
- border-right-width: 1px;
1367
- border-bottom-color: transparent;
1363
+ border-bottom-color: transparent;
1368
1364
  border-bottom-width: 1px;
1369
1365
  border-left-color: transparent;
1366
+ border-right-color: transparent;
1367
+ border-right-width: 1px;
1368
+ border-top-color: transparent;
1369
+ border-top-width: 1px;
1370
1370
 
1371
1371
  }
1372
1372
  .k-dropdownlist.k-focus .k-input-button.k-button,.k-dropdownlist.k-state-focus .k-input-button.k-button,.k-dropdownlist.k-state-focused .k-input-button.k-button,.k-dropdownlist:focus .k-input-button.k-button{
1373
- border-top-style: solid;
1373
+ border-bottom-style: solid;
1374
1374
  border-right-style: solid;
1375
- border-bottom-style: solid;
1375
+ border-top-style: solid;
1376
1376
 
1377
1377
  }
1378
1378
  .k-button.k-selected.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg{
@@ -1409,8 +1409,8 @@
1409
1409
  }
1410
1410
  .k-button.k-button-outline.k-button-outline-primary .k-button-text{
1411
1411
  color: k-color( primary );
1412
- padding-right: $fk-kendo-padding-sm-x;
1413
1412
  padding-left: $fk-kendo-padding-sm-x;
1413
+ padding-right: $fk-kendo-padding-sm-x;
1414
1414
 
1415
1415
  }
1416
1416
  .k-button.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg{
@@ -1449,9 +1449,9 @@
1449
1449
 
1450
1450
  }
1451
1451
  .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-hover,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-state-hover,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-state-hovered,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link:hover{
1452
- color: inherit;
1453
- background-color: initial;
1452
+ background-color: initial;
1454
1453
  background-image: $fk-feather-hover-on-surface-gradient;
1454
+ color: inherit;
1455
1455
 
1456
1456
  }
1457
1457
  .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item.k-focus .k-link.k-menu-link,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item.k-state-focus .k-link.k-menu-link,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item.k-state-focused .k-link.k-menu-link,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item:focus .k-link.k-menu-link{
@@ -1492,18 +1492,18 @@
1492
1492
 
1493
1493
  }
1494
1494
  .k-numerictextbox.k-input.k-disabled.k-input-solid,.k-numerictextbox.k-input.k-state-disabled.k-input-solid,.k-numerictextbox.k-input:disabled.k-input-solid{
1495
- color: $fk-feather-disabled-text-on-surface;
1496
- background-color: initial;
1495
+ background-color: initial;
1496
+ color: $fk-feather-disabled-text-on-surface;
1497
1497
 
1498
1498
  }
1499
1499
  .k-numerictextbox.k-input.k-disabled,.k-numerictextbox.k-input.k-state-disabled,.k-numerictextbox.k-input:disabled{
1500
1500
  background-image: none;
1501
- visibility: visible;
1502
- opacity: unset;
1503
1501
  border-bottom-color: $fk-feather-disabled-text-on-surface;
1504
1502
  border-left-color: $fk-feather-disabled-text-on-surface;
1505
1503
  border-right-color: $fk-feather-disabled-text-on-surface;
1506
1504
  border-top-color: $fk-feather-disabled-text-on-surface;
1505
+ opacity: unset;
1506
+ visibility: visible;
1507
1507
 
1508
1508
  }
1509
1509
  .k-numerictextbox.k-input.k-disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon,.k-numerictextbox.k-input.k-state-disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon,.k-numerictextbox.k-input:disabled .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon{
@@ -1527,11 +1527,11 @@
1527
1527
 
1528
1528
  }
1529
1529
  .k-numerictextbox.k-input.k-invalid.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-touched.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-dirty.k-input-solid{
1530
- color: k-color( error );
1531
- border-bottom-color: $fk-kendo-input-invalid-border;
1530
+ border-bottom-color: $fk-kendo-input-invalid-border;
1532
1531
  border-left-color: $fk-kendo-input-invalid-border;
1533
1532
  border-right-color: $fk-kendo-input-invalid-border;
1534
1533
  border-top-color: $fk-kendo-input-invalid-border;
1534
+ color: k-color( error );
1535
1535
 
1536
1536
  }
1537
1537
  .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-today .k-link{
@@ -1589,12 +1589,12 @@
1589
1589
  .k-button.k-disabled.k-button-solid-primary,.k-button.k-state-disabled.k-button-solid-primary,.k-button:disabled.k-button-solid-primary{
1590
1590
  background-color: $fk-feather-border-light-on-surface;
1591
1591
  background-image: none;
1592
- opacity: 100%;
1593
1592
  border-bottom-style: none;
1594
1593
  border-left-style: none;
1595
1594
  border-right-style: none;
1596
1595
  border-top-style: none;
1597
1596
  color: $fk-feather-disabled-text-on-surface;
1597
+ opacity: 100%;
1598
1598
 
1599
1599
  }
1600
1600
  .k-button.k-disabled.k-button-solid-base, .k-button.k-state-disabled.k-button-solid-base, .k-button:disabled.k-button-solid-base{
@@ -1633,8 +1633,8 @@
1633
1633
 
1634
1634
  }
1635
1635
  .k-button.k-selected{
1636
- color: $fk-feather-primary-text-on-color;
1637
- background-image: $fk-feather-selected-on-surface-gradient;
1636
+ background-image: $fk-feather-selected-on-surface-gradient;
1637
+ color: $fk-feather-primary-text-on-color;
1638
1638
 
1639
1639
  }
1640
1640
  .k-button.k-selected.k-button-solid-base{
@@ -1649,11 +1649,11 @@
1649
1649
 
1650
1650
  }
1651
1651
  .k-button-group .k-button{
1652
- transition-property: all;
1652
+ border-inline-start-width: 2px;
1653
+ box-shadow: inset 1px 0px 0px 0px $fk-kendo-button-border,inset -1px 0px 0px 0px $fk-kendo-button-border;
1653
1654
  transition-duration: 280ms;
1655
+ transition-property: all;
1654
1656
  z-index: 1;
1655
- border-inline-start-width: 2px;
1656
- box-shadow: inset 1px 0px 0px 0px $fk-kendo-button-border,inset -1px 0px 0px 0px $fk-kendo-button-border;
1657
1657
 
1658
1658
  }
1659
1659
  .k-button.k-selected.k-button-outline.k-button-outline-base{
@@ -1680,17 +1680,17 @@
1680
1680
 
1681
1681
  }
1682
1682
  .k-chip.k-chip-outline.k-selected{
1683
- color: $fk-feather-primary-text-on-color;
1684
- background-color: $fk-kendo-chip-outline-selected-bg;
1683
+ background-color: $fk-kendo-chip-outline-selected-bg;
1685
1684
  background-image: none;
1685
+ color: $fk-feather-primary-text-on-color;
1686
1686
 
1687
1687
  }
1688
1688
  .k-chip.k-chip-outline.k-disabled.k-chip-outline-base,.k-chip.k-chip-outline.k-state-disabled.k-chip-outline-base,.k-chip.k-chip-outline:disabled.k-chip-outline-base{
1689
- border-bottom-color: $fk-feather-border-on-surface;
1689
+ background-color: $fk-feather-border-light-on-surface;
1690
+ border-bottom-color: $fk-feather-border-on-surface;
1690
1691
  border-left-color: $fk-feather-border-on-surface;
1691
1692
  border-right-color: $fk-feather-border-on-surface;
1692
1693
  border-top-color: $fk-feather-border-on-surface;
1693
- background-color: $fk-feather-border-light-on-surface;
1694
1694
  color: $fk-feather-disabled-text-on-surface;
1695
1695
 
1696
1696
  }
@@ -1699,17 +1699,17 @@
1699
1699
 
1700
1700
  }
1701
1701
  .k-textarea.k-input .k-input-inner{
1702
- min-height: $fk-feather-container-height-lg;
1702
+ color: $fk-kendo-input-text;
1703
+ min-height: $fk-feather-container-height-lg;
1703
1704
  min-width: 148px;
1704
- padding-top: $fk-kendo-input-lg-padding-y;
1705
1705
  padding-bottom: $fk-kendo-input-lg-padding-y;
1706
- color: $fk-kendo-input-text;
1706
+ padding-top: $fk-kendo-input-lg-padding-y;
1707
1707
 
1708
1708
  }
1709
1709
  .k-textarea.k-input{
1710
1710
  height: auto;
1711
- transition-property: all;
1712
1711
  transition-duration: 280ms;
1712
+ transition-property: all;
1713
1713
  transition-timing-function: ease-out;
1714
1714
 
1715
1715
  }
@@ -1768,21 +1768,21 @@
1768
1768
 
1769
1769
  }
1770
1770
  .k-maskedtextbox.k-input.k-disabled,.k-maskedtextbox.k-input.k-state-disabled,.k-maskedtextbox.k-input:disabled{
1771
- opacity: unset;
1772
- outline-color: transparent;
1773
- outline-style: none;
1774
- border-bottom-style: solid;
1771
+ border-bottom-style: solid;
1775
1772
  border-left-style: solid;
1776
1773
  border-right-style: solid;
1777
1774
  border-top-style: solid;
1775
+ opacity: unset;
1776
+ outline-color: transparent;
1777
+ outline-style: none;
1778
1778
 
1779
1779
  }
1780
1780
  .k-maskedtextbox.k-input.k-disabled.k-input-solid,.k-maskedtextbox.k-input.k-state-disabled.k-input-solid,.k-maskedtextbox.k-input:disabled.k-input-solid{
1781
- color: $fk-feather-disabled-text-on-surface;
1782
- border-bottom-color: k-color( border );
1781
+ border-bottom-color: k-color( border );
1783
1782
  border-left-color: k-color( border );
1784
1783
  border-right-color: k-color( border );
1785
1784
  border-top-color: k-color( border );
1785
+ color: $fk-feather-disabled-text-on-surface;
1786
1786
 
1787
1787
  }
1788
1788
  .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon{
@@ -1835,11 +1835,11 @@
1835
1835
 
1836
1836
  }
1837
1837
  .k-dateinput.k-input.k-disabled.k-input-solid,.k-dateinput.k-input.k-state-disabled.k-input-solid,.k-dateinput.k-input:disabled.k-input-solid{
1838
- color: $fk-feather-disabled-text-on-surface;
1839
- border-bottom-color: $fk-feather-disabled-text-on-surface;
1838
+ border-bottom-color: $fk-feather-disabled-text-on-surface;
1840
1839
  border-left-color: $fk-feather-disabled-text-on-surface;
1841
1840
  border-right-color: $fk-feather-disabled-text-on-surface;
1842
1841
  border-top-color: $fk-feather-disabled-text-on-surface;
1842
+ color: $fk-feather-disabled-text-on-surface;
1843
1843
 
1844
1844
  }
1845
1845
  .k-datepicker.k-input.k-hover.k-input-solid,.k-datepicker.k-input.k-state-hover.k-input-solid,.k-datepicker.k-input.k-state-hovered.k-input-solid,.k-datepicker.k-input:hover.k-input-solid{
@@ -1890,17 +1890,17 @@
1890
1890
 
1891
1891
  }
1892
1892
  .k-timepicker.k-input.k-disabled.k-input-solid,.k-timepicker.k-input.k-state-disabled.k-input-solid,.k-timepicker.k-input:disabled.k-input-solid{
1893
- color: $fk-feather-disabled-text-on-surface;
1894
- border-bottom-color: $fk-feather-border-on-surface;
1893
+ border-bottom-color: $fk-feather-border-on-surface;
1895
1894
  border-left-color: $fk-feather-border-on-surface;
1896
1895
  border-right-color: $fk-feather-border-on-surface;
1897
1896
  border-top-color: $fk-feather-border-on-surface;
1897
+ color: $fk-feather-disabled-text-on-surface;
1898
1898
 
1899
1899
  }
1900
1900
  .k-timepicker.k-input.k-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button,.k-timepicker.k-input.k-state-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button,.k-timepicker.k-input:disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
1901
- color: $fk-feather-disabled-text-on-surface;
1902
- background-color: initial;
1901
+ background-color: initial;
1903
1902
  background-image: none;
1903
+ color: $fk-feather-disabled-text-on-surface;
1904
1904
 
1905
1905
  }
1906
1906
  .k-timepicker.k-input.k-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-icon.k-svg-icon.k-button-icon,.k-timepicker.k-input.k-state-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-icon.k-svg-icon.k-button-icon,.k-timepicker.k-input:disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-icon.k-svg-icon.k-button-icon{
@@ -1916,11 +1916,11 @@
1916
1916
 
1917
1917
  }
1918
1918
  .k-datetimepicker.k-input.k-hover.k-input-solid,.k-datetimepicker.k-input.k-state-hover.k-input-solid,.k-datetimepicker.k-input.k-state-hovered.k-input-solid,.k-datetimepicker.k-input:hover.k-input-solid{
1919
- color: $fk-feather-primary-text-on-surface;
1920
- border-bottom-color: currentcolor;
1919
+ border-bottom-color: currentcolor;
1921
1920
  border-left-color: currentcolor;
1922
1921
  border-right-color: currentcolor;
1923
1922
  border-top-color: currentcolor;
1923
+ color: $fk-feather-primary-text-on-surface;
1924
1924
 
1925
1925
  }
1926
1926
  .k-datetimepicker.k-input.k-hover,.k-datetimepicker.k-input.k-state-hover,.k-datetimepicker.k-input.k-state-hovered,.k-datetimepicker.k-input:hover{
@@ -1953,11 +1953,11 @@
1953
1953
 
1954
1954
  }
1955
1955
  .k-datetimepicker.k-input.k-disabled.k-input-solid,.k-datetimepicker.k-input.k-state-disabled.k-input-solid,.k-datetimepicker.k-input:disabled.k-input-solid{
1956
- color: $fk-feather-disabled-text-on-surface;
1957
- border-bottom-color: $fk-feather-border-on-surface;
1956
+ border-bottom-color: $fk-feather-border-on-surface;
1958
1957
  border-left-color: $fk-feather-border-on-surface;
1959
1958
  border-right-color: $fk-feather-border-on-surface;
1960
1959
  border-top-color: $fk-feather-border-on-surface;
1960
+ color: $fk-feather-disabled-text-on-surface;
1961
1961
 
1962
1962
  }
1963
1963
  .k-datetimepicker.k-input.k-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-button-icon.k-icon.k-svg-icon,.k-datetimepicker.k-input.k-state-disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-button-icon.k-icon.k-svg-icon,.k-datetimepicker.k-input:disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button .k-button-icon.k-icon.k-svg-icon{
@@ -1974,21 +1974,21 @@
1974
1974
  background-image: linear-gradient(transparent, transparent);
1975
1975
  border-bottom-style: none;
1976
1976
  border-left-style: none;
1977
- border-right-style: solid;
1978
- border-top-style: none;
1979
1977
  border-right-color: $fk-kendo-button-border;
1978
+ border-right-style: solid;
1980
1979
  border-right-width: $fk-kendo-button-border-width;
1980
+ border-top-style: none;
1981
1981
 
1982
1982
  }
1983
1983
  .k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-group-end,.k-datetime-wrap .k-datetime-buttongroup .k-button-group.k-button-group-stretched .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md:last-child{
1984
1984
  background-color: $fk-feather-surface-shade-1;
1985
1985
  background-image: linear-gradient(transparent, transparent);
1986
1986
  border-bottom-style: none;
1987
+ border-left-color: $fk-kendo-button-border;
1987
1988
  border-left-style: solid;
1989
+ border-left-width: $fk-kendo-button-border-width;
1988
1990
  border-right-style: none;
1989
1991
  border-top-style: none;
1990
- border-left-color: $fk-kendo-button-border;
1991
- border-left-width: $fk-kendo-button-border-width;
1992
1992
  box-shadow: none;
1993
1993
 
1994
1994
  }
@@ -2068,8 +2068,8 @@
2068
2068
 
2069
2069
  }
2070
2070
  .k-button-group .k-button.k-button-outline.k-group-end,.k-button-group .k-button.k-button-outline:last-child{
2071
- border-top-right-radius: $fk-kendo-border-radius-md;
2072
- border-bottom-right-radius: $fk-kendo-border-radius-md;
2071
+ border-bottom-right-radius: $fk-kendo-border-radius-md;
2072
+ border-top-right-radius: $fk-kendo-border-radius-md;
2073
2073
  box-shadow: inset 0px 0px 0px 1px currentcolor;
2074
2074
 
2075
2075
  }
@@ -2113,12 +2113,12 @@
2113
2113
 
2114
2114
  }
2115
2115
  .k-numerictextbox.k-input{
2116
- transition-property: all;
2116
+ align-items: center;
2117
+ font-variant-numeric: tabular-nums;
2118
+ height: $fk-feather-container-height-lg;
2117
2119
  transition-duration: 280ms;
2120
+ transition-property: all;
2118
2121
  transition-timing-function: ease-out;
2119
- height: $fk-feather-container-height-lg;
2120
- font-variant-numeric: tabular-nums;
2121
- align-items: center;
2122
2122
 
2123
2123
  }
2124
2124
  .k-numerictextbox.k-input.k-input-md{
@@ -2126,16 +2126,16 @@
2126
2126
 
2127
2127
  }
2128
2128
  .k-maskedtextbox.k-input{
2129
- transition-property: all;
2130
- transition-duration: 280ms;
2129
+ transition-duration: 280ms;
2130
+ transition-property: all;
2131
2131
  transition-timing-function: ease-out;
2132
2132
 
2133
2133
  }
2134
2134
  .k-dateinput.k-input{
2135
- transition-property: all;
2135
+ height: $fk-feather-container-height-lg;
2136
2136
  transition-duration: 280ms;
2137
+ transition-property: all;
2137
2138
  transition-timing-function: ease-out;
2138
- height: $fk-feather-container-height-lg;
2139
2139
 
2140
2140
  }
2141
2141
  .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th .k-cell-inner .k-link .k-column-title,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th .k-cell-inner .k-link .k-column-title{
@@ -2145,13 +2145,13 @@
2145
2145
  }
2146
2146
  .k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-focus,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-state-focus,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-state-focused,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th:focus,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-focus,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-state-focus,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-state-focused,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th:focus{
2147
2147
  @extend %fk-effects-feather-focus-inner-on-surface;
2148
- border-bottom-left-radius: 2px;
2148
+ border-bottom-color: $fk-feather-border-on-surface;
2149
+ border-bottom-left-radius: 2px;
2149
2150
  border-bottom-right-radius: 2px;
2150
- border-top-left-radius: 2px;
2151
- border-top-right-radius: 2px;
2152
- border-bottom-color: $fk-feather-border-on-surface;
2153
2151
  border-bottom-style: hidden;
2154
2152
  border-bottom-width: 1px;
2153
+ border-top-left-radius: 2px;
2154
+ border-top-right-radius: 2px;
2155
2155
 
2156
2156
  }
2157
2157
  .k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-hover.k-button-solid-primary,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-state-hover.k-button-solid-primary,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-state-hovered.k-button-solid-primary,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command:hover.k-button-solid-primary{
@@ -2199,9 +2199,9 @@
2199
2199
  .k-grid.k-grid-md .k-table-thead .k-table-row.k-filter-row .k-table-th .k-filtercell,.k-grid.k-grid-md .k-grid-header .k-table-row.k-filter-row .k-table-th .k-filtercell{
2200
2200
  align-items: stretch;
2201
2201
  align-self: center;
2202
- justify-content: start;
2203
- flex-direction: row;
2204
2202
  display: flex;
2203
+ flex-direction: row;
2204
+ justify-content: start;
2205
2205
 
2206
2206
  }
2207
2207
  .k-pager .k-pager-sizes .k-dropdownlist .k-input-inner .k-input-value-text{
@@ -2256,14 +2256,14 @@
2256
2256
 
2257
2257
  }
2258
2258
  .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected .k-list-item-text{
2259
- position: relative;
2260
- left: -3px;
2259
+ left: -3px;
2260
+ position: relative;
2261
2261
 
2262
2262
  }
2263
2263
  .k-datepicker.k-input{
2264
2264
  height: $fk-feather-container-height-lg;
2265
- transition-property: all;
2266
2265
  transition-duration: 280ms;
2266
+ transition-property: all;
2267
2267
  transition-timing-function: ease-out;
2268
2268
 
2269
2269
  }
@@ -2276,10 +2276,10 @@
2276
2276
  }
2277
2277
  .k-timepicker.k-input{
2278
2278
  height: $fk-feather-container-height-lg;
2279
+ min-width: unset;
2279
2280
  transition-duration: 280ms;
2280
2281
  transition-property: all;
2281
2282
  transition-timing-function: ease-out;
2282
- min-width: unset;
2283
2283
 
2284
2284
  }
2285
2285
  .k-timepicker.k-input.k-input-solid{
@@ -2291,8 +2291,8 @@
2291
2291
  }
2292
2292
  .k-datetimepicker.k-input{
2293
2293
  height: $fk-feather-container-height-lg;
2294
- transition-property: all;
2295
2294
  transition-duration: 280ms;
2295
+ transition-property: all;
2296
2296
  transition-timing-function: ease-out;
2297
2297
 
2298
2298
  }
@@ -2305,9 +2305,9 @@
2305
2305
  }
2306
2306
  .k-datetimepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
2307
2307
  align-items: center;
2308
+ aspect-ratio: 1/1;
2308
2309
  color: $fk-feather-icon-on-neutral;
2309
2310
  height: 100%;
2310
- aspect-ratio: 1/1;
2311
2311
  width: unset;
2312
2312
 
2313
2313
  }
@@ -2317,11 +2317,11 @@
2317
2317
 
2318
2318
  }
2319
2319
  .k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected{
2320
- box-shadow: inset 4px 0px 0px 0px $fk-feather-primary;
2321
- border-bottom-style: none;
2320
+ border-bottom-style: none;
2322
2321
  border-left-style: none;
2323
2322
  border-right-style: none;
2324
2323
  border-top-style: none;
2324
+ box-shadow: inset 4px 0px 0px 0px $fk-feather-primary;
2325
2325
 
2326
2326
  }
2327
2327
  .k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-focus,.k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-focus,.k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-focused,.k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item:focus{
@@ -2332,8 +2332,8 @@
2332
2332
 
2333
2333
  }
2334
2334
  .k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected .k-list-item-text{
2335
- position: relative;
2336
- left: -2px;
2335
+ left: -2px;
2336
+ position: relative;
2337
2337
 
2338
2338
  }
2339
2339
  .k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button.k-hover,.k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button.k-state-hover,.k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button.k-state-hovered,.k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button:hover{
@@ -2385,17 +2385,17 @@
2385
2385
 
2386
2386
  }
2387
2387
  .k-autocomplete.k-input{
2388
- height: $fk-feather-container-height-lg;
2389
- background-image: none;
2388
+ background-image: none;
2389
+ height: $fk-feather-container-height-lg;
2390
2390
 
2391
2391
  }
2392
2392
  .k-autocomplete.k-input.k-input-solid{
2393
- color: $fk-feather-secondary-text-on-surface;
2393
+ background-color: initial;
2394
2394
  border-bottom-color: $fk-feather-secondary-text-on-surface;
2395
2395
  border-left-color: $fk-feather-secondary-text-on-surface;
2396
2396
  border-right-color: $fk-feather-secondary-text-on-surface;
2397
2397
  border-top-color: $fk-feather-secondary-text-on-surface;
2398
- background-color: initial;
2398
+ color: $fk-feather-secondary-text-on-surface;
2399
2399
 
2400
2400
  }
2401
2401
  .k-autocomplete.k-input.k-hover.k-input-solid,.k-autocomplete.k-input.k-state-hover.k-input-solid,.k-autocomplete.k-input.k-state-hovered.k-input-solid,.k-autocomplete.k-input:hover.k-input-solid{
@@ -2455,12 +2455,12 @@
2455
2455
 
2456
2456
  }
2457
2457
  .k-autocomplete .k-clear-value{
2458
- width: $fk-feather-container-height-xs;
2458
+ color: $fk-feather-icon-on-neutral;
2459
2459
  height: $fk-feather-container-height-xs;
2460
- margin-right: 4px;
2461
2460
  margin-left: 4px;
2462
- color: $fk-feather-icon-on-neutral;
2461
+ margin-right: 4px;
2463
2462
  opacity: 100%;
2463
+ width: $fk-feather-container-height-xs;
2464
2464
 
2465
2465
  }
2466
2466
  .k-autocomplete .k-clear-value.k-hover,.k-autocomplete .k-clear-value.k-state-hover,.k-autocomplete .k-clear-value.k-state-hovered,.k-autocomplete .k-clear-value:hover{
@@ -2527,8 +2527,8 @@
2527
2527
  }
2528
2528
  .k-numerictextbox.k-input .k-input-inner{
2529
2529
  @extend %fk-typography-feather-body-small;
2530
- height: auto;
2531
- color: $fk-kendo-input-text;
2530
+ color: $fk-kendo-input-text;
2531
+ height: auto;
2532
2532
 
2533
2533
  }
2534
2534
  .k-maskedtextbox.k-input .k-input-inner{
@@ -2542,11 +2542,11 @@
2542
2542
 
2543
2543
  }
2544
2544
  .k-textbox.k-input.k-disabled,.k-textbox.k-input.k-state-disabled,.k-textbox.k-input:disabled{
2545
- opacity: unset;
2546
- border-bottom-color: k-color( border );
2545
+ border-bottom-color: k-color( border );
2547
2546
  border-left-color: k-color( border );
2548
2547
  border-right-color: k-color( border );
2549
2548
  border-top-color: k-color( border );
2549
+ opacity: unset;
2550
2550
 
2551
2551
  }
2552
2552
  .k-textbox.k-input.k-disabled.k-input-solid,.k-textbox.k-input.k-state-disabled.k-input-solid,.k-textbox.k-input:disabled.k-input-solid{
@@ -2588,23 +2588,23 @@
2588
2588
 
2589
2589
  }
2590
2590
  .k-grid.k-grid-md .k-table-thead .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-filtercell-operator .k-dropdownlist.k-picker.k-dropdown-operator.k-picker-md.k-rounded-md.k-picker-solid .k-input-button.k-button.k-icon-button.k-button-md.k-button-solid.k-button-solid-base,.k-grid.k-grid-md .k-grid-header .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-filtercell-operator .k-dropdownlist.k-picker.k-dropdown-operator.k-picker-md.k-rounded-md.k-picker-solid .k-input-button.k-button.k-icon-button.k-button-md.k-button-solid.k-button-solid-base{
2591
- height: 100%;
2592
- display: flex;
2591
+ display: flex;
2592
+ height: 100%;
2593
2593
 
2594
2594
  }
2595
2595
  .k-grid.k-grid-md .k-table-thead .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-filtercell-operator,.k-grid.k-grid-md .k-grid-header .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-filtercell-operator{
2596
- height: 100%;
2596
+ align-items: stretch;
2597
2597
  display: flex;
2598
- align-items: stretch;
2598
+ height: 100%;
2599
2599
  width: $fk-feather-container-height-xs;
2600
2600
 
2601
2601
  }
2602
2602
  .k-column-menu.k-grid-columnmenu-popup.k-popup .k-columnmenu-item-wrapper .k-columnmenu-item{
2603
- height: $fk-feather-container-height-sm;
2603
+ align-items: center;
2604
+ column-gap: 4px;
2604
2605
  display: flex;
2605
- align-items: center;
2606
+ height: $fk-feather-container-height-sm;
2606
2607
  justify-content: start;
2607
- column-gap: 4px;
2608
2608
 
2609
2609
  }
2610
2610
  .k-column-menu.k-grid-columnmenu-popup.k-popup .k-columnmenu-item-wrapper{
@@ -2631,8 +2631,8 @@
2631
2631
  .k-dropdowntree{
2632
2632
  background-image: none;
2633
2633
  min-height: $fk-feather-container-height-lg;
2634
- transition-property: all;
2635
2634
  transition-duration: 280ms;
2635
+ transition-property: all;
2636
2636
  transition-timing-function: ease-out;
2637
2637
 
2638
2638
  }
@@ -2682,12 +2682,12 @@
2682
2682
 
2683
2683
  }
2684
2684
  .k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf{
2685
- padding-top: $fk-feather-spacing-xs;
2686
- padding-bottom: $fk-feather-spacing-xs;
2687
- padding-right: $fk-feather-spacing-m;
2685
+ padding-bottom: $fk-feather-spacing-xs;
2688
2686
  padding-left: $fk-feather-spacing-m;
2689
- transition-property: all;
2687
+ padding-right: $fk-feather-spacing-m;
2688
+ padding-top: $fk-feather-spacing-xs;
2690
2689
  transition-duration: 280ms;
2690
+ transition-property: all;
2691
2691
  transition-timing-function: ease-out;
2692
2692
 
2693
2693
  }
@@ -2706,9 +2706,9 @@
2706
2706
 
2707
2707
  }
2708
2708
  .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-active,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-active,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item:active{
2709
- color: k-color( primary );
2710
- background-color: initial;
2709
+ background-color: initial;
2711
2710
  background-image: $fk-feather-active-on-surface-gradient;
2711
+ color: k-color( primary );
2712
2712
 
2713
2713
  }
2714
2714
  .k-form .k-form-fieldset .k-form-field{
@@ -2719,24 +2719,24 @@
2719
2719
  @extend %fk-typography-feather-body-small;
2720
2720
  align-items: start;
2721
2721
  align-self: stretch;
2722
- justify-content: start;
2723
- height: 80px;
2722
+ color: $fk-feather-secondary-text-on-surface;
2724
2723
  display: flex;
2725
2724
  flex-direction: row;
2726
- color: $fk-feather-secondary-text-on-surface;
2725
+ height: 80px;
2726
+ justify-content: start;
2727
2727
 
2728
2728
  }
2729
2729
  .k-form.k-form-horizontal .k-form-fieldset{
2730
- display: flex;
2731
- flex-direction: column;
2732
- align-items: stretch;
2733
- row-gap: 12px;
2730
+ align-items: stretch;
2734
2731
  align-self: stretch;
2735
- justify-content: start;
2736
2732
  border-bottom-style: none;
2737
2733
  border-left-style: none;
2738
2734
  border-right-style: none;
2739
2735
  border-top-style: none;
2736
+ display: flex;
2737
+ flex-direction: column;
2738
+ justify-content: start;
2739
+ row-gap: 12px;
2740
2740
 
2741
2741
  }
2742
2742
  .k-form .k-form-fieldset{
@@ -2752,9 +2752,9 @@
2752
2752
  .k-form.k-form-horizontal .k-label .k-label-optional{
2753
2753
  color: $fk-feather-secondary-text-on-surface;
2754
2754
  font-family: inter;
2755
- font-weight: 500;
2756
2755
  font-size: $fk-feather-font-size-sm;
2757
2756
  font-style: normal;
2757
+ font-weight: 500;
2758
2758
 
2759
2759
  }
2760
2760
  .k-form.k-form-horizontal .k-form-fieldset .k-form-field .k-form-field-wrap{
@@ -2763,12 +2763,12 @@
2763
2763
 
2764
2764
  }
2765
2765
  .k-form .k-label .k-label-optional{
2766
- font-style: normal;
2766
+ color: $fk-feather-secondary-text-on-surface;
2767
2767
  font-family: Inter;
2768
- font-weight: 500;
2769
2768
  font-size: $fk-feather-font-size-md;
2769
+ font-style: normal;
2770
+ font-weight: 500;
2770
2771
  line-height: 1.4285714286em;
2771
- color: $fk-feather-secondary-text-on-surface;
2772
2772
 
2773
2773
  }
2774
2774
  .k-list-filter .k-textbox.k-textbox.k-focus,.k-list-filter .k-textbox.k-textbox.k-state-focus,.k-list-filter .k-textbox.k-textbox.k-state-focused,.k-list-filter .k-textbox.k-textbox:focus{
@@ -2788,9 +2788,9 @@
2788
2788
 
2789
2789
  }
2790
2790
  .k-multiselect.k-input .k-input-values{
2791
- padding-right: 4px;
2791
+ column-gap: 4px;
2792
2792
  padding-left: 4px;
2793
- column-gap: 4px;
2793
+ padding-right: 4px;
2794
2794
 
2795
2795
  }
2796
2796
  .k-multiselect.k-input .k-input-values .k-input-inner{
@@ -2881,10 +2881,10 @@
2881
2881
 
2882
2882
  }
2883
2883
  .k-popover .k-popover-callout.k-callout-w{
2884
- border-top-left-radius: 0px;
2885
- border-top-right-radius: 0px;
2884
+ border-bottom-left-radius: 4px;
2886
2885
  border-bottom-right-radius: 0px;
2887
- border-bottom-left-radius: 4px;
2886
+ border-top-left-radius: 0px;
2887
+ border-top-right-radius: 0px;
2888
2888
  left: 5px;
2889
2889
 
2890
2890
  }
@@ -2905,31 +2905,31 @@
2905
2905
 
2906
2906
  }
2907
2907
  .k-colorgradient{
2908
- width: 304px;
2909
- border-bottom-left-radius: 8px;
2908
+ border-bottom-left-radius: 8px;
2910
2909
  border-bottom-right-radius: 8px;
2911
2910
  border-top-left-radius: 8px;
2912
2911
  border-top-right-radius: 8px;
2913
- transition-property: box-shadow;
2914
2912
  transition-duration: 280ms;
2913
+ transition-property: box-shadow;
2915
2914
  transition-timing-function: ease-out;
2915
+ width: 304px;
2916
2916
 
2917
2917
  }
2918
2918
  .k-colorgradient .k-colorgradient-inputs.k-hstack{
2919
- justify-content: space-between;
2920
- align-items: stretch;
2919
+ align-items: stretch;
2921
2920
  align-self: stretch;
2922
- column-gap: 8px;
2923
- padding-top: 20px;
2924
- border-top-width: 1px;
2925
2921
  border-top-color: $fk-feather-border-on-surface;
2926
2922
  border-top-style: solid;
2927
- margin-top: 4px;
2928
- margin-right: -12px;
2923
+ border-top-width: 1px;
2924
+ column-gap: 8px;
2925
+ justify-content: space-between;
2929
2926
  margin-left: -12px;
2930
- padding-right: 16px;
2931
- padding-left: 8px;
2927
+ margin-right: -12px;
2928
+ margin-top: 4px;
2932
2929
  padding-bottom: 4px;
2930
+ padding-left: 8px;
2931
+ padding-right: 16px;
2932
+ padding-top: 20px;
2933
2933
 
2934
2934
  }
2935
2935
  .k-colorgradient .k-colorgradient-inputs.k-hstack .k-vstack .k-input.k-numerictextbox.k-input-solid{
@@ -2941,8 +2941,8 @@
2941
2941
 
2942
2942
  }
2943
2943
  .k-colorgradient .k-colorgradient-inputs.k-hstack .k-vstack .k-colorgradient-input-label{
2944
- margin-top: 2px;
2945
- color: $fk-feather-secondary-text-on-surface;
2944
+ color: $fk-feather-secondary-text-on-surface;
2945
+ margin-top: 2px;
2946
2946
 
2947
2947
  }
2948
2948
  .k-colorgradient.k-focus,.k-colorgradient.k-state-focus,.k-colorgradient.k-state-focused,.k-colorgradient:focus{
@@ -2958,15 +2958,15 @@
2958
2958
  }
2959
2959
  .k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input.k-state-focus-within,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input:focus-within{
2960
2960
  @extend %fk-effects-feather-focus-outer-on-surface;
2961
- border-top-style: solid;
2962
- border-top-width: $fk-kendo-input-border-width;
2963
- border-bottom-color: transparent;
2964
- border-left-color: transparent;
2965
- border-right-color: transparent;
2966
- border-top-color: transparent;
2961
+ border-bottom-color: transparent;
2967
2962
  border-bottom-style: solid;
2963
+ border-left-color: transparent;
2968
2964
  border-left-style: solid;
2965
+ border-right-color: transparent;
2969
2966
  border-right-style: solid;
2967
+ border-top-color: transparent;
2968
+ border-top-style: solid;
2969
+ border-top-width: $fk-kendo-input-border-width;
2970
2970
 
2971
2971
  }
2972
2972
  .k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input{
@@ -2990,17 +2990,17 @@
2990
2990
  .feather-ks-notification-flat.k-notification{
2991
2991
  @extend %fk-effects-tb-internal-none-effects;
2992
2992
  @extend %fk-typography-feather-body-small;
2993
- border-bottom-style: none;
2993
+ background-color: initial;
2994
+ background-image: none;
2995
+ border-bottom-style: none;
2994
2996
  border-left-style: none;
2995
2997
  border-right-style: none;
2996
2998
  border-top-style: none;
2997
2999
  color: $fk-feather-secondary-text-on-surface;
2998
3000
  column-gap: 8px;
2999
- background-color: initial;
3000
- background-image: none;
3001
3001
  height: 1.25rem;
3002
- margin-top: 12px;
3003
3002
  margin-bottom: 12px;
3003
+ margin-top: 12px;
3004
3004
 
3005
3005
  }
3006
3006
  .feather-ks-notification-flat.k-notification.k-notification-success{
@@ -3047,12 +3047,12 @@
3047
3047
 
3048
3048
  }
3049
3049
  .k-multiselecttree.k-input .k-input-values.k-chip-list{
3050
- padding-right: $fk-feather-spacing-xs;
3050
+ column-gap: $fk-feather-spacing-min;
3051
+ padding-bottom: $fk-feather-spacing-min;
3051
3052
  padding-left: $fk-feather-spacing-xs;
3052
- row-gap: $fk-feather-spacing-min;
3053
- column-gap: $fk-feather-spacing-min;
3053
+ padding-right: $fk-feather-spacing-xs;
3054
3054
  padding-top: $fk-feather-spacing-min;
3055
- padding-bottom: $fk-feather-spacing-min;
3055
+ row-gap: $fk-feather-spacing-min;
3056
3056
 
3057
3057
  }
3058
3058
  .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-active,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-state-active,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link:active{
@@ -3083,8 +3083,8 @@
3083
3083
 
3084
3084
  }
3085
3085
  .k-split-button.k-button-group.k-focus .k-button.k-icon-button.k-split-button-arrow,.k-split-button.k-button-group.k-state-focus .k-button.k-icon-button.k-split-button-arrow,.k-split-button.k-button-group.k-state-focused .k-button.k-icon-button.k-split-button-arrow,.k-split-button.k-button-group:focus .k-button.k-icon-button.k-split-button-arrow{
3086
- z-index: 1;
3087
- box-shadow: inset 0px 0px 0px 2px $fk-feather-primary;
3086
+ box-shadow: inset 0px 0px 0px 2px $fk-feather-primary;
3087
+ z-index: 1;
3088
3088
 
3089
3089
  }
3090
3090
  .k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link .k-menu-link-text{
@@ -3133,9 +3133,9 @@
3133
3133
 
3134
3134
  }
3135
3135
  .k-colorpicker.k-picker.k-icon-picker .k-input-inner{
3136
- width: 2em;
3137
- height: 2em;
3136
+ height: 2em;
3138
3137
  visibility: visible;
3138
+ width: 2em;
3139
3139
 
3140
3140
  }
3141
3141
  .k-colorpicker.k-picker.k-icon-picker.k-hover.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-hover.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-hovered.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker:hover.k-picker-solid{
@@ -3162,22 +3162,22 @@
3162
3162
 
3163
3163
  }
3164
3164
  .k-colorpicker.k-picker.k-icon-picker.k-disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask::before,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask::before,.k-colorpicker.k-picker.k-icon-picker:disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask::before{
3165
- visibility: visible;
3166
- background-color: $fk-feather-disabled-text-on-surface;
3165
+ background-color: $fk-feather-disabled-text-on-surface;
3167
3166
  background-image: none;
3167
+ visibility: visible;
3168
3168
 
3169
3169
  }
3170
3170
  .k-colorpicker.k-picker.k-icon-picker.k-disabled,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled,.k-colorpicker.k-picker.k-icon-picker:disabled{
3171
- opacity: 40%;
3172
- background-image: linear-gradient(transparent, transparent);
3171
+ background-image: linear-gradient(transparent, transparent);
3172
+ opacity: 40%;
3173
3173
 
3174
3174
  }
3175
3175
  .k-colorpicker.k-picker.k-icon-picker.k-disabled.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker:disabled.k-picker-solid{
3176
- color: $fk-feather-disabled-text-on-surface;
3177
- border-bottom-color: $fk-feather-disabled-text-on-surface;
3176
+ border-bottom-color: $fk-feather-disabled-text-on-surface;
3178
3177
  border-left-color: $fk-feather-disabled-text-on-surface;
3179
3178
  border-right-color: $fk-feather-disabled-text-on-surface;
3180
3179
  border-top-color: $fk-feather-disabled-text-on-surface;
3180
+ color: $fk-feather-disabled-text-on-surface;
3181
3181
 
3182
3182
  }
3183
3183
  .k-colorpicker.k-picker.k-icon-picker.k-disabled.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-picker-solid:disabled{
@@ -3193,18 +3193,18 @@
3193
3193
  }
3194
3194
  .k-popup.k-color-picker-popup{
3195
3195
  @extend %fk-effects-feather-elevation-04dp;
3196
- border-bottom-left-radius: 8px;
3196
+ border-bottom-color: $fk-feather-border-on-surface;
3197
+ border-bottom-left-radius: 8px;
3197
3198
  border-bottom-right-radius: 8px;
3198
- border-top-left-radius: 8px;
3199
- border-top-right-radius: 8px;
3200
3199
  border-bottom-width: 1px;
3201
- border-left-width: 1px;
3202
- border-right-width: 1px;
3203
- border-top-width: 1px;
3204
- border-bottom-color: $fk-feather-border-on-surface;
3205
3200
  border-left-color: $fk-feather-border-on-surface;
3201
+ border-left-width: 1px;
3206
3202
  border-right-color: $fk-feather-border-on-surface;
3203
+ border-right-width: 1px;
3207
3204
  border-top-color: $fk-feather-border-on-surface;
3205
+ border-top-left-radius: 8px;
3206
+ border-top-right-radius: 8px;
3207
+ border-top-width: 1px;
3208
3208
  padding-bottom: 4px;
3209
3209
  padding-left: 4px;
3210
3210
  padding-right: 4px;
@@ -3212,13 +3212,13 @@
3212
3212
 
3213
3213
  }
3214
3214
  .k-grid.k-grid-md{
3215
- isolation: isolate;
3215
+ background-color: initial;
3216
+ background-image: none;
3216
3217
  border-bottom-style: none;
3217
3218
  border-left-style: none;
3218
3219
  border-right-style: none;
3219
3220
  border-top-style: none;
3220
- background-color: initial;
3221
- background-image: none;
3221
+ isolation: isolate;
3222
3222
 
3223
3223
  }
3224
3224
  div.feather-ks-spacing-min{
@@ -3284,8 +3284,8 @@
3284
3284
 
3285
3285
  }
3286
3286
  .k-button-group .k-button.k-button-outline.k-group-end.k-icon-button,.k-button-group .k-button.k-button-outline:last-child.k-icon-button{
3287
- border-top-right-radius: $fk-kendo-border-radius;
3288
- border-bottom-right-radius: $fk-feather-border-radius;
3287
+ border-bottom-right-radius: $fk-feather-border-radius;
3288
+ border-top-right-radius: $fk-kendo-border-radius;
3289
3289
 
3290
3290
  }
3291
3291
  .k-textbox.k-input.k-invalid,.k-textbox.k-input.ng-invalid.ng-touched,.k-textbox.k-input.ng-invalid.ng-dirty{
@@ -3325,8 +3325,8 @@
3325
3325
 
3326
3326
  }
3327
3327
  .k-button-group .k-button.k-group-end,.k-button-group .k-button:last-child{
3328
- z-index: 2;
3329
- box-shadow: inset 1px 0px 0px 0px $fk-kendo-button-border;
3328
+ box-shadow: inset 1px 0px 0px 0px $fk-kendo-button-border;
3329
+ z-index: 2;
3330
3330
 
3331
3331
  }
3332
3332
  .k-button-group .k-button.k-hover.k-group-start,.k-button-group .k-button.k-state-hover.k-group-start,.k-button-group .k-button.k-state-hovered.k-group-start,.k-button-group .k-button:hover.k-group-start,.k-button-group .k-button.k-hover:first-child,.k-button-group .k-button.k-state-hover:first-child,.k-button-group .k-button.k-state-hovered:first-child,.k-button-group .k-button:hover:first-child{
@@ -3355,11 +3355,11 @@
3355
3355
 
3356
3356
  }
3357
3357
  .k-input{
3358
- transition-property: all;
3358
+ background-image: none;
3359
+ height: $fk-feather-container-height-lg;
3359
3360
  transition-duration: 280ms;
3361
+ transition-property: all;
3360
3362
  transition-timing-function: ease-out;
3361
- height: $fk-feather-container-height-lg;
3362
- background-image: none;
3363
3363
 
3364
3364
  }
3365
3365
  .k-input.k-input-solid{
@@ -3385,8 +3385,8 @@
3385
3385
 
3386
3386
  }
3387
3387
  .fk-grid.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th,.fk-grid.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th{
3388
- transition-property: all;
3389
- transition-duration: 280ms;
3388
+ transition-duration: 280ms;
3389
+ transition-property: all;
3390
3390
  transition-timing-function: ease-out;
3391
3391
 
3392
3392
  }
@@ -3410,8 +3410,8 @@
3410
3410
  border-left-style: none;
3411
3411
  border-right-style: none;
3412
3412
  border-top-style: none;
3413
- text-transform: none;
3414
3413
  color: $fk-feather-primary-text-on-surface;
3414
+ text-transform: none;
3415
3415
 
3416
3416
  }
3417
3417
  .k-floating-label-container .k-floating-label .k-label-optional{
@@ -3425,31 +3425,31 @@
3425
3425
  border-top-style: none;
3426
3426
  font-family: Inter;
3427
3427
  font-weight: 600;
3428
- text-transform: none;
3429
3428
  letter-spacing: -0.125px;
3430
3429
  line-height: 1.5;
3430
+ text-transform: none;
3431
3431
 
3432
3432
  }
3433
3433
  .k-button.k-button-outline.k-button-outline-primary{
3434
- border-bottom-style: solid;
3434
+ border-bottom-color: k-color( border );
3435
+ border-bottom-style: solid;
3436
+ border-left-color: k-color( border );
3435
3437
  border-left-style: solid;
3438
+ border-right-color: k-color( border );
3436
3439
  border-right-style: solid;
3440
+ border-top-color: k-color( border );
3437
3441
  border-top-style: solid;
3438
- transition-property: all;
3439
- transition-duration: 280ms;
3440
- transition-timing-function: ease-out;
3442
+ column-gap: 0.125rem;
3441
3443
  outline-color: $fk-kendo-component-border;
3442
- border-bottom-color: k-color( border );
3443
- border-left-color: k-color( border );
3444
- border-right-color: k-color( border );
3445
- border-top-color: k-color( border );
3446
3444
  row-gap: 0px;
3447
- column-gap: 0.125rem;
3445
+ transition-duration: 280ms;
3446
+ transition-property: all;
3447
+ transition-timing-function: ease-out;
3448
3448
 
3449
3449
  }
3450
3450
  .k-switch.k-switch-on .k-switch-track{
3451
- transition-property: all;
3452
- transition-duration: 280ms;
3451
+ transition-duration: 280ms;
3452
+ transition-property: all;
3453
3453
  transition-timing-function: ease-out;
3454
3454
 
3455
3455
  }
@@ -3458,29 +3458,29 @@
3458
3458
 
3459
3459
  }
3460
3460
  .k-slider .k-draghandle.k-draghandle-end{
3461
- transition-property: box-shadow;
3462
- transition-duration: 140ms;
3461
+ transition-duration: 140ms;
3462
+ transition-property: box-shadow;
3463
3463
  transition-timing-function: ease-out;
3464
3464
 
3465
3465
  }
3466
3466
  .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease{
3467
- border-bottom-style: solid;
3467
+ background-color: initial;
3468
+ background-image: none;
3469
+ border-bottom-style: solid;
3468
3470
  border-left-style: solid;
3469
3471
  border-right-style: solid;
3470
3472
  border-top-style: solid;
3471
- background-color: initial;
3472
- background-image: none;
3473
3473
  height: $fk-feather-container-height-sm;
3474
3474
  width: $fk-feather-container-height-sm;
3475
3475
 
3476
3476
  }
3477
3477
  .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase{
3478
- border-bottom-style: solid;
3478
+ background-color: initial;
3479
+ background-image: none;
3480
+ border-bottom-style: solid;
3479
3481
  border-left-style: solid;
3480
3482
  border-right-style: solid;
3481
3483
  border-top-style: solid;
3482
- background-color: initial;
3483
- background-image: none;
3484
3484
  height: $fk-feather-container-height-sm;
3485
3485
  width: $fk-feather-container-height-sm;
3486
3486
 
@@ -3503,8 +3503,8 @@
3503
3503
 
3504
3504
  }
3505
3505
  .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase .k-button-icon.k-icon.k-svg-icon >svg{
3506
- position: relative;
3507
- left: 1px;
3506
+ left: 1px;
3507
+ position: relative;
3508
3508
 
3509
3509
  }
3510
3510
  .k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-hover,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-hover,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-hovered,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:hover{
@@ -3560,13 +3560,13 @@
3560
3560
 
3561
3561
  }
3562
3562
  .k-popup.k-datetime-container.k-reset .k-time-tab.k-datetime-wrap{
3563
- padding-top: $fk-feather-spacing-xs;
3564
- padding-bottom: $fk-feather-spacing-xs;
3563
+ padding-bottom: $fk-feather-spacing-xs;
3564
+ padding-top: $fk-feather-spacing-xs;
3565
3565
 
3566
3566
  }
3567
3567
  .k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper .k-title{
3568
- padding-top: $fk-feather-spacing-xs;
3569
- padding-bottom: $fk-feather-spacing-xs;
3568
+ padding-bottom: $fk-feather-spacing-xs;
3569
+ padding-top: $fk-feather-spacing-xs;
3570
3570
 
3571
3571
  }
3572
3572
  .k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-focus .k-time-list::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-state-focus .k-time-list::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-state-focused .k-time-list::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper:focus .k-time-list::before{
@@ -3574,11 +3574,11 @@
3574
3574
 
3575
3575
  }
3576
3576
  .k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-focus::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-state-focus::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper.k-state-focused::before,.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper:focus::before{
3577
- visibility: visible;
3577
+ background-color: initial;
3578
+ background-image: $fk-feather-hover-on-surface-gradient;
3578
3579
  position: absolute;
3579
3580
  top: 36px;
3580
- background-color: initial;
3581
- background-image: $fk-feather-hover-on-surface-gradient;
3581
+ visibility: visible;
3582
3582
 
3583
3583
  }
3584
3584
  .k-pager .k-pager-numbers-wrap .k-button.k-pager-nav{
@@ -3636,11 +3636,11 @@
3636
3636
 
3637
3637
  }
3638
3638
  .k-input.k-disabled.k-input-solid,.k-input.k-state-disabled.k-input-solid,.k-input:disabled.k-input-solid{
3639
- color: $fk-feather-disabled-text-on-surface;
3640
- border-bottom-color: k-color( border );
3639
+ border-bottom-color: k-color( border );
3641
3640
  border-left-color: k-color( border );
3642
3641
  border-right-color: k-color( border );
3643
3642
  border-top-color: k-color( border );
3643
+ color: $fk-feather-disabled-text-on-surface;
3644
3644
 
3645
3645
  }
3646
3646
  .k-input.k-state-readonly.k-input-solid,.k-input[readonly].k-input-solid{
@@ -3658,13 +3658,13 @@
3658
3658
 
3659
3659
  }
3660
3660
  .k-dateinput.k-input .k-input-inner{
3661
- height: auto;
3662
- color: $fk-kendo-component-text;
3661
+ color: $fk-kendo-component-text;
3662
+ height: auto;
3663
3663
 
3664
3664
  }
3665
3665
  .k-datepicker.k-input .k-input-inner{
3666
- height: auto;
3667
- color: $fk-kendo-input-text;
3666
+ color: $fk-kendo-input-text;
3667
+ height: auto;
3668
3668
 
3669
3669
  }
3670
3670
  .k-label .k-label-optional{
@@ -3739,14 +3739,14 @@
3739
3739
  }
3740
3740
  .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-focus,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-focus,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-focused,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link:focus{
3741
3741
  @extend %fk-effects-feather-focus-inner-on-surface;
3742
- outline-style: none;
3743
- background-color: initial;
3742
+ background-color: initial;
3744
3743
  background-image: $fk-feather-focused-on-surface-gradient;
3744
+ outline-style: none;
3745
3745
 
3746
3746
  }
3747
3747
  .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-disabled,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-disabled,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link:disabled{
3748
- opacity: unset;
3749
- color: $fk-feather-disabled-text-on-surface;
3748
+ color: $fk-feather-disabled-text-on-surface;
3749
+ opacity: unset;
3750
3750
 
3751
3751
  }
3752
3752
  .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-focus .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-focus .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-focused .k-breadcrumb-item-text,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link:focus .k-breadcrumb-item-text{
@@ -3777,8 +3777,8 @@
3777
3777
 
3778
3778
  }
3779
3779
  .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item.k-breadcrumb-last-item .k-breadcrumb-link .k-breadcrumb-item-text{
3780
- opacity: 90%;
3781
- font-weight: 600;
3780
+ font-weight: 600;
3781
+ opacity: 90%;
3782
3782
 
3783
3783
  }
3784
3784
  .k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link .k-svg-i-home.k-icon.k-svg-icon{
@@ -3876,25 +3876,25 @@
3876
3876
 
3877
3877
  }
3878
3878
  .k-button.k-button-solid-primary{
3879
- transition-duration: 280ms;
3880
- transition-property: all;
3881
- transition-timing-function: ease-out;
3879
+ background-color: k-color( primary );
3880
+ background-image: linear-gradient(transparent, transparent);
3882
3881
  color: k-color( secondary );
3883
- flex-direction: row;
3884
3882
  column-gap: 0px;
3885
- background-color: k-color( primary );
3886
- background-image: linear-gradient(transparent, transparent);
3883
+ flex-direction: row;
3884
+ transition-duration: 280ms;
3885
+ transition-property: all;
3886
+ transition-timing-function: ease-out;
3887
3887
 
3888
3888
  }
3889
3889
  .k-button.k-button-solid-primary.k-button-md{
3890
- padding-right: $fk-kendo-button-md-padding-x;
3891
- padding-left: $fk-kendo-button-md-padding-x;
3890
+ padding-left: $fk-kendo-button-md-padding-x;
3891
+ padding-right: $fk-kendo-button-md-padding-x;
3892
3892
 
3893
3893
  }
3894
3894
  .k-button .k-button-icon.k-icon.k-svg-icon >svg{
3895
- width: 24px;
3896
- height: auto;
3895
+ height: auto;
3897
3896
  min-width: 24px;
3897
+ width: 24px;
3898
3898
 
3899
3899
  }
3900
3900
  .k-button.k-button-outline.k-button-outline-primary.k-icon-button{
@@ -3905,20 +3905,20 @@
3905
3905
 
3906
3906
  }
3907
3907
  .k-button.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon >svg{
3908
- translate: 0 -1px;
3909
- color: k-color( on-primary );
3908
+ color: k-color( on-primary );
3909
+ translate: 0 -1px;
3910
3910
 
3911
3911
  }
3912
3912
  .k-button-group .k-button.k-button-flat.k-icon-button.k-group-start,.k-button-group .k-button.k-button-flat.k-icon-button:first-child{
3913
- border-top-left-radius: $fk-kendo-border-radius;
3914
- border-bottom-left-radius: $fk-kendo-border-radius;
3915
- border-top-right-radius: 0px;
3913
+ border-bottom-left-radius: $fk-kendo-border-radius;
3916
3914
  border-bottom-right-radius: 0px;
3915
+ border-top-left-radius: $fk-kendo-border-radius;
3916
+ border-top-right-radius: 0px;
3917
3917
 
3918
3918
  }
3919
3919
  .k-button-group .k-button.k-button-outline.k-group-start,.k-button-group .k-button.k-button-outline:first-child{
3920
- border-top-left-radius: $fk-kendo-border-radius-md;
3921
- border-bottom-left-radius: $fk-kendo-border-radius-md;
3920
+ border-bottom-left-radius: $fk-kendo-border-radius-md;
3921
+ border-top-left-radius: $fk-kendo-border-radius-md;
3922
3922
  box-shadow: inset 0px 0px 0px 1px currentcolor;
3923
3923
 
3924
3924
  }
@@ -3948,14 +3948,14 @@
3948
3948
 
3949
3949
  }
3950
3950
  .k-button.k-icon-button .k-button-icon.k-icon.k-svg-icon >svg{
3951
- width: $fk-kendo-icon-size;
3952
- height: $fk-kendo-icon-size;
3951
+ height: $fk-kendo-icon-size;
3952
+ width: $fk-kendo-icon-size;
3953
3953
 
3954
3954
  }
3955
3955
  .k-button-group .k-button.k-button-flat.k-group-end.k-icon-button,.k-button-group .k-button.k-button-flat:last-child.k-icon-button{
3956
- border-top-left-radius: 0px;
3956
+ border-bottom-right-radius: $fk-kendo-border-radius;
3957
+ border-top-left-radius: 0px;
3957
3958
  border-top-right-radius: $fk-kendo-border-radius;
3958
- border-bottom-right-radius: $fk-kendo-border-radius;
3959
3959
 
3960
3960
  }
3961
3961
  .k-button-group .k-button.k-button-outline.k-hover.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-state-hover.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-state-hovered.k-button-outline-base,.k-button-group .k-button.k-button-outline:hover.k-button-outline-base{
@@ -3998,8 +3998,8 @@
3998
3998
 
3999
3999
  }
4000
4000
  .k-button-group .k-button.k-button-outline.k-icon-button.k-group-start,.k-button-group .k-button.k-button-outline.k-icon-button:first-child{
4001
- border-top-left-radius: $fk-kendo-border-radius;
4002
- border-bottom-left-radius: $fk-kendo-border-radius;
4001
+ border-bottom-left-radius: $fk-kendo-border-radius;
4002
+ border-top-left-radius: $fk-kendo-border-radius;
4003
4003
 
4004
4004
  }
4005
4005
  .k-button-group .k-button.k-button-outline{
@@ -4071,19 +4071,19 @@
4071
4071
  }
4072
4072
  .k-multiselecttree.k-input{
4073
4073
  min-height: $fk-feather-container-height-lg;
4074
- padding-right: $fk-kendo-input-padding-y;
4075
4074
  padding-left: $fk-kendo-input-padding-y;
4075
+ padding-right: $fk-kendo-input-padding-y;
4076
4076
 
4077
4077
  }
4078
4078
  .k-popup.k-multiselecttree-popup{
4079
4079
  @extend %fk-effects-feather-elevation-06dp;
4080
4080
  border-bottom-left-radius: $fk-kendo-border-radius;
4081
4081
  border-bottom-right-radius: $fk-kendo-border-radius;
4082
- border-top-left-radius: $fk-kendo-border-radius;
4083
- border-top-right-radius: $fk-kendo-border-radius;
4084
4082
  border-bottom-style: none;
4085
4083
  border-left-style: none;
4086
4084
  border-right-style: none;
4085
+ border-top-left-radius: $fk-kendo-border-radius;
4086
+ border-top-right-radius: $fk-kendo-border-radius;
4087
4087
  border-top-style: none;
4088
4088
 
4089
4089
  }
@@ -4092,24 +4092,24 @@
4092
4092
 
4093
4093
  }
4094
4094
  .k-button-group .k-button.k-icon-button.k-group-start,.k-button-group .k-button.k-icon-button:first-child{
4095
- border-top-left-radius: $fk-kendo-border-radius;
4096
- border-bottom-left-radius: $fk-kendo-border-radius;
4097
- border-top-right-radius: 0px;
4095
+ border-bottom-left-radius: $fk-kendo-border-radius;
4098
4096
  border-bottom-right-radius: 0px;
4097
+ border-top-left-radius: $fk-kendo-border-radius;
4098
+ border-top-right-radius: 0px;
4099
4099
 
4100
4100
  }
4101
4101
  .k-button-group .k-button.k-group-end.k-icon-button,.k-button-group .k-button:last-child.k-icon-button{
4102
- border-top-right-radius: $fk-kendo-border-radius;
4102
+ border-bottom-left-radius: 0px;
4103
4103
  border-bottom-right-radius: $fk-kendo-border-radius;
4104
4104
  border-top-left-radius: 0px;
4105
- border-bottom-left-radius: 0px;
4105
+ border-top-right-radius: $fk-kendo-border-radius;
4106
4106
 
4107
4107
  }
4108
4108
  .k-button-group .k-button.k-button-flat.k-icon-button{
4109
- border-top-left-radius: 0px;
4110
- border-top-right-radius: 0px;
4109
+ border-bottom-left-radius: 0px;
4111
4110
  border-bottom-right-radius: 0px;
4112
- border-bottom-left-radius: 0px;
4111
+ border-top-left-radius: 0px;
4112
+ border-top-right-radius: 0px;
4113
4113
 
4114
4114
  }
4115
4115
  .k-dropdowntree.k-focus.k-picker-solid,.k-dropdowntree.k-state-focus.k-picker-solid,.k-dropdowntree.k-state-focused.k-picker-solid,.k-dropdowntree:focus.k-picker-solid{
@@ -4145,29 +4145,29 @@
4145
4145
  color: $fk-kendo-component-text;
4146
4146
 
4147
4147
  }
4148
- .k-popup.k-list-container .k-list.k-list-md .k-list-content{
4149
- padding-top: $fk-feather-spacing-s;
4150
- padding-bottom: 0px;
4148
+ .k-popup.k-list-container .k-list.k-list-md .k-list-content{
4149
+ padding-bottom: 0px;
4150
+ padding-top: $fk-feather-spacing-s;
4151
4151
 
4152
4152
  }
4153
4153
  .k-chip .k-icon.k-svg-icon.k-chip-icon{
4154
- padding-bottom: $fk-kendo-chip-md-padding-y;
4154
+ margin-bottom: -0.5em;
4155
+ margin-left: -0.025rem;
4156
+ margin-top: -0.5em;
4157
+ padding-bottom: $fk-kendo-chip-md-padding-y;
4155
4158
  padding-left: $fk-kendo-chip-md-padding-y;
4156
4159
  padding-right: $fk-kendo-chip-md-padding-y;
4157
4160
  padding-top: $fk-kendo-chip-md-padding-y;
4158
- margin-top: -0.5em;
4159
- margin-bottom: -0.5em;
4160
- margin-left: -0.025rem;
4161
4161
 
4162
4162
  }
4163
4163
  .k-chip .k-icon.k-svg-icon.k-chip-icon.k-icon-sm{
4164
- width: unset;
4165
- height: unset;
4164
+ height: unset;
4165
+ width: unset;
4166
4166
 
4167
4167
  }
4168
4168
  .k-chip.k-focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon.k-icon-sm,.k-chip.k-state-focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon.k-icon-sm,.k-chip.k-state-focused .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon.k-icon-sm,.k-chip:focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon.k-icon-sm{
4169
- width: $fk-kendo-icon-size-md;
4170
- height: unset;
4169
+ height: unset;
4170
+ width: $fk-kendo-icon-size-md;
4171
4171
 
4172
4172
  }
4173
4173
  .k-chip.k-focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon,.k-chip.k-state-focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon,.k-chip.k-state-focused .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon,.k-chip:focus .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon{
@@ -4175,8 +4175,8 @@
4175
4175
 
4176
4176
  }
4177
4177
  .k-chip.k-focus .k-icon.k-svg-icon.k-chip-icon,.k-chip.k-state-focus .k-icon.k-svg-icon.k-chip-icon,.k-chip.k-state-focused .k-icon.k-svg-icon.k-chip-icon,.k-chip:focus .k-icon.k-svg-icon.k-chip-icon{
4178
- height: unset;
4179
- aspect-ratio: 1/1;
4178
+ aspect-ratio: 1/1;
4179
+ height: unset;
4180
4180
 
4181
4181
  }
4182
4182
  .k-chip .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon{
@@ -4184,8 +4184,8 @@
4184
4184
 
4185
4185
  }
4186
4186
  .k-chip .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon.k-icon-sm{
4187
- width: unset;
4188
- height: unset;
4187
+ height: unset;
4188
+ width: unset;
4189
4189
 
4190
4190
  }
4191
4191
  .k-chip .k-icon.k-svg-icon.k-chip-icon >svg{
@@ -4193,8 +4193,8 @@
4193
4193
 
4194
4194
  }
4195
4195
  .k-chip .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon >svg{
4196
- width: $fk-kendo-icon-size-md;
4197
- height: $fk-kendo-icon-size-md;
4196
+ height: $fk-kendo-icon-size-md;
4197
+ width: $fk-kendo-icon-size-md;
4198
4198
 
4199
4199
  }
4200
4200
  .k-chip .k-chip-actions{
@@ -4204,14 +4204,14 @@
4204
4204
  .k-editor{
4205
4205
  background-color: k-color( app-surface );
4206
4206
  background-image: none;
4207
+ border-bottom-left-radius: $fk-kendo-border-radius;
4208
+ border-bottom-right-radius: $fk-kendo-border-radius;
4207
4209
  border-bottom-style: solid;
4208
4210
  border-left-style: solid;
4209
4211
  border-right-style: solid;
4210
- border-top-style: solid;
4211
- border-bottom-left-radius: $fk-kendo-border-radius;
4212
- border-bottom-right-radius: $fk-kendo-border-radius;
4213
4212
  border-top-left-radius: $fk-kendo-border-radius;
4214
4213
  border-top-right-radius: $fk-kendo-border-radius;
4214
+ border-top-style: solid;
4215
4215
 
4216
4216
  }
4217
4217
  .k-editor .k-toolbar.k-editor-toolbar{
@@ -4232,12 +4232,12 @@
4232
4232
 
4233
4233
  }
4234
4234
  .k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-focus,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-state-focus,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-state-focused,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile:focus{
4235
- z-index: 101;
4236
- box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 1),inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
4237
- border-bottom-left-radius: $fk-feather-border-radius-s;
4235
+ border-bottom-left-radius: $fk-feather-border-radius-s;
4238
4236
  border-bottom-right-radius: $fk-feather-border-radius-s;
4239
4237
  border-top-left-radius: $fk-feather-border-radius-s;
4240
4238
  border-top-right-radius: $fk-feather-border-radius-s;
4239
+ box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 1),inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
4240
+ z-index: 101;
4241
4241
 
4242
4242
  }
4243
4243
  .k-colorpalette .k-colorpalette-table .k-colorpalette-tile{
@@ -4245,16 +4245,16 @@
4245
4245
 
4246
4246
  }
4247
4247
  .k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-hover,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-state-hover,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile.k-state-hovered,.k-colorpalette .k-colorpalette-table .k-colorpalette-tile:hover{
4248
- box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.7),inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
4249
- border-bottom-left-radius: $fk-feather-border-radius-s;
4248
+ border-bottom-left-radius: $fk-feather-border-radius-s;
4250
4249
  border-bottom-right-radius: $fk-feather-border-radius-s;
4251
4250
  border-top-left-radius: $fk-feather-border-radius-s;
4252
4251
  border-top-right-radius: $fk-feather-border-radius-s;
4252
+ box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.7),inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
4253
4253
 
4254
4254
  }
4255
4255
  .k-flatcolorpicker.k-coloreditor{
4256
- transition-property: box-shadow;
4257
- transition-duration: 280ms;
4256
+ transition-duration: 280ms;
4257
+ transition-property: box-shadow;
4258
4258
  transition-timing-function: ease-out;
4259
4259
 
4260
4260
  }
@@ -4333,22 +4333,22 @@
4333
4333
 
4334
4334
  }
4335
4335
  .k-expander{
4336
- transition-property: all;
4337
- transition-duration: 280ms;
4338
- transition-timing-function: ease-out;
4336
+ border-bottom-left-radius: $fk-kendo-border-radius;
4337
+ border-bottom-right-radius: $fk-kendo-border-radius;
4339
4338
  border-bottom-style: solid;
4340
4339
  border-left-style: solid;
4341
4340
  border-right-style: solid;
4342
- border-top-style: solid;
4343
- border-bottom-left-radius: $fk-kendo-border-radius;
4344
- border-bottom-right-radius: $fk-kendo-border-radius;
4345
4341
  border-top-left-radius: $fk-kendo-border-radius;
4346
4342
  border-top-right-radius: $fk-kendo-border-radius;
4343
+ border-top-style: solid;
4344
+ transition-duration: 280ms;
4345
+ transition-property: all;
4346
+ transition-timing-function: ease-out;
4347
4347
 
4348
4348
  }
4349
4349
  .k-expander.k-expanded .k-expander-content-wrapper{
4350
- transition-property: all;
4351
- transition-duration: 280ms;
4350
+ transition-duration: 280ms;
4351
+ transition-property: all;
4352
4352
  transition-timing-function: ease-out;
4353
4353
 
4354
4354
  }
@@ -4357,8 +4357,8 @@
4357
4357
 
4358
4358
  }
4359
4359
  .k-expander .k-expander-header .k-expander-title{
4360
- text-transform: none;
4361
- font-weight: 600;
4360
+ font-weight: 600;
4361
+ text-transform: none;
4362
4362
 
4363
4363
  }
4364
4364
  .k-expander .k-expander-header.k-hover,.k-expander .k-expander-header.k-state-hover,.k-expander .k-expander-header.k-state-hovered,.k-expander .k-expander-header:hover{
@@ -4367,9 +4367,9 @@
4367
4367
 
4368
4368
  }
4369
4369
  .k-expander.k-focus,.k-expander.k-state-focus,.k-expander.k-state-focused,.k-expander:focus{
4370
- outline-style: none;
4370
+ box-shadow: none;
4371
+ outline-style: none;
4371
4372
  z-index: 1;
4372
- box-shadow: none;
4373
4373
 
4374
4374
  }
4375
4375
  .k-expander.k-disabled .k-expander-header .k-expander-title,.k-expander.k-state-disabled .k-expander-header .k-expander-title,.k-expander:disabled .k-expander-header .k-expander-title{
@@ -4410,13 +4410,13 @@
4410
4410
 
4411
4411
  }
4412
4412
  .k-expander.k-expanded{
4413
- transition-property: all;
4414
- transition-duration: 280ms;
4415
- transition-timing-function: ease-out;
4416
- border-bottom-style: solid;
4413
+ border-bottom-style: solid;
4417
4414
  border-left-style: solid;
4418
4415
  border-right-style: solid;
4419
4416
  border-top-style: solid;
4417
+ transition-duration: 280ms;
4418
+ transition-property: all;
4419
+ transition-timing-function: ease-out;
4420
4420
  z-index: 1;
4421
4421
 
4422
4422
  }
@@ -4430,11 +4430,11 @@
4430
4430
  }
4431
4431
  .k-button.k-focus.k-button-outline.k-button-outline-primary,.k-button.k-state-focus.k-button-outline.k-button-outline-primary,.k-button.k-state-focused.k-button-outline.k-button-outline-primary,.k-button:focus.k-button-outline.k-button-outline-primary{
4432
4432
  @extend %fk-effects-feather-focus-outer-on-surface-thin;
4433
- color: k-color( secondary );
4434
- border-bottom-color: currentcolor;
4433
+ border-bottom-color: currentcolor;
4435
4434
  border-left-color: currentcolor;
4436
4435
  border-right-color: currentcolor;
4437
4436
  border-top-color: currentcolor;
4437
+ color: k-color( secondary );
4438
4438
  outline-width: 2px;
4439
4439
 
4440
4440
  }
@@ -4448,10 +4448,10 @@
4448
4448
 
4449
4449
  }
4450
4450
  .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-disabled,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-disabled,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td:disabled{
4451
- opacity: 100%;
4452
- background-color: initial;
4451
+ background-color: initial;
4453
4452
  background-image: none;
4454
4453
  color: $fk-feather-disabled-text-on-surface;
4454
+ opacity: 100%;
4455
4455
 
4456
4456
  }
4457
4457
  .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-hovered,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td:hover{
@@ -4466,10 +4466,10 @@
4466
4466
 
4467
4467
  }
4468
4468
  .k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-disabled,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-disabled,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td:disabled{
4469
- opacity: 100%;
4470
- background-color: initial;
4469
+ background-color: initial;
4471
4470
  background-image: none;
4472
4471
  color: $fk-feather-disabled-text-on-surface;
4472
+ opacity: 100%;
4473
4473
 
4474
4474
  }
4475
4475
  .k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-hover .k-link,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-hover .k-link,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-hovered .k-link,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td:hover .k-link{
@@ -4487,24 +4487,24 @@
4487
4487
 
4488
4488
  }
4489
4489
  .k-calendar .k-calendar-navigation .k-calendar-navigation-highlight{
4490
- border-bottom-width: 2px;
4491
- border-left-width: 2px;
4492
- border-right-width: 2px;
4493
- border-top-width: 2px;
4494
- border-bottom-color: k-color( primary );
4490
+ border-bottom-color: k-color( primary );
4491
+ border-bottom-left-radius: $fk-feather-border-radius;
4492
+ border-bottom-right-radius: $fk-feather-border-radius;
4493
+ border-bottom-width: 2px;
4495
4494
  border-left-color: k-color( primary );
4495
+ border-left-width: 2px;
4496
4496
  border-right-color: k-color( primary );
4497
+ border-right-width: 2px;
4497
4498
  border-top-color: k-color( primary );
4498
- border-bottom-left-radius: $fk-feather-border-radius;
4499
- border-bottom-right-radius: $fk-feather-border-radius;
4500
4499
  border-top-left-radius: $fk-feather-border-radius;
4501
4500
  border-top-right-radius: $fk-feather-border-radius;
4501
+ border-top-width: 2px;
4502
4502
 
4503
4503
  }
4504
4504
  .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-focus,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-focus,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-focused,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td:focus{
4505
- color: currentcolor;
4506
- background-color: initial;
4505
+ background-color: initial;
4507
4506
  background-image: $fk-feather-focused-on-surface-gradient;
4507
+ color: currentcolor;
4508
4508
 
4509
4509
  }
4510
4510
  .k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-selected .k-link{
@@ -4580,17 +4580,17 @@
4580
4580
 
4581
4581
  }
4582
4582
  .k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-disabled,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-disabled,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td:disabled{
4583
- opacity: 100%;
4584
- color: $fk-feather-disabled-text-on-surface;
4585
- background-color: initial;
4583
+ background-color: initial;
4586
4584
  background-image: none;
4585
+ color: $fk-feather-disabled-text-on-surface;
4586
+ opacity: 100%;
4587
4587
 
4588
4588
  }
4589
4589
  .k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-disabled,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-disabled,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td:disabled{
4590
- opacity: 100%;
4591
- color: $fk-feather-disabled-text-on-surface;
4592
- background-color: initial;
4590
+ background-color: initial;
4593
4591
  background-image: none;
4592
+ color: $fk-feather-disabled-text-on-surface;
4593
+ opacity: 100%;
4594
4594
 
4595
4595
  }
4596
4596
  .k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-disabled,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-disabled,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td:disabled{
@@ -4633,8 +4633,8 @@
4633
4633
  }
4634
4634
  .k-button.k-button-solid-primary .k-button-text{
4635
4635
  color: k-color( on-primary );
4636
- padding-right: $fk-kendo-padding-sm-x;
4637
4636
  padding-left: $fk-kendo-padding-sm-x;
4637
+ padding-right: $fk-kendo-padding-sm-x;
4638
4638
 
4639
4639
  }
4640
4640
  .k-button.k-disabled.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon >svg,.k-button.k-state-disabled.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon >svg,.k-button:disabled.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon >svg{
@@ -4652,11 +4652,11 @@
4652
4652
  .k-colorpicker.k-picker.k-icon-picker.k-picker-md.k-picker-solid.k-rounded-md .k-button.k-icon-button.k-input-button{
4653
4653
  background-color: transparent;
4654
4654
  background-image: linear-gradient(transparent, transparent);
4655
- outline-style: none;
4656
4655
  border-bottom-style: none;
4657
4656
  border-left-style: none;
4658
4657
  border-right-style: none;
4659
4658
  border-top-style: none;
4659
+ outline-style: none;
4660
4660
 
4661
4661
  }
4662
4662
  .k-colorpicker.k-picker.k-icon-picker.k-picker-md.k-picker-solid.k-rounded-md .k-button.k-icon-button.k-input-button.k-hover,.k-colorpicker.k-picker.k-icon-picker.k-picker-md.k-picker-solid.k-rounded-md .k-button.k-icon-button.k-input-button.k-state-hover,.k-colorpicker.k-picker.k-icon-picker.k-picker-md.k-picker-solid.k-rounded-md .k-button.k-icon-button.k-input-button.k-state-hovered,.k-colorpicker.k-picker.k-icon-picker.k-picker-md.k-picker-solid.k-rounded-md .k-button.k-icon-button.k-input-button:hover{
@@ -4666,15 +4666,15 @@
4666
4666
 
4667
4667
  }
4668
4668
  .k-dropdowntree .k-input-button.k-button.k-icon-button{
4669
- width: $fk-feather-container-height-sm;
4670
- height: $fk-feather-container-height-sm;
4671
- margin-top: 0.175rem;
4672
- margin-right: 0.25rem;
4673
- border-bottom-left-radius: $fk-feather-border-radius-full;
4669
+ border-bottom-left-radius: $fk-feather-border-radius-full;
4674
4670
  border-bottom-right-radius: $fk-feather-border-radius-full;
4675
4671
  border-top-left-radius: $fk-feather-border-radius-full;
4676
4672
  border-top-right-radius: $fk-feather-border-radius-full;
4673
+ height: $fk-feather-container-height-sm;
4674
+ margin-right: 0.25rem;
4675
+ margin-top: 0.175rem;
4677
4676
  min-height: unset;
4677
+ width: $fk-feather-container-height-sm;
4678
4678
 
4679
4679
  }
4680
4680
  .k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-clear-value{
@@ -4682,22 +4682,22 @@
4682
4682
  border-bottom-right-radius: $fk-feather-border-radius-full;
4683
4683
  border-top-left-radius: $fk-feather-border-radius-full;
4684
4684
  border-top-right-radius: $fk-feather-border-radius-full;
4685
- width: $fk-feather-container-height-sm;
4686
4685
  height: $fk-feather-container-height-sm;
4686
+ width: $fk-feather-container-height-sm;
4687
4687
 
4688
4688
  }
4689
4689
  .k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button{
4690
- width: $fk-feather-container-height-sm;
4691
- height: $fk-feather-container-height-sm;
4692
- border-bottom-left-radius: $fk-feather-border-radius-full;
4690
+ border-bottom-left-radius: $fk-feather-border-radius-full;
4693
4691
  border-bottom-right-radius: $fk-feather-border-radius-full;
4694
- border-top-left-radius: $fk-feather-border-radius-full;
4695
- border-top-right-radius: $fk-feather-border-radius-full;
4696
4692
  border-bottom-style: none;
4697
4693
  border-left-style: none;
4698
4694
  border-right-style: none;
4695
+ border-top-left-radius: $fk-feather-border-radius-full;
4696
+ border-top-right-radius: $fk-feather-border-radius-full;
4699
4697
  border-top-style: none;
4698
+ height: $fk-feather-container-height-sm;
4700
4699
  outline-style: none;
4700
+ width: $fk-feather-container-height-sm;
4701
4701
 
4702
4702
  }
4703
4703
  .k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-focus,.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focus,.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focused,.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:focus{
@@ -4705,13 +4705,13 @@
4705
4705
 
4706
4706
  }
4707
4707
  .k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary{
4708
- outline-style: none;
4709
- color: k-color( primary );
4708
+ color: k-color( primary );
4709
+ outline-style: none;
4710
4710
 
4711
4711
  }
4712
4712
  .k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-focus,.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focus,.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-focused,.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary:focus{
4713
- outline-style: none;
4714
- box-shadow: inset 2px 0px 0px 0px currentcolor !important;
4713
+ box-shadow: inset 2px 0px 0px 0px currentcolor !important;
4714
+ outline-style: none;
4715
4715
 
4716
4716
  }
4717
4717
  .k-expander.k-expanded.k-disabled .k-expander-header .k-expander-indicator .k-icon.k-svg-icon.k-svg-i-chevron-up >svg,.k-expander.k-expanded.k-state-disabled .k-expander-header .k-expander-indicator .k-icon.k-svg-icon.k-svg-i-chevron-up >svg,.k-expander.k-expanded:disabled .k-expander-header .k-expander-indicator .k-icon.k-svg-icon.k-svg-i-chevron-up >svg{
@@ -4731,11 +4731,11 @@
4731
4731
 
4732
4732
  }
4733
4733
  .k-maskedtextbox.k-input.k-invalid.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-touched.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-dirty.k-input-solid{
4734
- color: k-color( error );
4735
- border-bottom-color: currentcolor;
4734
+ border-bottom-color: currentcolor;
4736
4735
  border-left-color: currentcolor;
4737
4736
  border-right-color: currentcolor;
4738
4737
  border-top-color: currentcolor;
4738
+ color: k-color( error );
4739
4739
 
4740
4740
  }
4741
4741
  .k-input.k-invalid.k-focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-focus.k-input-solid,.k-input.k-invalid.k-state-focus.k-focus.k-input-solid,.k-input.k-invalid.k-state-focused.k-focus.k-input-solid,.k-input.k-invalid.k-focus.k-input-solid:focus,.k-input.ng-invalid.ng-touched.k-state-focus.k-focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focused.k-focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-focus.k-input-solid:focus,.k-input.ng-invalid.ng-dirty.k-state-focus.k-focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focused.k-focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-focus.k-input-solid:focus,.k-input.k-invalid.k-focus.k-state-focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-focus.k-state-focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-focus.k-state-focus.k-input-solid,.k-input.k-invalid.k-state-focus.k-input-solid,.k-input.k-invalid.k-state-focused.k-state-focus.k-input-solid,.k-input.k-invalid.k-state-focus.k-input-solid:focus,.k-input.ng-invalid.ng-touched.k-state-focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focused.k-state-focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focus.k-input-solid:focus,.k-input.ng-invalid.ng-dirty.k-state-focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focused.k-state-focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focus.k-input-solid:focus,.k-input.k-invalid.k-focus.k-state-focused.k-input-solid,.k-input.ng-invalid.ng-touched.k-focus.k-state-focused.k-input-solid,.k-input.ng-invalid.ng-dirty.k-focus.k-state-focused.k-input-solid,.k-input.k-invalid.k-state-focus.k-state-focused.k-input-solid,.k-input.k-invalid.k-state-focused.k-input-solid,.k-input.k-invalid.k-state-focused.k-input-solid:focus,.k-input.ng-invalid.ng-touched.k-state-focus.k-state-focused.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focused.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focused.k-input-solid:focus,.k-input.ng-invalid.ng-dirty.k-state-focus.k-state-focused.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focused.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focused.k-input-solid:focus,.k-input.k-invalid.k-focus:focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-focus:focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-focus:focus.k-input-solid,.k-input.k-invalid.k-state-focus:focus.k-input-solid,.k-input.k-invalid.k-state-focused:focus.k-input-solid,.k-input.k-invalid:focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focus:focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focused:focus.k-input-solid,.k-input.ng-invalid.ng-touched:focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focus:focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focused:focus.k-input-solid,.k-input.ng-invalid.ng-dirty:focus.k-input-solid{
@@ -4751,8 +4751,8 @@
4751
4751
  }
4752
4752
  .k-input.k-hover,.k-input.k-state-hover,.k-input.k-state-hovered,.k-input:hover{
4753
4753
  @extend %fk-effects-feather-input-hover-on-surface;
4754
- transition-property: all;
4755
- transition-duration: 280ms;
4754
+ transition-duration: 280ms;
4755
+ transition-property: all;
4756
4756
  transition-timing-function: ease-out;
4757
4757
 
4758
4758
  }
@@ -4809,11 +4809,11 @@
4809
4809
  .k-popup.k-timepicker-popup .k-timeselector .k-time-list-container .k-time-highlight{
4810
4810
  background-color: initial;
4811
4811
  background-image: $fk-feather-focused-on-surface-gradient;
4812
- visibility: visible;
4813
4812
  border-bottom-style: none;
4814
4813
  border-left-style: none;
4815
4814
  border-right-style: none;
4816
4815
  border-top-style: none;
4816
+ visibility: visible;
4817
4817
 
4818
4818
  }
4819
4819
  .k-popup.k-timepicker-popup .k-timeselector .k-time-list-container .k-time-separator{
@@ -4837,8 +4837,8 @@
4837
4837
 
4838
4838
  }
4839
4839
  .k-timeselector .k-time-list-container .k-time-list-wrapper.k-focus .k-title,.k-timeselector .k-time-list-container .k-time-list-wrapper.k-state-focus .k-title,.k-timeselector .k-time-list-container .k-time-list-wrapper.k-state-focused .k-title,.k-timeselector .k-time-list-container .k-time-list-wrapper:focus .k-title{
4840
- visibility: visible;
4841
- color: k-color( primary );
4840
+ color: k-color( primary );
4841
+ visibility: visible;
4842
4842
 
4843
4843
  }
4844
4844
  .k-timeselector .k-time-list-container .k-time-list-wrapper .k-title{
@@ -4854,14 +4854,14 @@
4854
4854
 
4855
4855
  }
4856
4856
  .k-popup.k-timepicker-popup .k-time-footer.k-actions.k-actions-stretched.k-actions-horizontal{
4857
- padding-bottom: $fk-feather-spacing-xs;
4858
- padding-left: $fk-feather-spacing-s;
4859
- padding-right: $fk-feather-spacing-s;
4860
- padding-top: $fk-feather-spacing-m;
4861
- margin-bottom: 0px;
4857
+ margin-bottom: 0px;
4862
4858
  margin-left: 0px;
4863
4859
  margin-right: 0px;
4864
4860
  margin-top: 0px;
4861
+ padding-bottom: $fk-feather-spacing-xs;
4862
+ padding-left: $fk-feather-spacing-s;
4863
+ padding-right: $fk-feather-spacing-s;
4864
+ padding-top: $fk-feather-spacing-m;
4865
4865
 
4866
4866
  }
4867
4867
  .k-datetimepicker.k-input .k-input-inner{
@@ -4869,10 +4869,10 @@
4869
4869
 
4870
4870
  }
4871
4871
  .k-popup.k-datetime-container .k-date-tab.k-datetime-wrap{
4872
- display: flex;
4873
- flex-direction: column;
4874
- align-items: stretch;
4872
+ align-items: stretch;
4875
4873
  align-self: stretch;
4874
+ display: flex;
4875
+ flex-direction: column;
4876
4876
 
4877
4877
  }
4878
4878
  .k-daterangepicker .k-floating-label-container .k-dateinput.k-input .k-input-inner{
@@ -4945,8 +4945,8 @@
4945
4945
 
4946
4946
  }
4947
4947
  .k-calendar .k-calendar-navigation .k-content .k-reset >li{
4948
- display: flex;
4949
- align-items: start;
4948
+ align-items: start;
4949
+ display: flex;
4950
4950
 
4951
4951
  }
4952
4952
  .k-calendar{
@@ -4993,13 +4993,13 @@
4993
4993
 
4994
4994
  }
4995
4995
  .k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td{
4996
- width: 2.5rem;
4997
- height: 2.5rem;
4996
+ height: 2.5rem;
4997
+ width: 2.5rem;
4998
4998
 
4999
4999
  }
5000
5000
  .k-calendar .k-calendar-view.k-calendar-monthview .k-calendar-table.k-calendar-weekdays .k-calendar-thead .k-calendar-tr .k-calendar-th{
5001
- width: 2.5rem;
5002
- height: 2.5rem;
5001
+ height: 2.5rem;
5002
+ width: 2.5rem;
5003
5003
 
5004
5004
  }
5005
5005
  .k-textbox.k-input.k-focus .k-input-inner,.k-textbox.k-input.k-state-focus .k-input-inner,.k-textbox.k-input.k-state-focused .k-input-inner,.k-textbox.k-input:focus .k-input-inner{
@@ -5027,23 +5027,23 @@
5027
5027
 
5028
5028
  }
5029
5029
  .k-button.k-focus.k-icon-button .k-button-icon.k-icon.k-svg-icon,.k-button.k-state-focus.k-icon-button .k-button-icon.k-icon.k-svg-icon,.k-button.k-state-focused.k-icon-button .k-button-icon.k-icon.k-svg-icon,.k-button:focus.k-icon-button .k-button-icon.k-icon.k-svg-icon{
5030
- width: $fk-feather-icon-size;
5031
- height: $fk-feather-icon-size;
5030
+ height: $fk-feather-icon-size;
5031
+ width: $fk-feather-icon-size;
5032
5032
 
5033
5033
  }
5034
5034
  .k-button.k-focus.k-icon-button,.k-button.k-state-focus.k-icon-button,.k-button.k-state-focused.k-icon-button,.k-button:focus.k-icon-button{
5035
- border-bottom-style: none;
5035
+ background-color: inherit;
5036
+ background-image: $fk-feather-focused-on-surface-gradient;
5037
+ border-bottom-style: none;
5036
5038
  border-left-style: none;
5037
5039
  border-right-style: none;
5038
5040
  border-top-style: none;
5039
- background-color: inherit;
5040
- background-image: $fk-feather-focused-on-surface-gradient;
5041
5041
 
5042
5042
  }
5043
5043
  .k-button.k-hover.k-icon-button,.k-button.k-state-hover.k-icon-button,.k-button.k-state-hovered.k-icon-button,.k-button:hover.k-icon-button{
5044
- background-color: inherit;
5044
+ aspect-ratio: 1/1;
5045
+ background-color: inherit;
5045
5046
  background-image: $fk-feather-hover-on-surface-gradient;
5046
- aspect-ratio: 1/1;
5047
5047
  min-width: unset;
5048
5048
 
5049
5049
  }
@@ -5105,15 +5105,15 @@
5105
5105
 
5106
5106
  }
5107
5107
  .k-textbox.k-input.k-input-outline{
5108
- color: $fk-kendo-input-text;
5109
- transition-property: all;
5110
- transition-duration: 280ms;
5111
- transition-timing-function: ease-out;
5108
+ align-items: center;
5112
5109
  border-bottom-color: currentcolor;
5113
5110
  border-left-color: currentcolor;
5114
5111
  border-right-color: currentcolor;
5115
5112
  border-top-color: currentcolor;
5116
- align-items: center;
5113
+ color: $fk-kendo-input-text;
5114
+ transition-duration: 280ms;
5115
+ transition-property: all;
5116
+ transition-timing-function: ease-out;
5117
5117
 
5118
5118
  }
5119
5119
  .k-textbox.k-input.k-input-outline.k-focus,.k-textbox.k-input.k-input-outline.k-state-focus,.k-textbox.k-input.k-input-outline.k-state-focused,.k-textbox.k-input.k-input-outline:focus{
@@ -5143,8 +5143,8 @@
5143
5143
  border-bottom-right-radius: $fk-feather-border-radius-full;
5144
5144
  border-top-left-radius: $fk-feather-border-radius-full;
5145
5145
  border-top-right-radius: $fk-feather-border-radius-full;
5146
- width: $fk-feather-container-height-sm;
5147
5146
  height: $fk-feather-container-height-sm;
5147
+ width: $fk-feather-container-height-sm;
5148
5148
 
5149
5149
  }
5150
5150
  .k-flatcolorpicker.k-coloreditor .k-coloreditor-header.k-hstack .k-coloreditor-header-actions.k-hstack .k-button-group.k-button-group-flat .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-selected{
@@ -5163,8 +5163,8 @@
5163
5163
 
5164
5164
  }
5165
5165
  .k-textbox.k-input.k-input-outline .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-hover .k-icon.k-svg-icon.k-svg-i-image.k-button-icon,.k-textbox.k-input.k-input-outline .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hover .k-icon.k-svg-icon.k-svg-i-image.k-button-icon,.k-textbox.k-input.k-input-outline .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-hovered .k-icon.k-svg-icon.k-svg-i-image.k-button-icon,.k-textbox.k-input.k-input-outline .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:hover .k-icon.k-svg-icon.k-svg-i-image.k-button-icon{
5166
- width: $fk-feather-icon-size-sm;
5167
- height: $fk-feather-icon-size-sm;
5166
+ height: $fk-feather-icon-size-sm;
5167
+ width: $fk-feather-icon-size-sm;
5168
5168
 
5169
5169
  }
5170
5170
  .k-textbox.k-input.k-input-outline .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button .k-icon.k-svg-icon.k-svg-i-image.k-button-icon >svg{
@@ -5172,12 +5172,12 @@
5172
5172
 
5173
5173
  }
5174
5174
  .k-textbox.k-input.k-input-outline .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button{
5175
- width: $fk-feather-container-height-sm;
5176
- height: $fk-feather-container-height-sm;
5177
- border-bottom-left-radius: $fk-feather-border-radius-full;
5175
+ border-bottom-left-radius: $fk-feather-border-radius-full;
5178
5176
  border-bottom-right-radius: $fk-feather-border-radius-full;
5179
5177
  border-top-left-radius: $fk-feather-border-radius-full;
5180
5178
  border-top-right-radius: $fk-feather-border-radius-full;
5179
+ height: $fk-feather-container-height-sm;
5180
+ width: $fk-feather-container-height-sm;
5181
5181
 
5182
5182
  }
5183
5183
  .k-textbox.k-input.k-input-outline .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-focus,.k-textbox.k-input.k-input-outline .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focus,.k-textbox.k-input.k-input-outline .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button.k-state-focused,.k-textbox.k-input.k-input-outline .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button:focus{
@@ -5229,16 +5229,16 @@
5229
5229
 
5230
5230
  }
5231
5231
  .k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item .k-link.k-menu-link.k-active,.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item .k-link.k-menu-link.k-state-active,.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item .k-link.k-menu-link:active{
5232
- color: k-color( primary );
5233
- background-color: initial;
5232
+ background-color: initial;
5234
5233
  background-image: $fk-feather-focused-on-surface-gradient;
5234
+ color: k-color( primary );
5235
5235
 
5236
5236
  }
5237
5237
  .k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item.k-focus,.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item.k-state-focus,.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item.k-state-focused,.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item:focus{
5238
5238
  @extend %fk-effects-feather-focus-inner-on-surface;
5239
- color: k-color( primary );
5240
- background-color: initial;
5239
+ background-color: initial;
5241
5240
  background-image: $fk-feather-focused-on-surface-gradient;
5241
+ color: k-color( primary );
5242
5242
 
5243
5243
  }
5244
5244
  .k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item.k-focus .k-link.k-menu-link .k-icon.k-svg-icon >svg,.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item.k-state-focus .k-link.k-menu-link .k-icon.k-svg-icon >svg,.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item.k-state-focused .k-link.k-menu-link .k-icon.k-svg-icon >svg,.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item:focus .k-link.k-menu-link .k-icon.k-svg-icon >svg{
@@ -5246,8 +5246,8 @@
5246
5246
 
5247
5247
  }
5248
5248
  .k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item.k-disabled,.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item.k-state-disabled,.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item:disabled{
5249
- opacity: 100%;
5250
- color: $fk-feather-disabled-text-on-surface;
5249
+ color: $fk-feather-disabled-text-on-surface;
5250
+ opacity: 100%;
5251
5251
 
5252
5252
  }
5253
5253
  .k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item.k-hover,.k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item.k-state-hover,.k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item.k-state-hovered,.k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item:hover{
@@ -5263,36 +5263,36 @@
5263
5263
  }
5264
5264
  .k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item.k-focus,.k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item.k-state-focus,.k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item.k-state-focused,.k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item:focus{
5265
5265
  @extend %fk-effects-feather-focus-inner-on-surface;
5266
- color: k-color( primary );
5267
- background-color: initial;
5266
+ background-color: initial;
5268
5267
  background-image: $fk-feather-focused-on-surface-gradient;
5268
+ color: k-color( primary );
5269
5269
 
5270
5270
  }
5271
5271
  div.fk-container{
5272
- padding-bottom: $fk-kendo-expander-content-padding-x;
5273
- padding-left: $fk-kendo-expander-content-padding-x;
5274
- padding-right: $fk-kendo-expander-content-padding-x;
5275
- padding-top: $fk-kendo-expander-content-padding-x;
5276
- background-color: $fk-kendo-component-bg;
5272
+ background-color: $fk-kendo-component-bg;
5277
5273
  background-image: none;
5274
+ border-bottom-color: $fk-kendo-component-border;
5278
5275
  border-bottom-left-radius: $fk-kendo-border-radius;
5279
5276
  border-bottom-right-radius: $fk-kendo-border-radius;
5280
- border-top-left-radius: $fk-kendo-border-radius;
5281
- border-top-right-radius: $fk-kendo-border-radius;
5282
- border-bottom-width: $fk-kendo-expander-border-width;
5283
- border-left-width: $fk-kendo-expander-border-width;
5284
- border-right-width: $fk-kendo-expander-border-width;
5285
- border-top-width: $fk-kendo-expander-border-width;
5286
- border-bottom-color: $fk-kendo-component-border;
5287
5277
  border-bottom-style: solid;
5278
+ border-bottom-width: $fk-kendo-expander-border-width;
5288
5279
  border-left-color: $fk-kendo-component-border;
5289
5280
  border-left-style: solid;
5281
+ border-left-width: $fk-kendo-expander-border-width;
5290
5282
  border-right-color: $fk-kendo-component-border;
5291
5283
  border-right-style: solid;
5284
+ border-right-width: $fk-kendo-expander-border-width;
5292
5285
  border-top-color: $fk-kendo-component-border;
5286
+ border-top-left-radius: $fk-kendo-border-radius;
5287
+ border-top-right-radius: $fk-kendo-border-radius;
5293
5288
  border-top-style: solid;
5289
+ border-top-width: $fk-kendo-expander-border-width;
5294
5290
  display: flex;
5295
5291
  flex-direction: column;
5292
+ padding-bottom: $fk-kendo-expander-content-padding-x;
5293
+ padding-left: $fk-kendo-expander-content-padding-x;
5294
+ padding-right: $fk-kendo-expander-content-padding-x;
5295
+ padding-top: $fk-kendo-expander-content-padding-x;
5296
5296
  row-gap: $fk-kendo-expander-spacing-y;
5297
5297
 
5298
5298
  }
@@ -5308,16 +5308,16 @@
5308
5308
 
5309
5309
  }
5310
5310
  .k-textbox.k-input .k-input-inner.k-state-readonly,.k-textbox.k-input .k-input-inner[readonly]{
5311
- border-bottom-style: none;
5311
+ border-bottom-color: transparent;
5312
+ border-bottom-style: none;
5313
+ border-left-color: transparent;
5312
5314
  border-left-style: none;
5315
+ border-right-color: transparent;
5313
5316
  border-right-style: none;
5317
+ border-top-color: transparent;
5314
5318
  border-top-style: none;
5315
- outline-style: none;
5316
5319
  outline-color: transparent;
5317
- border-bottom-color: transparent;
5318
- border-left-color: transparent;
5319
- border-right-color: transparent;
5320
- border-top-color: transparent;
5320
+ outline-style: none;
5321
5321
 
5322
5322
  }
5323
5323
  .k-button.k-hover.k-button-solid-primary.k-icon-button,.k-button.k-state-hover.k-button-solid-primary.k-icon-button,.k-button.k-state-hovered.k-button-solid-primary.k-icon-button,.k-button:hover.k-button-solid-primary.k-icon-button{
@@ -5371,12 +5371,12 @@
5371
5371
 
5372
5372
  }
5373
5373
  .k-popup.k-datetime-container .k-time-list-container .k-time-list-wrapper .k-time-list .k-content.k-scrollable.k-time-container .k-reset .k-item{
5374
- translate: 0 -35%;
5375
- line-height: 2.5;
5376
- border-bottom-left-radius: $fk-feather-border-radius-full;
5374
+ border-bottom-left-radius: $fk-feather-border-radius-full;
5377
5375
  border-bottom-right-radius: $fk-feather-border-radius-full;
5378
5376
  border-top-left-radius: $fk-feather-border-radius-full;
5379
5377
  border-top-right-radius: $fk-feather-border-radius-full;
5378
+ line-height: 2.5;
5379
+ translate: 0 -35%;
5380
5380
 
5381
5381
  }
5382
5382
  .k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper .k-time-list::before{
@@ -5393,14 +5393,14 @@
5393
5393
 
5394
5394
  }
5395
5395
  .k-popup.k-datetime-container .k-time-list-container .k-time-list-wrapper .k-time-list .k-content.k-scrollable.k-time-container .k-reset .k-item.k-hover,.k-popup.k-datetime-container .k-time-list-container .k-time-list-wrapper .k-time-list .k-content.k-scrollable.k-time-container .k-reset .k-item.k-state-hover,.k-popup.k-datetime-container .k-time-list-container .k-time-list-wrapper .k-time-list .k-content.k-scrollable.k-time-container .k-reset .k-item.k-state-hovered,.k-popup.k-datetime-container .k-time-list-container .k-time-list-wrapper .k-time-list .k-content.k-scrollable.k-time-container .k-reset .k-item:hover{
5396
- text-underline-offset: 4px;
5397
- text-decoration-color: currentColor;
5396
+ text-decoration-color: currentColor;
5398
5397
  text-decoration-thickness: 1px;
5398
+ text-underline-offset: 4px;
5399
5399
 
5400
5400
  }
5401
5401
  .k-button .k-button-text{
5402
- padding-right: 0.25rem;
5403
- padding-left: 0.25rem;
5402
+ padding-left: 0.25rem;
5403
+ padding-right: 0.25rem;
5404
5404
 
5405
5405
  }
5406
5406
  .k-button.k-focus.k-button-outline.k-button-outline-primary.k-icon-button,.k-button.k-state-focus.k-button-outline.k-button-outline-primary.k-icon-button,.k-button.k-state-focused.k-button-outline.k-button-outline-primary.k-icon-button,.k-button:focus.k-button-outline.k-button-outline-primary.k-icon-button{
@@ -5416,28 +5416,28 @@
5416
5416
 
5417
5417
  }
5418
5418
  .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-increase .k-button-icon.k-icon.k-svg-icon >svg{
5419
- width: 20px;
5420
- height: 20px;
5419
+ height: 20px;
5420
+ width: 20px;
5421
5421
 
5422
5422
  }
5423
5423
  .k-numerictextbox.k-input .k-input-spinner.k-spin-button .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-spinner-decrease .k-button-icon.k-icon.k-svg-icon >svg{
5424
- width: 20px;
5425
- height: 20px;
5424
+ height: 20px;
5425
+ width: 20px;
5426
5426
 
5427
5427
  }
5428
5428
  .k-multiselect.k-input .k-clear-value{
5429
- width: $fk-feather-container-height-sm;
5430
- height: $fk-feather-container-height-sm;
5431
- border-bottom-left-radius: $fk-feather-border-radius-full;
5429
+ border-bottom-left-radius: $fk-feather-border-radius-full;
5432
5430
  border-bottom-right-radius: $fk-feather-border-radius-full;
5433
5431
  border-top-left-radius: $fk-feather-border-radius-full;
5434
5432
  border-top-right-radius: $fk-feather-border-radius-full;
5435
- opacity: 100%;
5436
5433
  color: $fk-kendo-component-text;
5434
+ height: $fk-feather-container-height-sm;
5435
+ opacity: 100%;
5437
5436
  padding-bottom: 0px;
5438
5437
  padding-left: 0px;
5439
5438
  padding-right: 0px;
5440
5439
  padding-top: 0px;
5440
+ width: $fk-feather-container-height-sm;
5441
5441
 
5442
5442
  }
5443
5443
  .k-multiselect.k-input.k-hover .k-clear-value.k-hover,.k-multiselect.k-input.k-hover .k-clear-value.k-state-hover,.k-multiselect.k-input.k-hover .k-clear-value.k-state-hovered,.k-multiselect.k-input.k-hover .k-clear-value:hover,.k-multiselect.k-input.k-state-hover .k-clear-value.k-hover,.k-multiselect.k-input.k-state-hover .k-clear-value.k-state-hover,.k-multiselect.k-input.k-state-hover .k-clear-value.k-state-hovered,.k-multiselect.k-input.k-state-hover .k-clear-value:hover,.k-multiselect.k-input.k-state-hovered .k-clear-value.k-hover,.k-multiselect.k-input.k-state-hovered .k-clear-value.k-state-hover,.k-multiselect.k-input.k-state-hovered .k-clear-value.k-state-hovered,.k-multiselect.k-input.k-state-hovered .k-clear-value:hover,.k-multiselect.k-input:hover .k-clear-value.k-hover,.k-multiselect.k-input:hover .k-clear-value.k-state-hover,.k-multiselect.k-input:hover .k-clear-value.k-state-hovered,.k-multiselect.k-input:hover .k-clear-value:hover{
@@ -5447,23 +5447,23 @@
5447
5447
 
5448
5448
  }
5449
5449
  .k-multiselect.k-input{
5450
- padding-right: $fk-kendo-input-padding-y;
5451
- padding-left: $fk-kendo-input-padding-y;
5450
+ padding-left: $fk-kendo-input-padding-y;
5451
+ padding-right: $fk-kendo-input-padding-y;
5452
5452
 
5453
5453
  }
5454
5454
  .k-multiselecttree.k-input .k-clear-value{
5455
- padding-bottom: 0px;
5456
- padding-left: 0px;
5457
- padding-right: 0px;
5458
- padding-top: 0px;
5459
- width: $fk-feather-container-height-sm;
5460
- height: $fk-feather-container-height-sm;
5461
- opacity: 100%;
5462
- border-bottom-left-radius: $fk-feather-border-radius-full;
5455
+ border-bottom-left-radius: $fk-feather-border-radius-full;
5463
5456
  border-bottom-right-radius: $fk-feather-border-radius-full;
5464
5457
  border-top-left-radius: $fk-feather-border-radius-full;
5465
5458
  border-top-right-radius: $fk-feather-border-radius-full;
5466
5459
  color: $fk-kendo-component-text;
5460
+ height: $fk-feather-container-height-sm;
5461
+ opacity: 100%;
5462
+ padding-bottom: 0px;
5463
+ padding-left: 0px;
5464
+ padding-right: 0px;
5465
+ padding-top: 0px;
5466
+ width: $fk-feather-container-height-sm;
5467
5467
 
5468
5468
  }
5469
5469
  .k-multiselecttree.k-input.k-hover .k-clear-value.k-hover,.k-multiselecttree.k-input.k-hover .k-clear-value.k-state-hover,.k-multiselecttree.k-input.k-hover .k-clear-value.k-state-hovered,.k-multiselecttree.k-input.k-hover .k-clear-value:hover,.k-multiselecttree.k-input.k-state-hover .k-clear-value.k-hover,.k-multiselecttree.k-input.k-state-hover .k-clear-value.k-state-hover,.k-multiselecttree.k-input.k-state-hover .k-clear-value.k-state-hovered,.k-multiselecttree.k-input.k-state-hover .k-clear-value:hover,.k-multiselecttree.k-input.k-state-hovered .k-clear-value.k-hover,.k-multiselecttree.k-input.k-state-hovered .k-clear-value.k-state-hover,.k-multiselecttree.k-input.k-state-hovered .k-clear-value.k-state-hovered,.k-multiselecttree.k-input.k-state-hovered .k-clear-value:hover,.k-multiselecttree.k-input:hover .k-clear-value.k-hover,.k-multiselecttree.k-input:hover .k-clear-value.k-state-hover,.k-multiselecttree.k-input:hover .k-clear-value.k-state-hovered,.k-multiselecttree.k-input:hover .k-clear-value:hover{
@@ -5500,11 +5500,11 @@
5500
5500
 
5501
5501
  }
5502
5502
  .fk-tabstrip-no-border.k-tabstrip.k-tabstrip-top .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active,.fk-tabstrip-no-border.k-tabstrip.k-tabstrip-top .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active,.fk-tabstrip-no-border.k-tabstrip.k-tabstrip-top .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active{
5503
- margin-bottom: -1px;
5504
- border-bottom-style: none;
5503
+ border-bottom-style: none;
5505
5504
  border-left-style: none;
5506
5505
  border-right-style: none;
5507
5506
  border-top-style: none;
5507
+ margin-bottom: -1px;
5508
5508
 
5509
5509
  }
5510
5510
  .fk-tabstrip-no-border.k-tabstrip.k-tabstrip-left .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item .k-link{
@@ -5528,4 +5528,16 @@
5528
5528
  .k-slider.k-slider-horizontal .k-slider-track-wrap .k-slider-track .k-draghandle.k-draghandle-start{
5529
5529
  visibility: visible;
5530
5530
 
5531
+ }
5532
+ .k-dialog-wrapper .k-window.k-dialog .k-window-titlebar.k-dialog-titlebar{
5533
+ @extend %fk-typography-feather-heading-3;
5534
+
5535
+ }
5536
+ .k-notification.k-notification-success .k-notification-status.k-icon.k-svg-icon >svg{
5537
+ flex-shrink: 0;
5538
+
5539
+ }
5540
+ .k-dialog-wrapper .k-window.k-dialog .k-window-titlebar.k-dialog-titlebar .k-window-title.k-dialog-title{
5541
+ @extend %fk-typography-feather-heading-2;
5542
+
5531
5543
  }