@featherk/styles 0.5.1 → 0.5.3
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-expander.css +3 -0
- package/dist/v8.2.0/scss/_externalStyles.scss +3 -1
- package/dist/v8.2.0/scss/_fonts.scss +17 -17
- package/dist/v8.2.0/scss/_overrides.scss +960 -912
- package/dist/v8.2.0/scss/_placeholders.scss +4 -4
- package/dist/v8.2.0/scss/_tokens.scss +522 -522
- package/package.json +1 -1
|
@@ -7,7 +7,7 @@
|
|
|
7
7
|
|
|
8
8
|
}
|
|
9
9
|
.k-checkbox-wrap .k-checkbox.k-checked,.k-checkbox-wrap .k-checkbox:checked{
|
|
10
|
-
background-color: $
|
|
10
|
+
background-color: $fk-feather-primary;
|
|
11
11
|
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");
|
|
12
12
|
background-size: 100% 100%;
|
|
13
13
|
stroke-dashoffset: 24px;
|
|
@@ -18,7 +18,7 @@
|
|
|
18
18
|
padding-left: 4px;
|
|
19
19
|
padding-right: 4px;
|
|
20
20
|
padding-top: 4px;
|
|
21
|
-
background-color: $
|
|
21
|
+
background-color: $fk-kendo-checkbox-bg;
|
|
22
22
|
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");
|
|
23
23
|
outline-offset: 0px;
|
|
24
24
|
outline-style: solid;
|
|
@@ -66,32 +66,32 @@
|
|
|
66
66
|
border-left-style: none;
|
|
67
67
|
border-right-style: none;
|
|
68
68
|
border-top-style: none;
|
|
69
|
-
height: $
|
|
69
|
+
height: $fk-feather-container-height-md;
|
|
70
70
|
width: fit-content;
|
|
71
71
|
transition-property: all;
|
|
72
72
|
transition-duration: 280ms;
|
|
73
73
|
isolation: isolate;
|
|
74
74
|
outline-style: solid;
|
|
75
75
|
outline-width: 0px;
|
|
76
|
-
outline-color: $
|
|
76
|
+
outline-color: $fk-feather-primary;
|
|
77
77
|
transition-timing-function: ease-out;
|
|
78
78
|
|
|
79
79
|
}
|
|
80
80
|
.k-button.k-button-md{
|
|
81
|
-
@extend %
|
|
81
|
+
@extend %fk-typography-feather-button;
|
|
82
82
|
|
|
83
83
|
}
|
|
84
84
|
.k-button-group{
|
|
85
85
|
isolation: isolate;
|
|
86
|
-
border-bottom-left-radius: $
|
|
87
|
-
border-bottom-right-radius: $
|
|
88
|
-
border-top-left-radius: $
|
|
89
|
-
border-top-right-radius: $
|
|
86
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
87
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
88
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
89
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
90
90
|
overflow: hidden;
|
|
91
91
|
|
|
92
92
|
}
|
|
93
93
|
.k-chip.k-chip-solid-base{
|
|
94
|
-
color: $
|
|
94
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
95
95
|
|
|
96
96
|
}
|
|
97
97
|
.k-chip{
|
|
@@ -100,10 +100,10 @@
|
|
|
100
100
|
|
|
101
101
|
}
|
|
102
102
|
.k-chip.k-rounded-md{
|
|
103
|
-
border-bottom-left-radius: $
|
|
104
|
-
border-bottom-right-radius: $
|
|
105
|
-
border-top-left-radius: $
|
|
106
|
-
border-top-right-radius: $
|
|
103
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
104
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
105
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
106
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
107
107
|
|
|
108
108
|
}
|
|
109
109
|
.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{
|
|
@@ -155,7 +155,7 @@
|
|
|
155
155
|
|
|
156
156
|
}
|
|
157
157
|
.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{
|
|
158
|
-
color: $
|
|
158
|
+
color: $fk-feather-primary;
|
|
159
159
|
box-shadow: none;
|
|
160
160
|
outline-style: solid;
|
|
161
161
|
outline-width: 2px;
|
|
@@ -167,24 +167,24 @@
|
|
|
167
167
|
|
|
168
168
|
}
|
|
169
169
|
.k-textbox.k-input .k-input-separator.k-input-separator-vertical{
|
|
170
|
-
border-bottom-color: $
|
|
171
|
-
border-left-color: $
|
|
172
|
-
border-right-color: $
|
|
173
|
-
border-top-color: $
|
|
170
|
+
border-bottom-color: $fk-kendo-base-border;
|
|
171
|
+
border-left-color: $fk-kendo-base-border;
|
|
172
|
+
border-right-color: $fk-kendo-base-border;
|
|
173
|
+
border-top-color: $fk-kendo-base-border;
|
|
174
174
|
visibility: hidden;
|
|
175
175
|
|
|
176
176
|
}
|
|
177
177
|
.k-list.k-list-md .k-list-content .k-list-ul .k-list-item{
|
|
178
|
-
@extend %
|
|
178
|
+
@extend %fk-typography-feather-body-small;
|
|
179
179
|
padding-right: 16px;
|
|
180
180
|
padding-left: 16px;
|
|
181
181
|
padding-top: 8px;
|
|
182
182
|
padding-bottom: 8px;
|
|
183
|
-
color: $
|
|
183
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
184
184
|
transition-property: all;
|
|
185
185
|
transition-duration: 280ms;
|
|
186
186
|
transition-timing-function: ease-out;
|
|
187
|
-
min-height: $
|
|
187
|
+
min-height: $fk-feather-container-height-md;
|
|
188
188
|
|
|
189
189
|
}
|
|
190
190
|
.k-button.k-selected .k-button-icon.k-icon.k-svg-icon{
|
|
@@ -192,17 +192,17 @@
|
|
|
192
192
|
|
|
193
193
|
}
|
|
194
194
|
.k-button.k-selected.k-button-flat .k-button-icon.k-icon.k-svg-icon{
|
|
195
|
-
color: $
|
|
195
|
+
color: $fk-feather-icon-on-neutral;
|
|
196
196
|
|
|
197
197
|
}
|
|
198
198
|
.k-button.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon{
|
|
199
|
-
color: $
|
|
199
|
+
color: $fk-feather-icon-on-surface;
|
|
200
200
|
|
|
201
201
|
}
|
|
202
202
|
.k-button.k-hover.k-button-outline.k-button-outline-primary,.k-button.k-state-hover.k-button-outline.k-button-outline-primary,.k-button.k-state-hovered.k-button-outline.k-button-outline-primary,.k-button:hover.k-button-outline.k-button-outline-primary{
|
|
203
203
|
color: k-color( primary );
|
|
204
204
|
background-color: initial;
|
|
205
|
-
background-image: $
|
|
205
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
206
206
|
|
|
207
207
|
}
|
|
208
208
|
.k-button.k-hover.k-button-outline.k-button-outline-primary .k-button-text,.k-button.k-state-hover.k-button-outline.k-button-outline-primary .k-button-text,.k-button.k-state-hovered.k-button-outline.k-button-outline-primary .k-button-text,.k-button:hover.k-button-outline.k-button-outline-primary .k-button-text{
|
|
@@ -212,26 +212,26 @@
|
|
|
212
212
|
.k-button.k-active.k-button-outline.k-button-outline-primary,.k-button.k-state-active.k-button-outline.k-button-outline-primary,.k-button:active.k-button-outline.k-button-outline-primary{
|
|
213
213
|
color: k-color( primary );
|
|
214
214
|
background-color: initial;
|
|
215
|
-
background-image: $
|
|
215
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
216
216
|
|
|
217
217
|
}
|
|
218
218
|
.k-button.k-selected.k-button-outline.k-button-outline-primary{
|
|
219
219
|
color: k-color( primary );
|
|
220
220
|
background-color: k-color( primary );
|
|
221
|
-
background-image: $
|
|
221
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
222
222
|
|
|
223
223
|
}
|
|
224
224
|
.k-button.k-focus,.k-button.k-state-focus,.k-button.k-state-focused,.k-button:focus{
|
|
225
225
|
background-color: inherit;
|
|
226
|
-
background-image: $
|
|
226
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
227
227
|
|
|
228
228
|
}
|
|
229
229
|
.k-button.k-focus.k-button-solid-base,.k-button.k-state-focus.k-button-solid-base,.k-button.k-state-focused.k-button-solid-base,.k-button:focus.k-button-solid-base{
|
|
230
|
-
@extend %
|
|
230
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
231
231
|
|
|
232
232
|
}
|
|
233
233
|
.k-button.k-focus.k-button-flat.k-button-flat-primary,.k-button.k-state-focus.k-button-flat.k-button-flat-primary,.k-button.k-state-focused.k-button-flat.k-button-flat-primary,.k-button:focus.k-button-flat.k-button-flat-primary{
|
|
234
|
-
@extend %
|
|
234
|
+
@extend %fk-effects-feather-focus-outer-on-surface-important;
|
|
235
235
|
color: k-color( secondary );
|
|
236
236
|
|
|
237
237
|
}
|
|
@@ -242,13 +242,13 @@
|
|
|
242
242
|
|
|
243
243
|
}
|
|
244
244
|
.k-button.k-focus.k-button-flat,.k-button.k-state-focus.k-button-flat,.k-button.k-state-focused.k-button-flat,.k-button:focus.k-button-flat{
|
|
245
|
-
@extend %
|
|
245
|
+
@extend %fk-effects-feather-focus-outer-on-color-important;
|
|
246
246
|
background-color: initial !important;
|
|
247
|
-
background-image: $
|
|
247
|
+
background-image: $fk-feather-focused-on-surface-gradient !important;
|
|
248
248
|
|
|
249
249
|
}
|
|
250
250
|
.k-button.k-focus.k-button-outline.k-button-outline-base,.k-button.k-state-focus.k-button-outline.k-button-outline-base,.k-button.k-state-focused.k-button-outline.k-button-outline-base,.k-button:focus.k-button-outline.k-button-outline-base{
|
|
251
|
-
@extend %
|
|
251
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
252
252
|
background-color: initial;
|
|
253
253
|
border-bottom-color: transparent;
|
|
254
254
|
border-left-color: transparent;
|
|
@@ -257,18 +257,18 @@
|
|
|
257
257
|
|
|
258
258
|
}
|
|
259
259
|
.k-button.k-focus.k-button-outline,.k-button.k-state-focus.k-button-outline,.k-button.k-state-focused.k-button-outline,.k-button:focus.k-button-outline{
|
|
260
|
-
background-image: $
|
|
260
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
261
261
|
|
|
262
262
|
}
|
|
263
263
|
.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip{
|
|
264
|
-
height: $
|
|
264
|
+
height: $fk-feather-container-height-xs;
|
|
265
265
|
column-gap: 0px;
|
|
266
|
-
background-color: $
|
|
266
|
+
background-color: $fk-feather-surface-shade-1;
|
|
267
267
|
background-image: none;
|
|
268
268
|
|
|
269
269
|
}
|
|
270
270
|
.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-chip-md{
|
|
271
|
-
@extend %
|
|
271
|
+
@extend %fk-typography-feather-body-small;
|
|
272
272
|
padding-right: 2px;
|
|
273
273
|
|
|
274
274
|
}
|
|
@@ -328,21 +328,21 @@
|
|
|
328
328
|
|
|
329
329
|
}
|
|
330
330
|
.k-radio-list.k-list-horizontal .k-radio-list-item{
|
|
331
|
-
column-gap: $
|
|
331
|
+
column-gap: $fk-kendo-radio-label-margin-x;
|
|
332
332
|
|
|
333
333
|
}
|
|
334
334
|
.k-radio-list.k-list-vertical .k-radio-list-item{
|
|
335
|
-
column-gap: $
|
|
335
|
+
column-gap: $fk-kendo-radio-label-margin-x;
|
|
336
336
|
|
|
337
337
|
}
|
|
338
338
|
.k-radio-list.k-list-horizontal{
|
|
339
|
-
column-gap: $
|
|
340
|
-
row-gap: $
|
|
339
|
+
column-gap: $fk-kendo-radio-list-item-padding-x;
|
|
340
|
+
row-gap: $fk-kendo-radio-list-item-padding-y;
|
|
341
341
|
|
|
342
342
|
}
|
|
343
343
|
.k-radio-list.k-list-vertical{
|
|
344
|
-
row-gap: $
|
|
345
|
-
column-gap: $
|
|
344
|
+
row-gap: $fk-kendo-radio-list-item-padding-y;
|
|
345
|
+
column-gap: $fk-kendo-radio-list-item-padding-x;
|
|
346
346
|
|
|
347
347
|
}
|
|
348
348
|
.k-slider .k-label{
|
|
@@ -359,15 +359,15 @@
|
|
|
359
359
|
}
|
|
360
360
|
.k-appbar.k-appbar-light{
|
|
361
361
|
height: 64px;
|
|
362
|
-
background-color: $
|
|
362
|
+
background-color: $fk-feather-primary;
|
|
363
363
|
background-image: none;
|
|
364
|
-
box-shadow: 0px 1px 0px 0px $
|
|
365
|
-
color: $
|
|
364
|
+
box-shadow: 0px 1px 0px 0px $fk-feather-border-on-color;
|
|
365
|
+
color: $fk-kendo-appbar-dark-text;
|
|
366
366
|
|
|
367
367
|
}
|
|
368
368
|
.k-appbar.k-appbar-light .k-appbar-section{
|
|
369
369
|
height: 48px;
|
|
370
|
-
color: $
|
|
370
|
+
color: $fk-kendo-appbar-dark-text;
|
|
371
371
|
|
|
372
372
|
}
|
|
373
373
|
.k-appbar.k-appbar-dark .k-appbar-section{
|
|
@@ -380,7 +380,7 @@
|
|
|
380
380
|
}
|
|
381
381
|
.k-appbar.k-appbar-dark{
|
|
382
382
|
height: 64px;
|
|
383
|
-
background-color: $
|
|
383
|
+
background-color: $fk-feather-primary;
|
|
384
384
|
background-image: none;
|
|
385
385
|
|
|
386
386
|
}
|
|
@@ -389,15 +389,15 @@
|
|
|
389
389
|
|
|
390
390
|
}
|
|
391
391
|
.k-calendar.k-calendar-range{
|
|
392
|
-
padding-bottom: $
|
|
393
|
-
padding-left: $
|
|
394
|
-
padding-right: $
|
|
395
|
-
padding-top: $
|
|
392
|
+
padding-bottom: $fk-kendo-padding-lg-x;
|
|
393
|
+
padding-left: $fk-kendo-padding-lg-x;
|
|
394
|
+
padding-right: $fk-kendo-padding-lg-x;
|
|
395
|
+
padding-top: $fk-kendo-padding-lg-x;
|
|
396
396
|
|
|
397
397
|
}
|
|
398
398
|
.k-combobox .k-input-button.k-button-solid-base{
|
|
399
399
|
background-color: initial;
|
|
400
|
-
color: $
|
|
400
|
+
color: $fk-feather-icon-on-neutral;
|
|
401
401
|
|
|
402
402
|
}
|
|
403
403
|
.k-combobox .k-input-button.k-button{
|
|
@@ -405,68 +405,68 @@
|
|
|
405
405
|
|
|
406
406
|
}
|
|
407
407
|
.k-combobox .k-input-button{
|
|
408
|
-
width: $
|
|
409
|
-
height: $
|
|
410
|
-
border-bottom-left-radius: $
|
|
411
|
-
border-bottom-right-radius: $
|
|
412
|
-
border-top-left-radius: $
|
|
413
|
-
border-top-right-radius: $
|
|
408
|
+
width: $fk-feather-container-height-sm;
|
|
409
|
+
height: $fk-feather-container-height-sm;
|
|
410
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
411
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
412
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
413
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
414
414
|
|
|
415
415
|
}
|
|
416
416
|
.k-combobox.k-hover .k-input-button.k-hover,.k-combobox.k-hover .k-input-button.k-state-hover,.k-combobox.k-hover .k-input-button.k-state-hovered,.k-combobox.k-hover .k-input-button:hover, .k-combobox.k-state-hover .k-input-button.k-hover, .k-combobox.k-state-hover .k-input-button.k-state-hover, .k-combobox.k-state-hover .k-input-button.k-state-hovered, .k-combobox.k-state-hover .k-input-button:hover, .k-combobox.k-state-hovered .k-input-button.k-hover, .k-combobox.k-state-hovered .k-input-button.k-state-hover, .k-combobox.k-state-hovered .k-input-button.k-state-hovered, .k-combobox.k-state-hovered .k-input-button:hover, .k-combobox:hover .k-input-button.k-hover, .k-combobox:hover .k-input-button.k-state-hover, .k-combobox:hover .k-input-button.k-state-hovered, .k-combobox:hover .k-input-button:hover{
|
|
417
|
-
height: $
|
|
417
|
+
height: $fk-feather-container-height-sm;
|
|
418
418
|
opacity: 100%;
|
|
419
419
|
visibility: visible;
|
|
420
420
|
|
|
421
421
|
}
|
|
422
422
|
.k-combobox.k-hover .k-input-button.k-hover,.k-combobox.k-hover .k-input-button.k-state-hover,.k-combobox.k-hover .k-input-button.k-state-hovered,.k-combobox.k-hover .k-input-button:hover,.k-combobox.k-state-hover .k-input-button.k-hover,.k-combobox.k-state-hover .k-input-button.k-state-hover,.k-combobox.k-state-hover .k-input-button.k-state-hovered,.k-combobox.k-state-hover .k-input-button:hover,.k-combobox.k-state-hovered .k-input-button.k-hover,.k-combobox.k-state-hovered .k-input-button.k-state-hover,.k-combobox.k-state-hovered .k-input-button.k-state-hovered,.k-combobox.k-state-hovered .k-input-button:hover,.k-combobox:hover .k-input-button.k-hover,.k-combobox:hover .k-input-button.k-state-hover,.k-combobox:hover .k-input-button.k-state-hovered,.k-combobox:hover .k-input-button:hover{
|
|
423
|
-
width: $
|
|
423
|
+
width: $fk-feather-container-height-sm;
|
|
424
424
|
background-color: initial;
|
|
425
|
-
background-image: $
|
|
425
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
426
426
|
|
|
427
427
|
}
|
|
428
428
|
.k-combobox.k-hover .k-input-button.k-hover.k-button-solid-base,.k-combobox.k-hover .k-input-button.k-state-hover.k-button-solid-base,.k-combobox.k-hover .k-input-button.k-state-hovered.k-button-solid-base,.k-combobox.k-hover .k-input-button:hover.k-button-solid-base,.k-combobox.k-state-hover .k-input-button.k-hover.k-button-solid-base,.k-combobox.k-state-hover .k-input-button.k-state-hover.k-button-solid-base,.k-combobox.k-state-hover .k-input-button.k-state-hovered.k-button-solid-base,.k-combobox.k-state-hover .k-input-button:hover.k-button-solid-base,.k-combobox.k-state-hovered .k-input-button.k-hover.k-button-solid-base,.k-combobox.k-state-hovered .k-input-button.k-state-hover.k-button-solid-base,.k-combobox.k-state-hovered .k-input-button.k-state-hovered.k-button-solid-base,.k-combobox.k-state-hovered .k-input-button:hover.k-button-solid-base,.k-combobox:hover .k-input-button.k-hover.k-button-solid-base,.k-combobox:hover .k-input-button.k-state-hover.k-button-solid-base,.k-combobox:hover .k-input-button.k-state-hovered.k-button-solid-base,.k-combobox:hover .k-input-button:hover.k-button-solid-base{
|
|
429
|
-
color: $
|
|
429
|
+
color: $fk-feather-primary-text-on-surface;
|
|
430
430
|
|
|
431
431
|
}
|
|
432
432
|
.k-combobox.k-input .k-clear-value{
|
|
433
|
-
width: $
|
|
434
|
-
height: $
|
|
433
|
+
width: $fk-feather-container-height-sm;
|
|
434
|
+
height: $fk-feather-container-height-sm;
|
|
435
435
|
box-sizing: border-box;
|
|
436
|
-
padding-top: $
|
|
437
|
-
padding-bottom: $
|
|
438
|
-
padding-left: $
|
|
439
|
-
padding-right: $
|
|
436
|
+
padding-top: $fk-kendo-input-padding-y;
|
|
437
|
+
padding-bottom: $fk-kendo-input-padding-y;
|
|
438
|
+
padding-left: $fk-kendo-input-padding-y;
|
|
439
|
+
padding-right: $fk-kendo-input-padding-y;
|
|
440
440
|
opacity: 100%;
|
|
441
|
-
border-bottom-left-radius: $
|
|
442
|
-
border-bottom-right-radius: $
|
|
443
|
-
border-top-left-radius: $
|
|
444
|
-
border-top-right-radius: $
|
|
445
|
-
color: $
|
|
441
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
442
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
443
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
444
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
445
|
+
color: $fk-feather-icon-on-neutral;
|
|
446
446
|
|
|
447
447
|
}
|
|
448
448
|
.k-combobox.k-input .k-input-button{
|
|
449
449
|
align-self: center;
|
|
450
|
-
width: $
|
|
450
|
+
width: $fk-feather-container-height-sm;
|
|
451
451
|
|
|
452
452
|
}
|
|
453
453
|
.k-combobox.k-input{
|
|
454
454
|
padding-right: 4px;
|
|
455
|
-
height: $
|
|
455
|
+
height: $fk-feather-container-height-lg;
|
|
456
456
|
background-image: none;
|
|
457
457
|
|
|
458
458
|
}
|
|
459
459
|
.k-combobox.k-input.k-input-solid{
|
|
460
460
|
background-color: initial;
|
|
461
|
-
color: $
|
|
462
|
-
border-bottom-color: $
|
|
463
|
-
border-left-color: $
|
|
464
|
-
border-right-color: $
|
|
465
|
-
border-top-color: $
|
|
461
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
462
|
+
border-bottom-color: $fk-feather-secondary-text-on-surface;
|
|
463
|
+
border-left-color: $fk-feather-secondary-text-on-surface;
|
|
464
|
+
border-right-color: $fk-feather-secondary-text-on-surface;
|
|
465
|
+
border-top-color: $fk-feather-secondary-text-on-surface;
|
|
466
466
|
|
|
467
467
|
}
|
|
468
468
|
.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{
|
|
469
|
-
color: $
|
|
469
|
+
color: $fk-feather-primary-text-on-surface;
|
|
470
470
|
flex-direction: row;
|
|
471
471
|
column-gap: 4px;
|
|
472
472
|
row-gap: 0px;
|
|
@@ -478,14 +478,14 @@
|
|
|
478
478
|
margin-left: 0px;
|
|
479
479
|
margin-right: 0px;
|
|
480
480
|
margin-top: 0px;
|
|
481
|
-
padding-bottom: $
|
|
482
|
-
padding-left: $
|
|
483
|
-
padding-right: $
|
|
484
|
-
padding-top: $
|
|
481
|
+
padding-bottom: $fk-kendo-input-padding-y;
|
|
482
|
+
padding-left: $fk-kendo-input-padding-y;
|
|
483
|
+
padding-right: $fk-kendo-input-padding-y;
|
|
484
|
+
padding-top: $fk-kendo-input-padding-y;
|
|
485
485
|
display: inline-flex;
|
|
486
486
|
justify-content: center;
|
|
487
487
|
background-color: initial;
|
|
488
|
-
background-image: $
|
|
488
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
489
489
|
|
|
490
490
|
}
|
|
491
491
|
.k-combobox-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item{
|
|
@@ -499,8 +499,8 @@
|
|
|
499
499
|
.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{
|
|
500
500
|
background-color: initial;
|
|
501
501
|
background-image: none;
|
|
502
|
-
padding-right: $
|
|
503
|
-
padding-left: $
|
|
502
|
+
padding-right: $fk-kendo-input-padding-y;
|
|
503
|
+
padding-left: $fk-kendo-input-padding-y;
|
|
504
504
|
color: inherit;
|
|
505
505
|
|
|
506
506
|
}
|
|
@@ -517,14 +517,14 @@
|
|
|
517
517
|
}
|
|
518
518
|
.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-hover,.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-state-hover,.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-state-hovered,.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:hover{
|
|
519
519
|
background-color: initial;
|
|
520
|
-
background-image: $
|
|
521
|
-
color: $
|
|
520
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
521
|
+
color: $fk-feather-primary-text-on-surface;
|
|
522
522
|
|
|
523
523
|
}
|
|
524
524
|
.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-hover,.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-state-hover,.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-state-hovered,.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:hover{
|
|
525
525
|
background-color: initial;
|
|
526
|
-
background-image: $
|
|
527
|
-
color: $
|
|
526
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
527
|
+
color: $fk-feather-primary-text-on-surface;
|
|
528
528
|
|
|
529
529
|
}
|
|
530
530
|
.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{
|
|
@@ -540,32 +540,32 @@
|
|
|
540
540
|
|
|
541
541
|
}
|
|
542
542
|
.k-numerictextbox.k-input .k-input-spinner.k-spin-button{
|
|
543
|
-
color: $
|
|
543
|
+
color: $fk-feather-icon-on-neutral;
|
|
544
544
|
height: 100%;
|
|
545
545
|
|
|
546
546
|
}
|
|
547
547
|
.k-textbox.k-input .k-clear-value{
|
|
548
|
-
width: $
|
|
549
|
-
height: $
|
|
548
|
+
width: $fk-feather-container-height-xs;
|
|
549
|
+
height: $fk-feather-container-height-xs;
|
|
550
550
|
box-sizing: border-box;
|
|
551
551
|
border-bottom-left-radius: 50%;
|
|
552
552
|
border-bottom-right-radius: 50%;
|
|
553
553
|
border-top-left-radius: 50%;
|
|
554
554
|
border-top-right-radius: 50%;
|
|
555
555
|
opacity: 100%;
|
|
556
|
-
color: $
|
|
556
|
+
color: $fk-feather-icon-on-neutral;
|
|
557
557
|
margin-right: 4px;
|
|
558
558
|
margin-left: 4px;
|
|
559
559
|
|
|
560
560
|
}
|
|
561
561
|
.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{
|
|
562
|
-
color: $
|
|
562
|
+
color: $fk-feather-primary-text-on-surface;
|
|
563
563
|
background-color: initial;
|
|
564
|
-
background-image: $
|
|
564
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
565
565
|
|
|
566
566
|
}
|
|
567
567
|
.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button{
|
|
568
|
-
color: $
|
|
568
|
+
color: $fk-feather-icon-on-neutral;
|
|
569
569
|
background-color: initial !important;
|
|
570
570
|
background-image: none !important;
|
|
571
571
|
border-bottom-left-radius: 50%;
|
|
@@ -588,9 +588,9 @@
|
|
|
588
588
|
|
|
589
589
|
}
|
|
590
590
|
.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{
|
|
591
|
-
color: $
|
|
591
|
+
color: $fk-feather-primary-text-on-surface;
|
|
592
592
|
background-color: initial !important;
|
|
593
|
-
background-image: $
|
|
593
|
+
background-image: $fk-feather-hover-on-surface-gradient !important;
|
|
594
594
|
|
|
595
595
|
}
|
|
596
596
|
.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{
|
|
@@ -598,7 +598,7 @@
|
|
|
598
598
|
|
|
599
599
|
}
|
|
600
600
|
.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{
|
|
601
|
-
color: $
|
|
601
|
+
color: $fk-feather-icon-on-neutral;
|
|
602
602
|
width: 18px;
|
|
603
603
|
height: 18px;
|
|
604
604
|
|
|
@@ -615,26 +615,26 @@
|
|
|
615
615
|
}
|
|
616
616
|
.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{
|
|
617
617
|
outline-offset: -1px;
|
|
618
|
-
box-shadow: 0px 0px 0px 1px $
|
|
618
|
+
box-shadow: 0px 0px 0px 1px $fk-feather-secondary-text-on-surface !important;
|
|
619
619
|
border-bottom-width: 1px;
|
|
620
620
|
border-left-width: 1px;
|
|
621
621
|
border-right-width: 1px;
|
|
622
622
|
border-top-width: 1px;
|
|
623
|
-
border-bottom-color: $
|
|
624
|
-
border-left-color: $
|
|
625
|
-
border-right-color: $
|
|
626
|
-
border-top-color: $
|
|
623
|
+
border-bottom-color: $fk-feather-secondary-text-on-surface !important;
|
|
624
|
+
border-left-color: $fk-feather-secondary-text-on-surface !important;
|
|
625
|
+
border-right-color: $fk-feather-secondary-text-on-surface !important;
|
|
626
|
+
border-top-color: $fk-feather-secondary-text-on-surface !important;
|
|
627
627
|
border-bottom-style: solid;
|
|
628
628
|
border-left-style: solid;
|
|
629
629
|
border-right-style: solid;
|
|
630
630
|
border-top-style: solid;
|
|
631
|
-
color: $
|
|
631
|
+
color: $fk-feather-primary-text-on-surface;
|
|
632
632
|
background-color: initial !important;
|
|
633
|
-
background-image: $
|
|
633
|
+
background-image: $fk-feather-focused-on-surface-gradient !important;
|
|
634
634
|
|
|
635
635
|
}
|
|
636
636
|
h1{
|
|
637
|
-
@extend %
|
|
637
|
+
@extend %fk-typography-feather-heading-1;
|
|
638
638
|
|
|
639
639
|
}
|
|
640
640
|
.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link{
|
|
@@ -650,12 +650,12 @@
|
|
|
650
650
|
|
|
651
651
|
}
|
|
652
652
|
.k-popup.k-list-container{
|
|
653
|
-
@extend %
|
|
654
|
-
border-bottom-left-radius: $
|
|
655
|
-
border-bottom-right-radius: $
|
|
656
|
-
border-top-left-radius: $
|
|
657
|
-
border-top-right-radius: $
|
|
658
|
-
background-color: $
|
|
653
|
+
@extend %fk-effects-feather-elevation-04dp;
|
|
654
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
655
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
656
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
657
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
658
|
+
background-color: $fk-feather-surface;
|
|
659
659
|
background-image: none;
|
|
660
660
|
translate: 0px 2px;
|
|
661
661
|
border-bottom-style: none;
|
|
@@ -665,11 +665,11 @@
|
|
|
665
665
|
|
|
666
666
|
}
|
|
667
667
|
.k-popup.k-menu-popup{
|
|
668
|
-
@extend %
|
|
669
|
-
border-bottom-left-radius: $
|
|
670
|
-
border-bottom-right-radius: $
|
|
671
|
-
border-top-left-radius: $
|
|
672
|
-
border-top-right-radius: $
|
|
668
|
+
@extend %fk-effects-feather-elevation-04dp;
|
|
669
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
670
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
671
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
672
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
673
673
|
border-bottom-style: none;
|
|
674
674
|
border-left-style: none;
|
|
675
675
|
border-right-style: none;
|
|
@@ -678,26 +678,26 @@
|
|
|
678
678
|
padding-left: 0px;
|
|
679
679
|
padding-right: 0px;
|
|
680
680
|
padding-top: 0px;
|
|
681
|
-
background-color: $
|
|
681
|
+
background-color: $fk-feather-surface;
|
|
682
682
|
background-image: none;
|
|
683
683
|
|
|
684
684
|
}
|
|
685
685
|
.k-list-filter .k-searchbox.k-textbox.k-input-solid{
|
|
686
|
-
border-top-color: $
|
|
687
|
-
border-right-color: $
|
|
688
|
-
border-left-color: $
|
|
689
|
-
border-bottom-color: $
|
|
686
|
+
border-top-color: $fk-kendo-input-border;
|
|
687
|
+
border-right-color: $fk-kendo-input-border;
|
|
688
|
+
border-left-color: $fk-kendo-input-border;
|
|
689
|
+
border-bottom-color: $fk-kendo-input-border;
|
|
690
690
|
|
|
691
691
|
}
|
|
692
692
|
.k-list-filter .k-searchbox.k-textbox.k-input{
|
|
693
693
|
border-top-style: none;
|
|
694
|
-
border-top-width: $
|
|
694
|
+
border-top-width: $fk-kendo-input-border-width;
|
|
695
695
|
border-right-style: none;
|
|
696
|
-
border-right-width: $
|
|
696
|
+
border-right-width: $fk-kendo-input-border-width;
|
|
697
697
|
border-left-style: none;
|
|
698
|
-
border-left-width: $
|
|
698
|
+
border-left-width: $fk-kendo-input-border-width;
|
|
699
699
|
border-bottom-style: solid;
|
|
700
|
-
border-bottom-width: $
|
|
700
|
+
border-bottom-width: $fk-kendo-input-border-width;
|
|
701
701
|
|
|
702
702
|
}
|
|
703
703
|
.k-list-filter .k-searchbox.k-textbox.k-rounded-md{
|
|
@@ -718,7 +718,7 @@
|
|
|
718
718
|
|
|
719
719
|
}
|
|
720
720
|
.k-list-filter .k-searchbox.k-textbox .k-input-inner{
|
|
721
|
-
padding-right: $
|
|
721
|
+
padding-right: $fk-kendo-input-padding-x;
|
|
722
722
|
padding-left: 4px;
|
|
723
723
|
|
|
724
724
|
}
|
|
@@ -738,7 +738,7 @@
|
|
|
738
738
|
}
|
|
739
739
|
.k-list-filter .k-searchbox.k-invalid.k-input,.k-list-filter .k-searchbox.ng-invalid.ng-touched.k-input,.k-list-filter .k-searchbox.ng-invalid.ng-dirty.k-input{
|
|
740
740
|
border-bottom-style: solid;
|
|
741
|
-
border-bottom-width: $
|
|
741
|
+
border-bottom-width: $fk-kendo-input-border-width;
|
|
742
742
|
|
|
743
743
|
}
|
|
744
744
|
.k-list-filter .k-searchbox.k-textbox.k-invalid.k-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched.k-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty.k-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.k-invalid.k-state-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.k-invalid.k-state-focused.k-input-solid,.k-list-filter .k-searchbox.k-textbox.k-invalid:focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched.k-state-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched.k-state-focused.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-touched:focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty.k-state-focus.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty.k-state-focused.k-input-solid,.k-list-filter .k-searchbox.k-textbox.ng-invalid.ng-dirty:focus.k-input-solid{
|
|
@@ -751,15 +751,15 @@
|
|
|
751
751
|
|
|
752
752
|
}
|
|
753
753
|
.k-textarea.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-textarea.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-textarea.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-textarea.k-input.k-invalid:focus-within.k-input-solid,.k-textarea.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-textarea.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
|
|
754
|
-
@extend %
|
|
754
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
755
755
|
|
|
756
756
|
}
|
|
757
757
|
.k-textarea.k-input.k-hover.k-input-solid,.k-textarea.k-input.k-state-hover.k-input-solid,.k-textarea.k-input.k-state-hovered.k-input-solid,.k-textarea.k-input:hover.k-input-solid{
|
|
758
|
-
color: $
|
|
758
|
+
color: $fk-feather-primary-text-on-surface;
|
|
759
759
|
|
|
760
760
|
}
|
|
761
761
|
.k-textarea.k-input.k-hover,.k-textarea.k-input.k-state-hover,.k-textarea.k-input.k-state-hovered,.k-textarea.k-input:hover{
|
|
762
|
-
@extend %
|
|
762
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
763
763
|
|
|
764
764
|
}
|
|
765
765
|
.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal{
|
|
@@ -775,10 +775,10 @@
|
|
|
775
775
|
|
|
776
776
|
}
|
|
777
777
|
.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{
|
|
778
|
-
@extend %
|
|
778
|
+
@extend %fk-effects-feather-focus-outer-on-color-important;
|
|
779
779
|
box-sizing: border-box;
|
|
780
780
|
background-color: initial !important;
|
|
781
|
-
background-image: $
|
|
781
|
+
background-image: $fk-feather-focused-on-surface-gradient !important;
|
|
782
782
|
border-bottom-style: none;
|
|
783
783
|
border-left-style: none;
|
|
784
784
|
border-right-style: none;
|
|
@@ -817,16 +817,16 @@
|
|
|
817
817
|
|
|
818
818
|
}
|
|
819
819
|
.k-textbox.k-input.k-focus.k-input-solid,.k-textbox.k-input.k-state-focus.k-input-solid,.k-textbox.k-input.k-state-focused.k-input-solid,.k-textbox.k-input:focus.k-input-solid{
|
|
820
|
-
@extend %
|
|
820
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
821
821
|
|
|
822
822
|
}
|
|
823
823
|
.k-textbox.k-input.k-invalid.k-focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-touched.k-focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-dirty.k-focus.k-input-solid,.k-textbox.k-input.k-invalid.k-state-focus.k-input-solid,.k-textbox.k-input.k-invalid.k-state-focused.k-input-solid,.k-textbox.k-input.k-invalid:focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-touched.k-state-focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-touched.k-state-focused.k-input-solid,.k-textbox.k-input.ng-invalid.ng-touched:focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-dirty.k-state-focus.k-input-solid,.k-textbox.k-input.ng-invalid.ng-dirty.k-state-focused.k-input-solid,.k-textbox.k-input.ng-invalid.ng-dirty:focus.k-input-solid{
|
|
824
|
-
@extend %
|
|
824
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
825
825
|
|
|
826
826
|
}
|
|
827
827
|
.k-label.k-text-disabled{
|
|
828
828
|
opacity: 100%;
|
|
829
|
-
color: $
|
|
829
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
830
830
|
|
|
831
831
|
}
|
|
832
832
|
.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-command-cell{
|
|
@@ -850,11 +850,11 @@
|
|
|
850
850
|
|
|
851
851
|
}
|
|
852
852
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command{
|
|
853
|
-
height: $
|
|
853
|
+
height: $fk-feather-container-height-md;
|
|
854
854
|
|
|
855
855
|
}
|
|
856
856
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-button-solid-primary{
|
|
857
|
-
background-color: $
|
|
857
|
+
background-color: $fk-feather-primary;
|
|
858
858
|
|
|
859
859
|
}
|
|
860
860
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-button{
|
|
@@ -862,7 +862,7 @@
|
|
|
862
862
|
|
|
863
863
|
}
|
|
864
864
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command{
|
|
865
|
-
height: $
|
|
865
|
+
height: $fk-feather-container-height-md;
|
|
866
866
|
|
|
867
867
|
}
|
|
868
868
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-button-solid-primary{
|
|
@@ -874,19 +874,19 @@
|
|
|
874
874
|
|
|
875
875
|
}
|
|
876
876
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-remove-command{
|
|
877
|
-
height: $
|
|
877
|
+
height: $fk-feather-container-height-md;
|
|
878
878
|
|
|
879
879
|
}
|
|
880
880
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-cancel-command{
|
|
881
|
-
height: $
|
|
881
|
+
height: $fk-feather-container-height-md;
|
|
882
882
|
|
|
883
883
|
}
|
|
884
884
|
.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell .k-input{
|
|
885
|
-
height: $
|
|
886
|
-
border-bottom-left-radius: $
|
|
887
|
-
border-bottom-right-radius: $
|
|
888
|
-
border-top-left-radius: $
|
|
889
|
-
border-top-right-radius: $
|
|
885
|
+
height: $fk-feather-container-height-md;
|
|
886
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
887
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
888
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
889
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
890
890
|
|
|
891
891
|
}
|
|
892
892
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-master-row.k-table-row.k-alt.k-table-alt-row{
|
|
@@ -900,24 +900,24 @@
|
|
|
900
900
|
|
|
901
901
|
}
|
|
902
902
|
.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row >td{
|
|
903
|
-
@extend %
|
|
903
|
+
@extend %fk-typography-feather-body-small;
|
|
904
904
|
box-sizing: content-box;
|
|
905
|
-
border-bottom-color: $
|
|
905
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
906
906
|
border-bottom-style: solid;
|
|
907
907
|
border-bottom-width: 1px;
|
|
908
|
-
border-top-color: $
|
|
908
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
909
909
|
border-top-style: none;
|
|
910
910
|
border-top-width: 0px;
|
|
911
|
-
border-right-color: $
|
|
911
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
912
912
|
border-right-style: none;
|
|
913
913
|
border-right-width: 0px;
|
|
914
|
-
border-left-color: $
|
|
914
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
915
915
|
border-left-style: none;
|
|
916
916
|
border-left-width: 0px;
|
|
917
917
|
|
|
918
918
|
}
|
|
919
919
|
.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{
|
|
920
|
-
@extend %
|
|
920
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
921
921
|
border-bottom-style: solid;
|
|
922
922
|
border-left-style: none;
|
|
923
923
|
border-right-style: none;
|
|
@@ -927,16 +927,16 @@
|
|
|
927
927
|
border-right-width: 0px;
|
|
928
928
|
border-top-width: 0px;
|
|
929
929
|
border-bottom-color: transparent;
|
|
930
|
-
border-left-color: $
|
|
931
|
-
border-right-color: $
|
|
932
|
-
border-top-color: $
|
|
930
|
+
border-left-color: $fk-feather-primary;
|
|
931
|
+
border-right-color: $fk-feather-primary;
|
|
932
|
+
border-top-color: $fk-feather-primary;
|
|
933
933
|
|
|
934
934
|
}
|
|
935
935
|
.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{
|
|
936
|
-
border-bottom-left-radius: $
|
|
937
|
-
border-bottom-right-radius: $
|
|
938
|
-
border-top-left-radius: $
|
|
939
|
-
border-top-right-radius: $
|
|
936
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
937
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
938
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
939
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
940
940
|
|
|
941
941
|
}
|
|
942
942
|
.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-focus .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-state-focus .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-state-focused .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell:focus .k-input{
|
|
@@ -947,7 +947,7 @@
|
|
|
947
947
|
|
|
948
948
|
}
|
|
949
949
|
.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-focus .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-state-focus .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell.k-state-focused .k-input,.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell:focus .k-input{
|
|
950
|
-
@extend %
|
|
950
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
951
951
|
border-bottom-style: solid;
|
|
952
952
|
border-left-style: solid;
|
|
953
953
|
border-right-style: solid;
|
|
@@ -963,11 +963,11 @@
|
|
|
963
963
|
|
|
964
964
|
}
|
|
965
965
|
.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{
|
|
966
|
-
@extend %
|
|
967
|
-
color: $
|
|
966
|
+
@extend %fk-typography-feather-body-small;
|
|
967
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
968
968
|
padding-top: 18px;
|
|
969
969
|
border-right-width: 1px;
|
|
970
|
-
border-right-color: $
|
|
970
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
971
971
|
border-right-style: solid;
|
|
972
972
|
|
|
973
973
|
}
|
|
@@ -980,8 +980,8 @@
|
|
|
980
980
|
border-left-style: none;
|
|
981
981
|
border-right-style: none;
|
|
982
982
|
border-top-style: none;
|
|
983
|
-
padding-top: $
|
|
984
|
-
padding-bottom: $
|
|
983
|
+
padding-top: $fk-kendo-grid-header-padding-y;
|
|
984
|
+
padding-bottom: $fk-kendo-grid-header-padding-y;
|
|
985
985
|
|
|
986
986
|
}
|
|
987
987
|
.k-fab.k-fab-solid-primary .k-fab-text{
|
|
@@ -990,8 +990,8 @@
|
|
|
990
990
|
|
|
991
991
|
}
|
|
992
992
|
.k-fab.k-fab-solid-primary.k-fab-md{
|
|
993
|
-
padding-right: $
|
|
994
|
-
padding-left: $
|
|
993
|
+
padding-right: $fk-kendo-fab-padding-x;
|
|
994
|
+
padding-left: $fk-kendo-fab-padding-x;
|
|
995
995
|
|
|
996
996
|
}
|
|
997
997
|
.k-fab.k-fab-solid-primary{
|
|
@@ -1033,22 +1033,22 @@
|
|
|
1033
1033
|
|
|
1034
1034
|
}
|
|
1035
1035
|
.k-chip .k-chip-content{
|
|
1036
|
-
@extend %
|
|
1037
|
-
color: $
|
|
1036
|
+
@extend %fk-typography-feather-body-small;
|
|
1037
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1038
1038
|
|
|
1039
1039
|
}
|
|
1040
1040
|
.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item{
|
|
1041
|
-
color: $
|
|
1042
|
-
border-bottom-left-radius: $
|
|
1043
|
-
border-bottom-right-radius: $
|
|
1044
|
-
border-top-left-radius: $
|
|
1045
|
-
border-top-right-radius: $
|
|
1046
|
-
min-height: $
|
|
1041
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1042
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
1043
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
1044
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
1045
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
1046
|
+
min-height: $fk-feather-container-height-md;
|
|
1047
1047
|
|
|
1048
1048
|
}
|
|
1049
1049
|
.k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item{
|
|
1050
|
-
color: $
|
|
1051
|
-
min-height: $
|
|
1050
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1051
|
+
min-height: $fk-feather-container-height-md;
|
|
1052
1052
|
|
|
1053
1053
|
}
|
|
1054
1054
|
.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item .k-link{
|
|
@@ -1056,8 +1056,8 @@
|
|
|
1056
1056
|
|
|
1057
1057
|
}
|
|
1058
1058
|
.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item{
|
|
1059
|
-
@extend %
|
|
1060
|
-
color: $
|
|
1059
|
+
@extend %fk-typography-feather-button;
|
|
1060
|
+
color: $fk-feather-primary;
|
|
1061
1061
|
border-bottom-style: none;
|
|
1062
1062
|
border-left-style: none;
|
|
1063
1063
|
border-right-style: none;
|
|
@@ -1066,15 +1066,15 @@
|
|
|
1066
1066
|
}
|
|
1067
1067
|
.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{
|
|
1068
1068
|
border-bottom-width: 3px;
|
|
1069
|
-
border-bottom-color: $
|
|
1069
|
+
border-bottom-color: $fk-feather-primary;
|
|
1070
1070
|
border-bottom-style: solid;
|
|
1071
1071
|
|
|
1072
1072
|
}
|
|
1073
1073
|
.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{
|
|
1074
1074
|
padding-bottom: 3px;
|
|
1075
|
-
border-left-color: $
|
|
1076
|
-
border-right-color: $
|
|
1077
|
-
border-top-color: $
|
|
1075
|
+
border-left-color: $fk-feather-primary;
|
|
1076
|
+
border-right-color: $fk-feather-primary;
|
|
1077
|
+
border-top-color: $fk-feather-primary;
|
|
1078
1078
|
|
|
1079
1079
|
}
|
|
1080
1080
|
.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{
|
|
@@ -1093,7 +1093,7 @@
|
|
|
1093
1093
|
|
|
1094
1094
|
}
|
|
1095
1095
|
.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{
|
|
1096
|
-
border-bottom-color: $
|
|
1096
|
+
border-bottom-color: $fk-feather-primary;
|
|
1097
1097
|
border-bottom-style: solid;
|
|
1098
1098
|
border-bottom-width: 3px;
|
|
1099
1099
|
border-top-left-radius: 4px;
|
|
@@ -1104,9 +1104,9 @@
|
|
|
1104
1104
|
|
|
1105
1105
|
}
|
|
1106
1106
|
.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{
|
|
1107
|
-
border-left-color: $
|
|
1108
|
-
border-right-color: $
|
|
1109
|
-
border-top-color: $
|
|
1107
|
+
border-left-color: $fk-feather-primary;
|
|
1108
|
+
border-right-color: $fk-feather-primary;
|
|
1109
|
+
border-top-color: $fk-feather-primary;
|
|
1110
1110
|
|
|
1111
1111
|
}
|
|
1112
1112
|
.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-state-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active.k-state-focused,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-active:focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-state-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active.k-state-focused,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item.k-state-active:focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-state-focus,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active.k-state-focused,.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item:active:focus{
|
|
@@ -1118,10 +1118,10 @@
|
|
|
1118
1118
|
border-left-style: none;
|
|
1119
1119
|
border-right-style: none;
|
|
1120
1120
|
border-top-style: none;
|
|
1121
|
-
border-bottom-color: $
|
|
1122
|
-
border-left-color: $
|
|
1123
|
-
border-right-color: $
|
|
1124
|
-
border-top-color: $
|
|
1121
|
+
border-bottom-color: $fk-feather-primary;
|
|
1122
|
+
border-left-color: $fk-feather-primary;
|
|
1123
|
+
border-right-color: $fk-feather-primary;
|
|
1124
|
+
border-top-color: $fk-feather-primary;
|
|
1125
1125
|
|
|
1126
1126
|
}
|
|
1127
1127
|
.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{
|
|
@@ -1142,7 +1142,7 @@
|
|
|
1142
1142
|
|
|
1143
1143
|
}
|
|
1144
1144
|
.k-switch.k-switch-off .k-switch-track{
|
|
1145
|
-
color: $
|
|
1145
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1146
1146
|
background-color: rgba(0, 0, 0, 0.04);
|
|
1147
1147
|
background-image: none;
|
|
1148
1148
|
transition-property: all;
|
|
@@ -1151,11 +1151,11 @@
|
|
|
1151
1151
|
|
|
1152
1152
|
}
|
|
1153
1153
|
.k-switch.k-switch-off .k-switch-thumb-wrap .k-switch-thumb{
|
|
1154
|
-
border-bottom-color: $
|
|
1155
|
-
border-left-color: $
|
|
1156
|
-
border-right-color: $
|
|
1157
|
-
border-top-color: $
|
|
1158
|
-
background-color: $
|
|
1154
|
+
border-bottom-color: $fk-feather-secondary-text-on-surface;
|
|
1155
|
+
border-left-color: $fk-feather-secondary-text-on-surface;
|
|
1156
|
+
border-right-color: $fk-feather-secondary-text-on-surface;
|
|
1157
|
+
border-top-color: $fk-feather-secondary-text-on-surface;
|
|
1158
|
+
background-color: $fk-feather-primary-text-on-color;
|
|
1159
1159
|
background-image: none;
|
|
1160
1160
|
transition-property: all;
|
|
1161
1161
|
transition-duration: 280ms;
|
|
@@ -1170,21 +1170,22 @@
|
|
|
1170
1170
|
|
|
1171
1171
|
}
|
|
1172
1172
|
.k-tabstrip .k-tabstrip-content.k-active,.k-tabstrip .k-tabstrip-content.k-state-active,.k-tabstrip .k-tabstrip-content:active{
|
|
1173
|
-
color: $
|
|
1173
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1174
1174
|
|
|
1175
1175
|
}
|
|
1176
1176
|
.k-tabstrip .k-tabstrip-content.k-active,.k-tabstrip .k-tabstrip-content.k-state-active,.k-tabstrip .k-tabstrip-content:active{
|
|
1177
|
-
@extend %
|
|
1177
|
+
@extend %fk-typography-kendo-default-typography;
|
|
1178
1178
|
|
|
1179
1179
|
}
|
|
1180
1180
|
.k-checkbox-label{
|
|
1181
|
-
@extend %
|
|
1182
|
-
color: $
|
|
1181
|
+
@extend %fk-typography-feather-body-small;
|
|
1182
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1183
1183
|
|
|
1184
1184
|
}
|
|
1185
1185
|
.k-textbox.k-input{
|
|
1186
1186
|
transition-property: all;
|
|
1187
1187
|
transition-duration: 280ms;
|
|
1188
|
+
outline-color: currentcolor;
|
|
1188
1189
|
|
|
1189
1190
|
}
|
|
1190
1191
|
.k-textbox.k-input.k-input-solid{
|
|
@@ -1192,25 +1193,25 @@
|
|
|
1192
1193
|
|
|
1193
1194
|
}
|
|
1194
1195
|
.k-radio-label{
|
|
1195
|
-
@extend %
|
|
1196
|
-
color: $
|
|
1196
|
+
@extend %fk-typography-feather-body-small;
|
|
1197
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1197
1198
|
|
|
1198
1199
|
}
|
|
1199
1200
|
.k-list.k-list-md .k-list-content .k-list-ul .k-list-item .k-list-item-text{
|
|
1200
|
-
@extend %
|
|
1201
|
-
color: $
|
|
1201
|
+
@extend %fk-typography-feather-body-small;
|
|
1202
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1202
1203
|
|
|
1203
1204
|
}
|
|
1204
1205
|
.k-datepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
|
|
1205
|
-
color: $
|
|
1206
|
+
color: $fk-feather-icon-on-neutral;
|
|
1206
1207
|
height: 100%;
|
|
1207
1208
|
aspect-ratio: 1;
|
|
1208
1209
|
|
|
1209
1210
|
}
|
|
1210
1211
|
.k-timepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
|
|
1211
1212
|
height: 100%;
|
|
1212
|
-
color: $
|
|
1213
|
-
width: $
|
|
1213
|
+
color: $fk-feather-icon-on-neutral;
|
|
1214
|
+
width: $fk-feather-container-height-lg;
|
|
1214
1215
|
|
|
1215
1216
|
}
|
|
1216
1217
|
.k-timeselector .k-time-header .k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-time-now::before{
|
|
@@ -1230,13 +1231,13 @@
|
|
|
1230
1231
|
|
|
1231
1232
|
}
|
|
1232
1233
|
.k-window.k-dialog .k-window-titlebar.k-dialog-titlebar .k-window-title.k-dialog-title{
|
|
1233
|
-
@extend %
|
|
1234
|
+
@extend %fk-typography-feather-body-large;
|
|
1234
1235
|
|
|
1235
1236
|
}
|
|
1236
1237
|
.k-window.k-dialog .k-window-content.k-dialog-content{
|
|
1237
|
-
@extend %
|
|
1238
|
+
@extend %fk-typography-feather-body-small;
|
|
1238
1239
|
text-align: left;
|
|
1239
|
-
padding-bottom: $
|
|
1240
|
+
padding-bottom: $fk-kendo-window-inner-padding-y;
|
|
1240
1241
|
|
|
1241
1242
|
}
|
|
1242
1243
|
.k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-stretched{
|
|
@@ -1248,26 +1249,26 @@
|
|
|
1248
1249
|
|
|
1249
1250
|
}
|
|
1250
1251
|
.k-window .k-window-titlebar{
|
|
1251
|
-
@extend %
|
|
1252
|
-
color: $
|
|
1252
|
+
@extend %fk-typography-feather-body-large;
|
|
1253
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1253
1254
|
background-color: initial;
|
|
1254
1255
|
background-image: none;
|
|
1255
1256
|
|
|
1256
1257
|
}
|
|
1257
1258
|
.k-window{
|
|
1258
|
-
@extend %
|
|
1259
|
-
@extend %
|
|
1259
|
+
@extend %fk-typography-feather-body-small;
|
|
1260
|
+
@extend %fk-effects-feather-elevation-12dp;
|
|
1260
1261
|
|
|
1261
1262
|
}
|
|
1262
1263
|
.k-window .k-window-content{
|
|
1263
|
-
@extend %
|
|
1264
|
+
@extend %fk-typography-feather-body-small;
|
|
1264
1265
|
padding-bottom: 32px;
|
|
1265
|
-
color: $
|
|
1266
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1266
1267
|
|
|
1267
1268
|
}
|
|
1268
1269
|
.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{
|
|
1269
|
-
height: $
|
|
1270
|
-
width: $
|
|
1270
|
+
height: $fk-feather-container-height-sm;
|
|
1271
|
+
width: $fk-feather-container-height-sm;
|
|
1271
1272
|
border-bottom-left-radius: 50%;
|
|
1272
1273
|
border-bottom-right-radius: 50%;
|
|
1273
1274
|
border-top-left-radius: 50%;
|
|
@@ -1281,37 +1282,37 @@
|
|
|
1281
1282
|
|
|
1282
1283
|
}
|
|
1283
1284
|
.k-window.k-window-minimized{
|
|
1284
|
-
@extend %
|
|
1285
|
-
border-bottom-right-radius: $
|
|
1285
|
+
@extend %fk-effects-feather-elevation-12dp;
|
|
1286
|
+
border-bottom-right-radius: $fk-kendo-window-border-radius;
|
|
1286
1287
|
overflow: hidden;
|
|
1287
1288
|
|
|
1288
1289
|
}
|
|
1289
1290
|
h2{
|
|
1290
|
-
@extend %
|
|
1291
|
+
@extend %fk-typography-feather-heading-2;
|
|
1291
1292
|
|
|
1292
1293
|
}
|
|
1293
1294
|
h3{
|
|
1294
|
-
@extend %
|
|
1295
|
+
@extend %fk-typography-feather-heading-3;
|
|
1295
1296
|
|
|
1296
1297
|
}
|
|
1297
1298
|
h4{
|
|
1298
|
-
@extend %
|
|
1299
|
+
@extend %fk-typography-feather-heading-4;
|
|
1299
1300
|
|
|
1300
1301
|
}
|
|
1301
1302
|
h5{
|
|
1302
|
-
@extend %
|
|
1303
|
+
@extend %fk-typography-feather-heading-5;
|
|
1303
1304
|
|
|
1304
1305
|
}
|
|
1305
1306
|
h6{
|
|
1306
|
-
@extend %
|
|
1307
|
+
@extend %fk-typography-feather-heading-6;
|
|
1307
1308
|
|
|
1308
1309
|
}
|
|
1309
1310
|
ul{
|
|
1310
|
-
@extend %
|
|
1311
|
+
@extend %fk-typography-feather-body-small;
|
|
1311
1312
|
|
|
1312
1313
|
}
|
|
1313
1314
|
div{
|
|
1314
|
-
@extend %
|
|
1315
|
+
@extend %fk-typography-feather-body-small;
|
|
1315
1316
|
|
|
1316
1317
|
}
|
|
1317
1318
|
.k-grid.k-grid-md .k-table{
|
|
@@ -1319,7 +1320,7 @@
|
|
|
1319
1320
|
|
|
1320
1321
|
}
|
|
1321
1322
|
.k-fab{
|
|
1322
|
-
@extend %
|
|
1323
|
+
@extend %fk-typography-feather-button;
|
|
1323
1324
|
|
|
1324
1325
|
}
|
|
1325
1326
|
.k-fab .k-fab-text{
|
|
@@ -1336,34 +1337,34 @@
|
|
|
1336
1337
|
|
|
1337
1338
|
}
|
|
1338
1339
|
.k-chip.k-disabled.k-chip-solid-base,.k-chip.k-state-disabled.k-chip-solid-base,.k-chip:disabled.k-chip-solid-base{
|
|
1339
|
-
color: $
|
|
1340
|
-
background-color: $
|
|
1340
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1341
|
+
background-color: $fk-feather-border-light-on-surface;
|
|
1341
1342
|
|
|
1342
1343
|
}
|
|
1343
1344
|
.k-toolbar{
|
|
1344
|
-
background-color: $
|
|
1345
|
+
background-color: $fk-feather-surface;
|
|
1345
1346
|
background-image: none;
|
|
1346
|
-
color: $
|
|
1347
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1347
1348
|
|
|
1348
1349
|
}
|
|
1349
1350
|
.k-button.k-disabled.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon,.k-button.k-state-disabled.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon,.k-button:disabled.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon{
|
|
1350
|
-
color: $
|
|
1351
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1351
1352
|
|
|
1352
1353
|
}
|
|
1353
1354
|
.k-button.k-disabled .k-button-icon.k-icon.k-svg-icon,.k-button.k-state-disabled .k-button-icon.k-icon.k-svg-icon,.k-button:disabled .k-button-icon.k-icon.k-svg-icon{
|
|
1354
|
-
color: $
|
|
1355
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1355
1356
|
|
|
1356
1357
|
}
|
|
1357
1358
|
.k-button-group .k-button.k-selected.k-focus,.k-button-group .k-button.k-selected.k-state-focus,.k-button-group .k-button.k-selected.k-state-focused,.k-button-group .k-button.k-selected:focus{
|
|
1358
|
-
background-color: $
|
|
1359
|
+
background-color: $fk-kendo-button-selected-bg;
|
|
1359
1360
|
|
|
1360
1361
|
}
|
|
1361
1362
|
.k-button-group .k-button.k-selected.k-focus,.k-button-group .k-button.k-selected.k-state-focus,.k-button-group .k-button.k-selected.k-state-focused,.k-button-group .k-button.k-selected:focus{
|
|
1362
|
-
background-image: $
|
|
1363
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
1363
1364
|
|
|
1364
1365
|
}
|
|
1365
1366
|
.k-button-group .k-button.k-selected.k-focus.k-button-solid-base,.k-button-group .k-button.k-selected.k-state-focus.k-button-solid-base,.k-button-group .k-button.k-selected.k-state-focused.k-button-solid-base,.k-button-group .k-button.k-selected:focus.k-button-solid-base{
|
|
1366
|
-
@extend %
|
|
1367
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
1367
1368
|
|
|
1368
1369
|
}
|
|
1369
1370
|
.k-button-group .k-button.k-selected.k-focus.k-icon-button,.k-button-group .k-button.k-selected.k-state-focus.k-icon-button,.k-button-group .k-button.k-selected.k-state-focused.k-icon-button,.k-button-group .k-button.k-selected:focus.k-icon-button{
|
|
@@ -1376,16 +1377,16 @@
|
|
|
1376
1377
|
.k-button-group .k-button.k-group-start,.k-button-group .k-button:first-child{
|
|
1377
1378
|
z-index: 0;
|
|
1378
1379
|
border-inline-start-width: 2px;
|
|
1379
|
-
box-shadow: inset -1px 0px 0px 0px $
|
|
1380
|
+
box-shadow: inset -1px 0px 0px 0px $fk-kendo-button-border;
|
|
1380
1381
|
|
|
1381
1382
|
}
|
|
1382
1383
|
.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{
|
|
1383
|
-
color: $
|
|
1384
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1384
1385
|
top: -4px;
|
|
1385
1386
|
|
|
1386
1387
|
}
|
|
1387
1388
|
.k-chip-list .k-chip.k-focus.k-chip-solid-base,.k-chip-list .k-chip.k-state-focus.k-chip-solid-base,.k-chip-list .k-chip.k-state-focused.k-chip-solid-base,.k-chip-list .k-chip:focus.k-chip-solid-base{
|
|
1388
|
-
@extend %
|
|
1389
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
1389
1390
|
border-bottom-color: transparent;
|
|
1390
1391
|
border-left-color: transparent;
|
|
1391
1392
|
border-right-color: transparent;
|
|
@@ -1399,13 +1400,13 @@
|
|
|
1399
1400
|
|
|
1400
1401
|
}
|
|
1401
1402
|
.k-chip.k-selected{
|
|
1402
|
-
color: $
|
|
1403
|
-
background-color: $
|
|
1403
|
+
color: $fk-feather-primary-text-on-color;
|
|
1404
|
+
background-color: $fk-kendo-chip-solid-selected-bg;
|
|
1404
1405
|
background-image: linear-gradient(transparent, transparent);
|
|
1405
1406
|
|
|
1406
1407
|
}
|
|
1407
1408
|
.k-chip.k-focus.k-chip-solid-base,.k-chip.k-state-focus.k-chip-solid-base,.k-chip.k-state-focused.k-chip-solid-base,.k-chip:focus.k-chip-solid-base{
|
|
1408
|
-
@extend %
|
|
1409
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
1409
1410
|
border-bottom-color: transparent;
|
|
1410
1411
|
border-left-color: transparent;
|
|
1411
1412
|
border-right-color: transparent;
|
|
@@ -1421,7 +1422,7 @@
|
|
|
1421
1422
|
transition-property: all;
|
|
1422
1423
|
transition-duration: 280ms;
|
|
1423
1424
|
transition-timing-function: ease-out;
|
|
1424
|
-
min-height: $
|
|
1425
|
+
min-height: $fk-feather-container-height-lg;
|
|
1425
1426
|
|
|
1426
1427
|
}
|
|
1427
1428
|
.k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button{
|
|
@@ -1429,14 +1430,14 @@
|
|
|
1429
1430
|
border-left-style: none;
|
|
1430
1431
|
border-right-style: none;
|
|
1431
1432
|
border-top-style: none;
|
|
1432
|
-
border-left-color: $
|
|
1433
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
1433
1434
|
border-left-width: 1px;
|
|
1434
|
-
height: $
|
|
1435
|
-
border-bottom-left-radius: $
|
|
1436
|
-
border-bottom-right-radius: $
|
|
1437
|
-
border-top-left-radius: $
|
|
1438
|
-
border-top-right-radius: $
|
|
1439
|
-
width: $
|
|
1435
|
+
height: $fk-feather-container-height-sm;
|
|
1436
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
1437
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
1438
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
1439
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
1440
|
+
width: $fk-feather-container-height-sm;
|
|
1440
1441
|
margin-top: 0.175rem;
|
|
1441
1442
|
margin-right: 0.25rem;
|
|
1442
1443
|
|
|
@@ -1458,35 +1459,35 @@
|
|
|
1458
1459
|
|
|
1459
1460
|
}
|
|
1460
1461
|
.k-button.k-selected.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1461
|
-
color: $
|
|
1462
|
+
color: $fk-feather-icon-on-color;
|
|
1462
1463
|
|
|
1463
1464
|
}
|
|
1464
1465
|
.k-button.k-selected.k-button-flat .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1465
|
-
color: $
|
|
1466
|
+
color: $fk-feather-icon-on-color;
|
|
1466
1467
|
|
|
1467
1468
|
}
|
|
1468
1469
|
.k-button.k-selected.k-button-outline.k-button-outline-primary .k-button-text{
|
|
1469
|
-
color: $
|
|
1470
|
+
color: $fk-feather-primary-text-on-color;
|
|
1470
1471
|
|
|
1471
1472
|
}
|
|
1472
1473
|
.k-button.k-selected.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1473
|
-
color: $
|
|
1474
|
+
color: $fk-feather-icon-on-color;
|
|
1474
1475
|
|
|
1475
1476
|
}
|
|
1476
1477
|
.k-button.k-disabled.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg,.k-button.k-state-disabled.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg,.k-button:disabled.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1477
|
-
color: $
|
|
1478
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1478
1479
|
|
|
1479
1480
|
}
|
|
1480
1481
|
.k-button.k-disabled.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg,.k-button.k-state-disabled.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg,.k-button:disabled.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1481
|
-
color: $
|
|
1482
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1482
1483
|
|
|
1483
1484
|
}
|
|
1484
1485
|
.k-button.k-selected.k-button-outline .k-button-text{
|
|
1485
|
-
color: $
|
|
1486
|
+
color: $fk-feather-primary-text-on-color;
|
|
1486
1487
|
|
|
1487
1488
|
}
|
|
1488
1489
|
.k-button.k-selected.k-button-outline .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1489
|
-
color: $
|
|
1490
|
+
color: $fk-feather-icon-on-color;
|
|
1490
1491
|
|
|
1491
1492
|
}
|
|
1492
1493
|
.k-button.k-button-outline.k-button-outline-primary .k-button-text{
|
|
@@ -1499,8 +1500,8 @@
|
|
|
1499
1500
|
|
|
1500
1501
|
}
|
|
1501
1502
|
.k-button.k-selected.k-button-flat.k-button-flat-primary{
|
|
1502
|
-
background-color: $
|
|
1503
|
-
background-image: $
|
|
1503
|
+
background-color: $fk-feather-primary !important;
|
|
1504
|
+
background-image: $fk-feather-selected-on-surface-gradient !important;
|
|
1504
1505
|
|
|
1505
1506
|
}
|
|
1506
1507
|
.k-button.k-selected.k-button-flat.k-button-flat-primary::before{
|
|
@@ -1526,19 +1527,19 @@
|
|
|
1526
1527
|
|
|
1527
1528
|
}
|
|
1528
1529
|
.k-button.k-selected.k-button-flat .k-button-text{
|
|
1529
|
-
color: $
|
|
1530
|
+
color: $fk-feather-primary-text-on-color;
|
|
1530
1531
|
|
|
1531
1532
|
}
|
|
1532
1533
|
.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{
|
|
1533
1534
|
color: inherit;
|
|
1534
1535
|
background-color: initial;
|
|
1535
|
-
background-image: $
|
|
1536
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
1536
1537
|
|
|
1537
1538
|
}
|
|
1538
1539
|
.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{
|
|
1539
|
-
@extend %
|
|
1540
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
1540
1541
|
background-color: initial;
|
|
1541
|
-
background-image: $
|
|
1542
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
1542
1543
|
outline-color: transparent;
|
|
1543
1544
|
outline-style: solid;
|
|
1544
1545
|
outline-width: 2px;
|
|
@@ -1550,7 +1551,7 @@
|
|
|
1550
1551
|
}
|
|
1551
1552
|
.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-hover,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-hover,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary.k-state-hovered,.k-textbox.k-input .k-input-suffix.k-input-suffix-horizontal .k-button.k-button-flat.k-button-flat-primary:hover{
|
|
1552
1553
|
background-color: initial !important;
|
|
1553
|
-
background-image: $
|
|
1554
|
+
background-image: $fk-feather-hover-on-surface-gradient !important;
|
|
1554
1555
|
|
|
1555
1556
|
}
|
|
1556
1557
|
.k-list-filter .k-searchbox.k-hover.k-input,.k-list-filter .k-searchbox.k-state-hover.k-input,.k-list-filter .k-searchbox.k-state-hovered.k-input,.k-list-filter .k-searchbox:hover.k-input{
|
|
@@ -1558,24 +1559,24 @@
|
|
|
1558
1559
|
|
|
1559
1560
|
}
|
|
1560
1561
|
.k-numerictextbox.k-input.k-hover,.k-numerictextbox.k-input.k-state-hover,.k-numerictextbox.k-input.k-state-hovered,.k-numerictextbox.k-input:hover{
|
|
1561
|
-
@extend %
|
|
1562
|
-
border-bottom-color: $
|
|
1563
|
-
border-left-color: $
|
|
1564
|
-
border-right-color: $
|
|
1565
|
-
border-top-color: $
|
|
1562
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
1563
|
+
border-bottom-color: $fk-kendo-input-hover-border;
|
|
1564
|
+
border-left-color: $fk-kendo-input-hover-border;
|
|
1565
|
+
border-right-color: $fk-kendo-input-hover-border;
|
|
1566
|
+
border-top-color: $fk-kendo-input-hover-border;
|
|
1566
1567
|
|
|
1567
1568
|
}
|
|
1568
1569
|
.k-numerictextbox.k-input.k-hover.k-input-solid,.k-numerictextbox.k-input.k-state-hover.k-input-solid,.k-numerictextbox.k-input.k-state-hovered.k-input-solid,.k-numerictextbox.k-input:hover.k-input-solid{
|
|
1569
|
-
color: $
|
|
1570
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1570
1571
|
|
|
1571
1572
|
}
|
|
1572
1573
|
.k-numerictextbox.k-input.k-state-focus-within.k-input-solid,.k-numerictextbox.k-input:focus-within.k-input-solid{
|
|
1573
|
-
@extend %
|
|
1574
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1574
1575
|
color: k-color( primary );
|
|
1575
1576
|
|
|
1576
1577
|
}
|
|
1577
1578
|
.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{
|
|
1578
|
-
color: $
|
|
1579
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1579
1580
|
background-color: initial;
|
|
1580
1581
|
|
|
1581
1582
|
}
|
|
@@ -1583,10 +1584,10 @@
|
|
|
1583
1584
|
background-image: none;
|
|
1584
1585
|
visibility: visible;
|
|
1585
1586
|
opacity: unset;
|
|
1586
|
-
border-bottom-color: $
|
|
1587
|
-
border-left-color: $
|
|
1588
|
-
border-right-color: $
|
|
1589
|
-
border-top-color: $
|
|
1587
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
1588
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
1589
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
1590
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
1590
1591
|
|
|
1591
1592
|
}
|
|
1592
1593
|
.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{
|
|
@@ -1594,7 +1595,7 @@
|
|
|
1594
1595
|
|
|
1595
1596
|
}
|
|
1596
1597
|
.k-numerictextbox.k-input.k-disabled .k-input-spinner.k-spin-button,.k-numerictextbox.k-input.k-state-disabled .k-input-spinner.k-spin-button,.k-numerictextbox.k-input:disabled .k-input-spinner.k-spin-button{
|
|
1597
|
-
color: $
|
|
1598
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1598
1599
|
|
|
1599
1600
|
}
|
|
1600
1601
|
.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-decrease .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-decrease .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-decrease .k-button-icon.k-icon.k-svg-icon{
|
|
@@ -1630,27 +1631,27 @@
|
|
|
1630
1631
|
|
|
1631
1632
|
}
|
|
1632
1633
|
.k-chip.k-chip-outline.k-chip-outline-base{
|
|
1633
|
-
color: $
|
|
1634
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1634
1635
|
|
|
1635
1636
|
}
|
|
1636
1637
|
.k-button-group .k-button.k-button-flat.k-disabled .k-button-icon.k-icon.k-svg-icon >svg,.k-button-group .k-button.k-button-flat.k-state-disabled .k-button-icon.k-icon.k-svg-icon >svg,.k-button-group .k-button.k-button-flat:disabled .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1637
|
-
color: $
|
|
1638
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1638
1639
|
|
|
1639
1640
|
}
|
|
1640
1641
|
.k-button-group .k-button.k-button-flat.k-focus,.k-button-group .k-button.k-button-flat.k-state-focus,.k-button-group .k-button.k-button-flat.k-state-focused,.k-button-group .k-button.k-button-flat:focus{
|
|
1641
|
-
@extend %
|
|
1642
|
+
@extend %fk-effects-feather-focus-inner-on-surface-important;
|
|
1642
1643
|
|
|
1643
1644
|
}
|
|
1644
1645
|
.k-button-group .k-button.k-button-flat.k-selected.k-focus,.k-button-group .k-button.k-button-flat.k-selected.k-state-focus,.k-button-group .k-button.k-button-flat.k-selected.k-state-focused,.k-button-group .k-button.k-button-flat.k-selected:focus{
|
|
1645
|
-
@extend %
|
|
1646
|
+
@extend %fk-effects-feather-focus-inner-on-color-important;
|
|
1646
1647
|
|
|
1647
1648
|
}
|
|
1648
1649
|
.k-button.k-disabled.k-button-outline .k-button-icon.k-icon.k-svg-icon,.k-button.k-state-disabled.k-button-outline .k-button-icon.k-icon.k-svg-icon,.k-button:disabled.k-button-outline .k-button-icon.k-icon.k-svg-icon{
|
|
1649
|
-
color: $
|
|
1650
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1650
1651
|
|
|
1651
1652
|
}
|
|
1652
1653
|
.k-button.k-disabled.k-button-outline .k-button-text,.k-button.k-state-disabled.k-button-outline .k-button-text,.k-button:disabled.k-button-outline .k-button-text{
|
|
1653
|
-
color: $
|
|
1654
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1654
1655
|
|
|
1655
1656
|
}
|
|
1656
1657
|
.k-button.k-active.k-button-outline.k-button-outline-base,.k-button.k-state-active.k-button-outline.k-button-outline-base,.k-button:active.k-button-outline.k-button-outline-base{
|
|
@@ -1658,7 +1659,7 @@
|
|
|
1658
1659
|
|
|
1659
1660
|
}
|
|
1660
1661
|
.k-button.k-active.k-button-outline,.k-button.k-state-active.k-button-outline,.k-button:active.k-button-outline{
|
|
1661
|
-
background-image: $
|
|
1662
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
1662
1663
|
|
|
1663
1664
|
}
|
|
1664
1665
|
.k-button.k-hover.k-button-outline.k-button-outline-base,.k-button.k-state-hover.k-button-outline.k-button-outline-base,.k-button.k-state-hovered.k-button-outline.k-button-outline-base,.k-button:hover.k-button-outline.k-button-outline-base{
|
|
@@ -1666,22 +1667,22 @@
|
|
|
1666
1667
|
|
|
1667
1668
|
}
|
|
1668
1669
|
.k-button.k-hover.k-button-outline,.k-button.k-state-hover.k-button-outline,.k-button.k-state-hovered.k-button-outline,.k-button:hover.k-button-outline{
|
|
1669
|
-
background-image: $
|
|
1670
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
1670
1671
|
|
|
1671
1672
|
}
|
|
1672
1673
|
.k-button.k-disabled.k-button-solid-primary,.k-button.k-state-disabled.k-button-solid-primary,.k-button:disabled.k-button-solid-primary{
|
|
1673
|
-
background-color: $
|
|
1674
|
+
background-color: $fk-feather-border-light-on-surface;
|
|
1674
1675
|
background-image: none;
|
|
1675
1676
|
opacity: 100%;
|
|
1676
1677
|
border-bottom-style: none;
|
|
1677
1678
|
border-left-style: none;
|
|
1678
1679
|
border-right-style: none;
|
|
1679
1680
|
border-top-style: none;
|
|
1680
|
-
color: $
|
|
1681
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1681
1682
|
|
|
1682
1683
|
}
|
|
1683
1684
|
.k-button.k-disabled.k-button-solid-base, .k-button.k-state-disabled.k-button-solid-base, .k-button:disabled.k-button-solid-base{
|
|
1684
|
-
background-color: $
|
|
1685
|
+
background-color: $fk-feather-border-light-on-surface;
|
|
1685
1686
|
|
|
1686
1687
|
}
|
|
1687
1688
|
.k-button.k-disabled,.k-button.k-state-disabled,.k-button:disabled{
|
|
@@ -1694,16 +1695,16 @@
|
|
|
1694
1695
|
}
|
|
1695
1696
|
.k-button.k-hover.k-button-flat,.k-button.k-state-hover.k-button-flat,.k-button.k-state-hovered.k-button-flat,.k-button:hover.k-button-flat{
|
|
1696
1697
|
background-color: initial !important;
|
|
1697
|
-
background-image: $
|
|
1698
|
+
background-image: $fk-feather-hover-on-surface-gradient !important;
|
|
1698
1699
|
|
|
1699
1700
|
}
|
|
1700
1701
|
.k-button.k-active.k-button-flat,.k-button.k-state-active.k-button-flat,.k-button:active.k-button-flat{
|
|
1701
1702
|
background-color: initial !important;
|
|
1702
|
-
background-image: $
|
|
1703
|
+
background-image: $fk-feather-active-on-surface-gradient !important;
|
|
1703
1704
|
|
|
1704
1705
|
}
|
|
1705
1706
|
.k-button.k-disabled.k-button-flat.k-button-flat-base,.k-button.k-state-disabled.k-button-flat.k-button-flat-base,.k-button:disabled.k-button-flat.k-button-flat-base{
|
|
1706
|
-
color: $
|
|
1707
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1707
1708
|
|
|
1708
1709
|
}
|
|
1709
1710
|
.k-button.k-disabled.k-button-flat .k-button-icon.k-icon.k-svg-icon >svg,.k-button.k-state-disabled.k-button-flat .k-button-icon.k-icon.k-svg-icon >svg,.k-button:disabled.k-button-flat .k-button-icon.k-icon.k-svg-icon >svg{
|
|
@@ -1711,24 +1712,24 @@
|
|
|
1711
1712
|
|
|
1712
1713
|
}
|
|
1713
1714
|
.k-button.k-selected.k-button-flat{
|
|
1714
|
-
background-color: $
|
|
1715
|
+
background-color: $fk-feather-secondary-text-on-surface !important;
|
|
1715
1716
|
background-image: none !important;
|
|
1716
1717
|
|
|
1717
1718
|
}
|
|
1718
1719
|
.k-button.k-selected{
|
|
1719
|
-
color: $
|
|
1720
|
-
background-image: $
|
|
1720
|
+
color: $fk-feather-primary-text-on-color;
|
|
1721
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
1721
1722
|
|
|
1722
1723
|
}
|
|
1723
1724
|
.k-button.k-selected.k-button-solid-base{
|
|
1724
|
-
background-color: $
|
|
1725
|
+
background-color: $fk-kendo-button-selected-bg;
|
|
1725
1726
|
|
|
1726
1727
|
}
|
|
1727
1728
|
.k-button.k-disabled.k-button-outline.k-button-outline-primary,.k-button.k-state-disabled.k-button-outline.k-button-outline-primary,.k-button:disabled.k-button-outline.k-button-outline-primary{
|
|
1728
|
-
border-bottom-color: $
|
|
1729
|
-
border-left-color: $
|
|
1730
|
-
border-right-color: $
|
|
1731
|
-
border-top-color: $
|
|
1729
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
1730
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
1731
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
1732
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
1732
1733
|
|
|
1733
1734
|
}
|
|
1734
1735
|
.k-button-group .k-button{
|
|
@@ -1736,26 +1737,26 @@
|
|
|
1736
1737
|
transition-duration: 280ms;
|
|
1737
1738
|
z-index: 1;
|
|
1738
1739
|
border-inline-start-width: 2px;
|
|
1739
|
-
box-shadow: inset 1px 0px 0px 0px $
|
|
1740
|
+
box-shadow: inset 1px 0px 0px 0px $fk-kendo-button-border,inset -1px 0px 0px 0px $fk-kendo-button-border;
|
|
1740
1741
|
|
|
1741
1742
|
}
|
|
1742
1743
|
.k-button.k-selected.k-button-outline.k-button-outline-base{
|
|
1743
|
-
background-color: $
|
|
1744
|
+
background-color: $fk-feather-secondary-text-on-surface;
|
|
1744
1745
|
|
|
1745
1746
|
}
|
|
1746
1747
|
.k-button.k-selected.k-button-outline{
|
|
1747
|
-
background-image: $
|
|
1748
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
1748
1749
|
|
|
1749
1750
|
}
|
|
1750
1751
|
.k-button.k-disabled.k-button-outline.k-button-outline-base,.k-button.k-state-disabled.k-button-outline.k-button-outline-base,.k-button:disabled.k-button-outline.k-button-outline-base{
|
|
1751
|
-
border-bottom-color: $
|
|
1752
|
-
border-left-color: $
|
|
1753
|
-
border-right-color: $
|
|
1754
|
-
border-top-color: $
|
|
1752
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
1753
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
1754
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
1755
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
1755
1756
|
|
|
1756
1757
|
}
|
|
1757
1758
|
.k-chip.k-chip-outline.k-focus.k-chip-outline-base,.k-chip.k-chip-outline.k-state-focus.k-chip-outline-base,.k-chip.k-chip-outline.k-state-focused.k-chip-outline-base,.k-chip.k-chip-outline:focus.k-chip-outline-base{
|
|
1758
|
-
@extend %
|
|
1759
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
1759
1760
|
border-bottom-color: transparent;
|
|
1760
1761
|
border-left-color: transparent;
|
|
1761
1762
|
border-right-color: transparent;
|
|
@@ -1763,18 +1764,18 @@
|
|
|
1763
1764
|
|
|
1764
1765
|
}
|
|
1765
1766
|
.k-chip.k-chip-outline.k-selected{
|
|
1766
|
-
color: $
|
|
1767
|
-
background-color: $
|
|
1767
|
+
color: $fk-feather-primary-text-on-color;
|
|
1768
|
+
background-color: $fk-kendo-chip-outline-selected-bg;
|
|
1768
1769
|
background-image: none;
|
|
1769
1770
|
|
|
1770
1771
|
}
|
|
1771
1772
|
.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{
|
|
1772
|
-
border-bottom-color: $
|
|
1773
|
-
border-left-color: $
|
|
1774
|
-
border-right-color: $
|
|
1775
|
-
border-top-color: $
|
|
1776
|
-
background-color: $
|
|
1777
|
-
color: $
|
|
1773
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
1774
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
1775
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
1776
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
1777
|
+
background-color: $fk-feather-border-light-on-surface;
|
|
1778
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1778
1779
|
|
|
1779
1780
|
}
|
|
1780
1781
|
.k-chip.k-chip-outline.k-disabled, .k-chip.k-chip-outline.k-state-disabled, .k-chip.k-chip-outline:disabled{
|
|
@@ -1782,10 +1783,10 @@
|
|
|
1782
1783
|
|
|
1783
1784
|
}
|
|
1784
1785
|
.k-textarea.k-input .k-input-inner{
|
|
1785
|
-
min-height: $
|
|
1786
|
+
min-height: $fk-feather-container-height-lg;
|
|
1786
1787
|
min-width: 148px;
|
|
1787
|
-
padding-top: $
|
|
1788
|
-
padding-bottom: $
|
|
1788
|
+
padding-top: $fk-kendo-input-lg-padding-y;
|
|
1789
|
+
padding-bottom: $fk-kendo-input-lg-padding-y;
|
|
1789
1790
|
|
|
1790
1791
|
}
|
|
1791
1792
|
.k-textarea.k-input{
|
|
@@ -1802,7 +1803,7 @@
|
|
|
1802
1803
|
|
|
1803
1804
|
}
|
|
1804
1805
|
.k-textarea.k-input.k-state-focus-within.k-input-solid,.k-textarea.k-input:focus-within.k-input-solid{
|
|
1805
|
-
@extend %
|
|
1806
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1806
1807
|
|
|
1807
1808
|
}
|
|
1808
1809
|
.k-textarea.k-input.k-invalid.k-input-solid,.k-textarea.k-input.ng-invalid.ng-touched.k-input-solid,.k-textarea.k-input.ng-invalid.ng-dirty.k-input-solid{
|
|
@@ -1813,11 +1814,11 @@
|
|
|
1813
1814
|
|
|
1814
1815
|
}
|
|
1815
1816
|
.k-textarea.k-input.k-disabled.k-input-solid,.k-textarea.k-input.k-state-disabled.k-input-solid,.k-textarea.k-input:disabled.k-input-solid{
|
|
1816
|
-
border-bottom-color: $
|
|
1817
|
-
border-left-color: $
|
|
1818
|
-
border-right-color: $
|
|
1819
|
-
border-top-color: $
|
|
1820
|
-
color: $
|
|
1817
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
1818
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
1819
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
1820
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
1821
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1821
1822
|
|
|
1822
1823
|
}
|
|
1823
1824
|
.k-textarea.k-input.k-disabled,.k-textarea.k-input.k-state-disabled,.k-textarea.k-input:disabled{
|
|
@@ -1831,12 +1832,12 @@
|
|
|
1831
1832
|
|
|
1832
1833
|
}
|
|
1833
1834
|
.k-maskedtextbox.k-input.k-state-focus-within.k-input-solid,.k-maskedtextbox.k-input:focus-within.k-input-solid{
|
|
1834
|
-
@extend %
|
|
1835
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1835
1836
|
color: k-color( primary );
|
|
1836
1837
|
|
|
1837
1838
|
}
|
|
1838
1839
|
.k-maskedtextbox.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-maskedtextbox.k-input.k-invalid:focus-within.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-maskedtextbox.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
|
|
1839
|
-
@extend %
|
|
1840
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
1840
1841
|
|
|
1841
1842
|
}
|
|
1842
1843
|
.k-maskedtextbox.k-input.k-disabled,.k-maskedtextbox.k-input.k-state-disabled,.k-maskedtextbox.k-input:disabled{
|
|
@@ -1850,20 +1851,20 @@
|
|
|
1850
1851
|
|
|
1851
1852
|
}
|
|
1852
1853
|
.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{
|
|
1853
|
-
color: $
|
|
1854
|
-
border-bottom-color: $
|
|
1855
|
-
border-left-color: $
|
|
1856
|
-
border-right-color: $
|
|
1857
|
-
border-top-color: $
|
|
1854
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1855
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
1856
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
1857
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
1858
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
1858
1859
|
|
|
1859
1860
|
}
|
|
1860
1861
|
.k-maskedtextbox.k-input .k-input-inner.k-state-readonly,.k-maskedtextbox.k-input .k-input-inner[readonly]{
|
|
1861
|
-
background-color: $
|
|
1862
|
+
background-color: $fk-feather-border-light-on-surface;
|
|
1862
1863
|
background-image: none;
|
|
1863
1864
|
|
|
1864
1865
|
}
|
|
1865
1866
|
.k-numerictextbox.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-numerictextbox.k-input.k-invalid:focus-within.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-numerictextbox.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
|
|
1866
|
-
@extend %
|
|
1867
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
1867
1868
|
|
|
1868
1869
|
}
|
|
1869
1870
|
.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{
|
|
@@ -1879,15 +1880,15 @@
|
|
|
1879
1880
|
border-left-color: currentcolor;
|
|
1880
1881
|
border-right-color: currentcolor;
|
|
1881
1882
|
border-top-color: currentcolor;
|
|
1882
|
-
color: $
|
|
1883
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1883
1884
|
|
|
1884
1885
|
}
|
|
1885
1886
|
.k-dateinput.k-input.k-hover,.k-dateinput.k-input.k-state-hover,.k-dateinput.k-input.k-state-hovered,.k-dateinput.k-input:hover{
|
|
1886
|
-
@extend %
|
|
1887
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
1887
1888
|
|
|
1888
1889
|
}
|
|
1889
1890
|
.k-dateinput.k-input.k-state-focus-within.k-input-solid,.k-dateinput.k-input:focus-within.k-input-solid{
|
|
1890
|
-
@extend %
|
|
1891
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1891
1892
|
border-bottom-color: currentcolor;
|
|
1892
1893
|
border-left-color: currentcolor;
|
|
1893
1894
|
border-right-color: currentcolor;
|
|
@@ -1904,7 +1905,7 @@
|
|
|
1904
1905
|
|
|
1905
1906
|
}
|
|
1906
1907
|
.k-dateinput.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-dateinput.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-dateinput.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-dateinput.k-input.k-invalid:focus-within.k-input-solid,.k-dateinput.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-dateinput.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
|
|
1907
|
-
@extend %
|
|
1908
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
1908
1909
|
border-bottom-color: currentcolor;
|
|
1909
1910
|
border-left-color: currentcolor;
|
|
1910
1911
|
border-right-color: currentcolor;
|
|
@@ -1916,23 +1917,23 @@
|
|
|
1916
1917
|
|
|
1917
1918
|
}
|
|
1918
1919
|
.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{
|
|
1919
|
-
color: $
|
|
1920
|
-
border-bottom-color: $
|
|
1921
|
-
border-left-color: $
|
|
1922
|
-
border-right-color: $
|
|
1923
|
-
border-top-color: $
|
|
1920
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1921
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
1922
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
1923
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
1924
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
1924
1925
|
|
|
1925
1926
|
}
|
|
1926
1927
|
.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{
|
|
1927
|
-
color: $
|
|
1928
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1928
1929
|
|
|
1929
1930
|
}
|
|
1930
1931
|
.k-datepicker.k-input.k-hover,.k-datepicker.k-input.k-state-hover,.k-datepicker.k-input.k-state-hovered,.k-datepicker.k-input:hover{
|
|
1931
|
-
@extend %
|
|
1932
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
1932
1933
|
|
|
1933
1934
|
}
|
|
1934
1935
|
.k-datepicker.k-input.k-state-focus-within.k-input-solid,.k-datepicker.k-input:focus-within.k-input-solid{
|
|
1935
|
-
@extend %
|
|
1936
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1936
1937
|
color: k-color( primary );
|
|
1937
1938
|
|
|
1938
1939
|
}
|
|
@@ -1944,19 +1945,19 @@
|
|
|
1944
1945
|
|
|
1945
1946
|
}
|
|
1946
1947
|
.k-datepicker.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-datepicker.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-datepicker.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-datepicker.k-input.k-invalid:focus-within.k-input-solid,.k-datepicker.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-datepicker.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
|
|
1947
|
-
@extend %
|
|
1948
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
1948
1949
|
|
|
1949
1950
|
}
|
|
1950
1951
|
.k-timepicker.k-input.k-hover.k-input-solid,.k-timepicker.k-input.k-state-hover.k-input-solid,.k-timepicker.k-input.k-state-hovered.k-input-solid,.k-timepicker.k-input:hover.k-input-solid{
|
|
1951
|
-
color: $
|
|
1952
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1952
1953
|
|
|
1953
1954
|
}
|
|
1954
1955
|
.k-timepicker.k-input.k-hover,.k-timepicker.k-input.k-state-hover,.k-timepicker.k-input.k-state-hovered,.k-timepicker.k-input:hover{
|
|
1955
|
-
@extend %
|
|
1956
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
1956
1957
|
|
|
1957
1958
|
}
|
|
1958
1959
|
.k-timepicker.k-input.k-state-focus-within.k-input-solid,.k-timepicker.k-input:focus-within.k-input-solid{
|
|
1959
|
-
@extend %
|
|
1960
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1960
1961
|
color: k-color( primary );
|
|
1961
1962
|
|
|
1962
1963
|
}
|
|
@@ -1968,7 +1969,7 @@
|
|
|
1968
1969
|
|
|
1969
1970
|
}
|
|
1970
1971
|
.k-timepicker.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-timepicker.k-input.k-invalid:focus-within.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
|
|
1971
|
-
@extend %
|
|
1972
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
1972
1973
|
|
|
1973
1974
|
}
|
|
1974
1975
|
.k-timepicker.k-input.k-disabled,.k-timepicker.k-input.k-state-disabled,.k-timepicker.k-input:disabled{
|
|
@@ -1976,21 +1977,21 @@
|
|
|
1976
1977
|
|
|
1977
1978
|
}
|
|
1978
1979
|
.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{
|
|
1979
|
-
color: $
|
|
1980
|
-
border-bottom-color: $
|
|
1981
|
-
border-left-color: $
|
|
1982
|
-
border-right-color: $
|
|
1983
|
-
border-top-color: $
|
|
1980
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1981
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
1982
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
1983
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
1984
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
1984
1985
|
|
|
1985
1986
|
}
|
|
1986
1987
|
.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{
|
|
1987
|
-
color: $
|
|
1988
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1988
1989
|
background-color: initial;
|
|
1989
1990
|
background-image: none;
|
|
1990
1991
|
|
|
1991
1992
|
}
|
|
1992
1993
|
.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{
|
|
1993
|
-
color: $
|
|
1994
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1994
1995
|
|
|
1995
1996
|
}
|
|
1996
1997
|
.k-datepicker.k-input .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{
|
|
@@ -2002,7 +2003,7 @@
|
|
|
2002
2003
|
|
|
2003
2004
|
}
|
|
2004
2005
|
.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{
|
|
2005
|
-
color: $
|
|
2006
|
+
color: $fk-feather-primary-text-on-surface;
|
|
2006
2007
|
border-bottom-color: currentcolor;
|
|
2007
2008
|
border-left-color: currentcolor;
|
|
2008
2009
|
border-right-color: currentcolor;
|
|
@@ -2010,11 +2011,11 @@
|
|
|
2010
2011
|
|
|
2011
2012
|
}
|
|
2012
2013
|
.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{
|
|
2013
|
-
@extend %
|
|
2014
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
2014
2015
|
|
|
2015
2016
|
}
|
|
2016
2017
|
.k-datetimepicker.k-input.k-state-focus-within.k-input-solid,.k-datetimepicker.k-input:focus-within.k-input-solid{
|
|
2017
|
-
@extend %
|
|
2018
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
2018
2019
|
border-bottom-color: currentcolor;
|
|
2019
2020
|
border-left-color: currentcolor;
|
|
2020
2021
|
border-right-color: currentcolor;
|
|
@@ -2031,7 +2032,7 @@
|
|
|
2031
2032
|
|
|
2032
2033
|
}
|
|
2033
2034
|
.k-datetimepicker.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-datetimepicker.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-datetimepicker.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-datetimepicker.k-input.k-invalid:focus-within.k-input-solid,.k-datetimepicker.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-datetimepicker.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
|
|
2034
|
-
@extend %
|
|
2035
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2035
2036
|
|
|
2036
2037
|
}
|
|
2037
2038
|
.k-datetimepicker.k-input.k-disabled,.k-datetimepicker.k-input.k-state-disabled,.k-datetimepicker.k-input:disabled{
|
|
@@ -2039,59 +2040,59 @@
|
|
|
2039
2040
|
|
|
2040
2041
|
}
|
|
2041
2042
|
.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{
|
|
2042
|
-
color: $
|
|
2043
|
-
border-bottom-color: $
|
|
2044
|
-
border-left-color: $
|
|
2045
|
-
border-right-color: $
|
|
2046
|
-
border-top-color: $
|
|
2043
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2044
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
2045
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
2046
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
2047
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
2047
2048
|
|
|
2048
2049
|
}
|
|
2049
2050
|
.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{
|
|
2050
|
-
color: $
|
|
2051
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2051
2052
|
|
|
2052
2053
|
}
|
|
2053
2054
|
.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-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-datetimepicker.k-input:disabled .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
|
|
2054
|
-
background-color: $
|
|
2055
|
+
background-color: $fk-kendo-button-bg;
|
|
2055
2056
|
background-image: none;
|
|
2056
2057
|
|
|
2057
2058
|
}
|
|
2058
2059
|
.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-start,.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:first-child{
|
|
2059
|
-
background-color: $
|
|
2060
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2060
2061
|
background-image: linear-gradient(transparent, transparent);
|
|
2061
2062
|
border-bottom-style: none;
|
|
2062
2063
|
border-left-style: none;
|
|
2063
2064
|
border-right-style: solid;
|
|
2064
2065
|
border-top-style: none;
|
|
2065
|
-
border-right-color: $
|
|
2066
|
-
border-right-width: $
|
|
2066
|
+
border-right-color: $fk-kendo-button-border;
|
|
2067
|
+
border-right-width: $fk-kendo-button-border-width;
|
|
2067
2068
|
|
|
2068
2069
|
}
|
|
2069
2070
|
.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{
|
|
2070
|
-
background-color: $
|
|
2071
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2071
2072
|
background-image: linear-gradient(transparent, transparent);
|
|
2072
2073
|
border-bottom-style: none;
|
|
2073
2074
|
border-left-style: solid;
|
|
2074
2075
|
border-right-style: none;
|
|
2075
2076
|
border-top-style: none;
|
|
2076
|
-
border-left-color: $
|
|
2077
|
-
border-left-width: $
|
|
2077
|
+
border-left-color: $fk-kendo-button-border;
|
|
2078
|
+
border-left-width: $fk-kendo-button-border-width;
|
|
2078
2079
|
box-shadow: none;
|
|
2079
2080
|
|
|
2080
2081
|
}
|
|
2081
2082
|
.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-start.k-hover,.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:first-child.k-hover,.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-start.k-state-hover,.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-start.k-state-hovered,.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-start:hover,.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:first-child.k-state-hover,.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:first-child.k-state-hovered,.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:first-child:hover{
|
|
2082
|
-
background-color: $
|
|
2083
|
-
background-image: $
|
|
2083
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2084
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
2084
2085
|
|
|
2085
2086
|
}
|
|
2086
2087
|
.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-hover,.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.k-hover,.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-state-hover,.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-state-hovered,.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:hover,.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.k-state-hover,.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.k-state-hovered,.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:hover{
|
|
2087
|
-
background-color: $
|
|
2088
|
-
background-image: $
|
|
2088
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2089
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
2089
2090
|
|
|
2090
2091
|
}
|
|
2091
2092
|
.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-start.k-focus,.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:first-child.k-focus,.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-start.k-state-focus,.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-start.k-state-focused,.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-start:focus,.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:first-child.k-state-focus,.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:first-child.k-state-focused,.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:first-child:focus{
|
|
2092
|
-
@extend %
|
|
2093
|
-
background-color: $
|
|
2094
|
-
background-image: $
|
|
2093
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
2094
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2095
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
2095
2096
|
border-bottom-style: none;
|
|
2096
2097
|
border-left-style: none;
|
|
2097
2098
|
border-right-style: none;
|
|
@@ -2099,9 +2100,9 @@
|
|
|
2099
2100
|
|
|
2100
2101
|
}
|
|
2101
2102
|
.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-focus,.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.k-focus,.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-state-focus,.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-state-focused,.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:focus,.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.k-state-focus,.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.k-state-focused,.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:focus{
|
|
2102
|
-
@extend %
|
|
2103
|
-
background-color: $
|
|
2104
|
-
background-image: $
|
|
2103
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
2104
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2105
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
2105
2106
|
border-bottom-style: none;
|
|
2106
2107
|
border-left-style: none;
|
|
2107
2108
|
border-right-style: none;
|
|
@@ -2109,15 +2110,15 @@
|
|
|
2109
2110
|
|
|
2110
2111
|
}
|
|
2111
2112
|
.k-button.k-selected .k-button-text{
|
|
2112
|
-
color: $
|
|
2113
|
+
color: $fk-feather-primary-text-on-color;
|
|
2113
2114
|
|
|
2114
2115
|
}
|
|
2115
2116
|
.k-button.k-disabled .k-button-text,.k-button.k-state-disabled .k-button-text,.k-button:disabled .k-button-text{
|
|
2116
|
-
color: $
|
|
2117
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2117
2118
|
|
|
2118
2119
|
}
|
|
2119
2120
|
.k-button.k-disabled.k-button-solid-primary .k-button-text,.k-button.k-state-disabled.k-button-solid-primary .k-button-text,.k-button:disabled.k-button-solid-primary .k-button-text{
|
|
2120
|
-
color: $
|
|
2121
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2121
2122
|
|
|
2122
2123
|
}
|
|
2123
2124
|
.k-button.k-hover.k-button-flat::before,.k-button.k-state-hover.k-button-flat::before,.k-button.k-state-hovered.k-button-flat::before,.k-button:hover.k-button-flat::before{
|
|
@@ -2133,23 +2134,23 @@
|
|
|
2133
2134
|
|
|
2134
2135
|
}
|
|
2135
2136
|
.k-button.k-selected.k-button-flat.k-button-flat-primary .k-button-text{
|
|
2136
|
-
color: $
|
|
2137
|
+
color: $fk-feather-primary-text-on-color;
|
|
2137
2138
|
|
|
2138
2139
|
}
|
|
2139
2140
|
.k-button.k-disabled.k-button-flat.k-button-flat-primary .k-button-text,.k-button.k-state-disabled.k-button-flat.k-button-flat-primary .k-button-text,.k-button:disabled.k-button-flat.k-button-flat-primary .k-button-text{
|
|
2140
|
-
color: $
|
|
2141
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2141
2142
|
|
|
2142
2143
|
}
|
|
2143
2144
|
.k-chip.k-selected .k-chip-content{
|
|
2144
|
-
color: $
|
|
2145
|
+
color: $fk-feather-primary-text-on-color;
|
|
2145
2146
|
|
|
2146
2147
|
}
|
|
2147
2148
|
.k-button.k-selected.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon{
|
|
2148
|
-
color: $
|
|
2149
|
+
color: $fk-feather-primary;
|
|
2149
2150
|
|
|
2150
2151
|
}
|
|
2151
2152
|
.k-button-group .k-button.k-button-outline.k-focus,.k-button-group .k-button.k-button-outline.k-state-focus,.k-button-group .k-button.k-button-outline.k-state-focused,.k-button-group .k-button.k-button-outline:focus{
|
|
2152
|
-
@extend %
|
|
2153
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
2153
2154
|
overflow: visible;
|
|
2154
2155
|
|
|
2155
2156
|
}
|
|
@@ -2158,8 +2159,8 @@
|
|
|
2158
2159
|
|
|
2159
2160
|
}
|
|
2160
2161
|
.k-button-group .k-button.k-button-outline.k-group-end,.k-button-group .k-button.k-button-outline:last-child{
|
|
2161
|
-
border-top-right-radius: $
|
|
2162
|
-
border-bottom-right-radius: $
|
|
2162
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
2163
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
2163
2164
|
box-shadow: inset 0px 0px 0px 1px currentcolor;
|
|
2164
2165
|
|
|
2165
2166
|
}
|
|
@@ -2168,7 +2169,7 @@
|
|
|
2168
2169
|
|
|
2169
2170
|
}
|
|
2170
2171
|
.k-button-group .k-button.k-button-outline.k-selected.k-focus.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-selected.k-state-focus.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-selected.k-state-focused.k-button-outline-base,.k-button-group .k-button.k-button-outline.k-selected:focus.k-button-outline-base{
|
|
2171
|
-
@extend %
|
|
2172
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
2172
2173
|
|
|
2173
2174
|
}
|
|
2174
2175
|
.k-colorgradient .k-colorgradient-inputs.k-hstack .k-vstack .k-input.k-numerictextbox .k-input-inner{
|
|
@@ -2196,10 +2197,10 @@
|
|
|
2196
2197
|
|
|
2197
2198
|
}
|
|
2198
2199
|
.k-numerictextbox.k-input.k-input-solid{
|
|
2199
|
-
border-bottom-color: $
|
|
2200
|
-
border-left-color: $
|
|
2201
|
-
border-right-color: $
|
|
2202
|
-
border-top-color: $
|
|
2200
|
+
border-bottom-color: $fk-kendo-input-border;
|
|
2201
|
+
border-left-color: $fk-kendo-input-border;
|
|
2202
|
+
border-right-color: $fk-kendo-input-border;
|
|
2203
|
+
border-top-color: $fk-kendo-input-border;
|
|
2203
2204
|
background-color: initial;
|
|
2204
2205
|
|
|
2205
2206
|
}
|
|
@@ -2208,7 +2209,7 @@
|
|
|
2208
2209
|
transition-property: all;
|
|
2209
2210
|
transition-duration: 280ms;
|
|
2210
2211
|
transition-timing-function: ease-out;
|
|
2211
|
-
height: $
|
|
2212
|
+
height: $fk-feather-container-height-lg;
|
|
2212
2213
|
|
|
2213
2214
|
}
|
|
2214
2215
|
.k-maskedtextbox.k-input{
|
|
@@ -2221,39 +2222,39 @@
|
|
|
2221
2222
|
transition-property: all;
|
|
2222
2223
|
transition-duration: 280ms;
|
|
2223
2224
|
transition-timing-function: ease-out;
|
|
2224
|
-
height: $
|
|
2225
|
+
height: $fk-feather-container-height-lg;
|
|
2225
2226
|
|
|
2226
2227
|
}
|
|
2227
2228
|
.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{
|
|
2228
|
-
color: $
|
|
2229
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2229
2230
|
font-weight: 700;
|
|
2230
2231
|
|
|
2231
2232
|
}
|
|
2232
2233
|
.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{
|
|
2233
|
-
@extend %
|
|
2234
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
2234
2235
|
border-bottom-left-radius: 2px;
|
|
2235
2236
|
border-bottom-right-radius: 2px;
|
|
2236
2237
|
border-top-left-radius: 2px;
|
|
2237
2238
|
border-top-right-radius: 2px;
|
|
2238
|
-
border-bottom-color: $
|
|
2239
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
2239
2240
|
border-bottom-style: hidden;
|
|
2240
2241
|
border-bottom-width: 1px;
|
|
2241
2242
|
|
|
2242
2243
|
}
|
|
2243
2244
|
.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{
|
|
2244
|
-
background-color: $
|
|
2245
|
+
background-color: $fk-feather-primary;
|
|
2245
2246
|
|
|
2246
2247
|
}
|
|
2247
2248
|
.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,.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,.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,.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{
|
|
2248
|
-
background-image: $
|
|
2249
|
+
background-image: $fk-feather-hover-on-color;
|
|
2249
2250
|
|
|
2250
2251
|
}
|
|
2251
2252
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-active,.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-active,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command:active{
|
|
2252
|
-
background-color: $
|
|
2253
|
+
background-color: $fk-feather-primary;
|
|
2253
2254
|
|
|
2254
2255
|
}
|
|
2255
2256
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command.k-active.k-button,.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-active.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command:active.k-button{
|
|
2256
|
-
background-image: $
|
|
2257
|
+
background-image: $fk-feather-active-on-color;
|
|
2257
2258
|
|
|
2258
2259
|
}
|
|
2259
2260
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-hover,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-hover,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-hovered,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command:hover{
|
|
@@ -2261,7 +2262,7 @@
|
|
|
2261
2262
|
|
|
2262
2263
|
}
|
|
2263
2264
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-hover.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-hover.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-hovered.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command:hover.k-button{
|
|
2264
|
-
background-image: $
|
|
2265
|
+
background-image: $fk-feather-hover-on-color;
|
|
2265
2266
|
|
|
2266
2267
|
}
|
|
2267
2268
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-active,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-active,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command:active{
|
|
@@ -2269,16 +2270,16 @@
|
|
|
2269
2270
|
|
|
2270
2271
|
}
|
|
2271
2272
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-active.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command.k-state-active.k-button,.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command:active.k-button{
|
|
2272
|
-
background-image: $
|
|
2273
|
+
background-image: $fk-feather-active-on-color;
|
|
2273
2274
|
|
|
2274
2275
|
}
|
|
2275
2276
|
.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row.k-selected >td{
|
|
2276
2277
|
background-color: initial;
|
|
2277
|
-
background-image: $
|
|
2278
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
2278
2279
|
|
|
2279
2280
|
}
|
|
2280
2281
|
.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-group-cell{
|
|
2281
|
-
background-color: $
|
|
2282
|
+
background-color: $fk-feather-background;
|
|
2282
2283
|
background-image: none;
|
|
2283
2284
|
|
|
2284
2285
|
}
|
|
@@ -2291,16 +2292,16 @@
|
|
|
2291
2292
|
|
|
2292
2293
|
}
|
|
2293
2294
|
.k-pager .k-pager-sizes .k-dropdownlist .k-input-inner .k-input-value-text{
|
|
2294
|
-
@extend %
|
|
2295
|
-
color: $
|
|
2295
|
+
@extend %fk-typography-feather-body-small;
|
|
2296
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2296
2297
|
|
|
2297
2298
|
}
|
|
2298
2299
|
.k-pager .k-pager-numbers-wrap .k-pager-numbers .k-button.k-button-flat.k-button-flat-primary .k-button-text{
|
|
2299
|
-
color: $
|
|
2300
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2300
2301
|
|
|
2301
2302
|
}
|
|
2302
2303
|
.k-pager .k-pager-numbers-wrap .k-pager-numbers .k-button.k-button-flat.k-button-flat-primary.k-selected .k-button-text{
|
|
2303
|
-
color: $
|
|
2304
|
+
color: $fk-feather-primary-text-on-color;
|
|
2304
2305
|
|
|
2305
2306
|
}
|
|
2306
2307
|
.k-pager .k-pager-numbers-wrap .k-pager-numbers .k-button.k-button-flat.k-button-flat-primary{
|
|
@@ -2311,10 +2312,10 @@
|
|
|
2311
2312
|
|
|
2312
2313
|
}
|
|
2313
2314
|
.k-pager .k-pager-numbers-wrap .k-button.k-pager-nav.k-pager-first{
|
|
2314
|
-
border-bottom-left-radius: $
|
|
2315
|
-
border-bottom-right-radius: $
|
|
2316
|
-
border-top-left-radius: $
|
|
2317
|
-
border-top-right-radius: $
|
|
2315
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
2316
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
2317
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
2318
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
2318
2319
|
|
|
2319
2320
|
}
|
|
2320
2321
|
.k-pager.k-pager-md{
|
|
@@ -2322,7 +2323,7 @@
|
|
|
2322
2323
|
|
|
2323
2324
|
}
|
|
2324
2325
|
.k-pager{
|
|
2325
|
-
background-color: $
|
|
2326
|
+
background-color: $fk-feather-surface;
|
|
2326
2327
|
background-image: none;
|
|
2327
2328
|
|
|
2328
2329
|
}
|
|
@@ -2335,22 +2336,22 @@
|
|
|
2335
2336
|
|
|
2336
2337
|
}
|
|
2337
2338
|
.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected{
|
|
2338
|
-
border-left-color: $
|
|
2339
|
+
border-left-color: $fk-feather-primary;
|
|
2339
2340
|
border-left-style: solid;
|
|
2340
2341
|
border-left-width: 3px;
|
|
2341
2342
|
background-color: initial;
|
|
2342
|
-
background-image: $
|
|
2343
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
2343
2344
|
|
|
2344
2345
|
}
|
|
2345
2346
|
.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected .k-list-item-text{
|
|
2346
2347
|
position: relative;
|
|
2347
2348
|
left: -3px;
|
|
2348
|
-
color: $
|
|
2349
|
+
color: $fk-feather-primary;
|
|
2349
2350
|
font-weight: 700;
|
|
2350
2351
|
|
|
2351
2352
|
}
|
|
2352
2353
|
.k-datepicker.k-input{
|
|
2353
|
-
height: $
|
|
2354
|
+
height: $fk-feather-container-height-lg;
|
|
2354
2355
|
transition-property: all;
|
|
2355
2356
|
transition-duration: 280ms;
|
|
2356
2357
|
transition-timing-function: ease-out;
|
|
@@ -2364,7 +2365,7 @@
|
|
|
2364
2365
|
|
|
2365
2366
|
}
|
|
2366
2367
|
.k-timepicker.k-input{
|
|
2367
|
-
height: $
|
|
2368
|
+
height: $fk-feather-container-height-lg;
|
|
2368
2369
|
transition-duration: 280ms;
|
|
2369
2370
|
transition-property: all;
|
|
2370
2371
|
transition-timing-function: ease-out;
|
|
@@ -2379,7 +2380,7 @@
|
|
|
2379
2380
|
|
|
2380
2381
|
}
|
|
2381
2382
|
.k-datetimepicker.k-input{
|
|
2382
|
-
height: $
|
|
2383
|
+
height: $fk-feather-container-height-lg;
|
|
2383
2384
|
transition-property: all;
|
|
2384
2385
|
transition-duration: 280ms;
|
|
2385
2386
|
transition-timing-function: ease-out;
|
|
@@ -2394,19 +2395,19 @@
|
|
|
2394
2395
|
}
|
|
2395
2396
|
.k-datetimepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
|
|
2396
2397
|
align-items: center;
|
|
2397
|
-
color: $
|
|
2398
|
+
color: $fk-feather-icon-on-neutral;
|
|
2398
2399
|
height: 100%;
|
|
2399
2400
|
aspect-ratio: 1/1;
|
|
2400
2401
|
width: unset;
|
|
2401
2402
|
|
|
2402
2403
|
}
|
|
2403
2404
|
.k-dropdownlist .k-input-inner .k-input-value-text{
|
|
2404
|
-
@extend %
|
|
2405
|
-
color: $
|
|
2405
|
+
@extend %fk-typography-feather-body-small;
|
|
2406
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2406
2407
|
|
|
2407
2408
|
}
|
|
2408
2409
|
.k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected{
|
|
2409
|
-
box-shadow: inset 4px 0px 0px 0px $
|
|
2410
|
+
box-shadow: inset 4px 0px 0px 0px $fk-feather-primary;
|
|
2410
2411
|
border-bottom-style: none;
|
|
2411
2412
|
border-left-style: none;
|
|
2412
2413
|
border-right-style: none;
|
|
@@ -2427,7 +2428,7 @@
|
|
|
2427
2428
|
}
|
|
2428
2429
|
.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{
|
|
2429
2430
|
background-color: initial;
|
|
2430
|
-
background-image: $
|
|
2431
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
2431
2432
|
|
|
2432
2433
|
}
|
|
2433
2434
|
.k-dropdownlist.k-hover.k-picker-solid,.k-dropdownlist.k-state-hover.k-picker-solid,.k-dropdownlist.k-state-hovered.k-picker-solid,.k-dropdownlist:hover.k-picker-solid{
|
|
@@ -2447,7 +2448,7 @@
|
|
|
2447
2448
|
|
|
2448
2449
|
}
|
|
2449
2450
|
.k-dropdownlist.k-invalid.k-focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-touched.k-focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-dirty.k-focus.k-picker-solid,.k-dropdownlist.k-invalid.k-state-focus.k-picker-solid,.k-dropdownlist.k-invalid.k-state-focused.k-picker-solid,.k-dropdownlist.k-invalid:focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-touched.k-state-focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-touched.k-state-focused.k-picker-solid,.k-dropdownlist.ng-invalid.ng-touched:focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-dirty.k-state-focus.k-picker-solid,.k-dropdownlist.ng-invalid.ng-dirty.k-state-focused.k-picker-solid,.k-dropdownlist.ng-invalid.ng-dirty:focus.k-picker-solid{
|
|
2450
|
-
@extend %
|
|
2451
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2451
2452
|
border-bottom-color: currentcolor;
|
|
2452
2453
|
border-left-color: currentcolor;
|
|
2453
2454
|
border-right-color: currentcolor;
|
|
@@ -2462,40 +2463,40 @@
|
|
|
2462
2463
|
|
|
2463
2464
|
}
|
|
2464
2465
|
.k-dropdownlist.k-disabled.k-picker-solid,.k-dropdownlist.k-state-disabled.k-picker-solid,.k-dropdownlist:disabled.k-picker-solid{
|
|
2465
|
-
border-bottom-color: $
|
|
2466
|
-
border-left-color: $
|
|
2467
|
-
border-right-color: $
|
|
2468
|
-
border-top-color: $
|
|
2466
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
2467
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
2468
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
2469
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
2469
2470
|
|
|
2470
2471
|
}
|
|
2471
2472
|
.k-autocomplete.k-input .k-input-inner{
|
|
2472
|
-
@extend %
|
|
2473
|
-
color: $
|
|
2473
|
+
@extend %fk-typography-feather-body-small;
|
|
2474
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2474
2475
|
|
|
2475
2476
|
}
|
|
2476
2477
|
.k-autocomplete.k-input{
|
|
2477
|
-
height: $
|
|
2478
|
+
height: $fk-feather-container-height-lg;
|
|
2478
2479
|
background-image: none;
|
|
2479
2480
|
|
|
2480
2481
|
}
|
|
2481
2482
|
.k-autocomplete.k-input.k-input-solid{
|
|
2482
|
-
color: $
|
|
2483
|
-
border-bottom-color: $
|
|
2484
|
-
border-left-color: $
|
|
2485
|
-
border-right-color: $
|
|
2486
|
-
border-top-color: $
|
|
2483
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2484
|
+
border-bottom-color: $fk-feather-secondary-text-on-surface;
|
|
2485
|
+
border-left-color: $fk-feather-secondary-text-on-surface;
|
|
2486
|
+
border-right-color: $fk-feather-secondary-text-on-surface;
|
|
2487
|
+
border-top-color: $fk-feather-secondary-text-on-surface;
|
|
2487
2488
|
background-color: initial;
|
|
2488
2489
|
|
|
2489
2490
|
}
|
|
2490
2491
|
.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{
|
|
2491
|
-
border-bottom-color: $
|
|
2492
|
-
border-left-color: $
|
|
2493
|
-
border-right-color: $
|
|
2494
|
-
border-top-color: $
|
|
2492
|
+
border-bottom-color: $fk-feather-primary-text-on-surface;
|
|
2493
|
+
border-left-color: $fk-feather-primary-text-on-surface;
|
|
2494
|
+
border-right-color: $fk-feather-primary-text-on-surface;
|
|
2495
|
+
border-top-color: $fk-feather-primary-text-on-surface;
|
|
2495
2496
|
|
|
2496
2497
|
}
|
|
2497
2498
|
.k-autocomplete.k-input.k-state-focus-within.k-input-solid,.k-autocomplete.k-input:focus-within.k-input-solid{
|
|
2498
|
-
@extend %
|
|
2499
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
2499
2500
|
border-bottom-color: k-color( primary );
|
|
2500
2501
|
border-left-color: k-color( primary );
|
|
2501
2502
|
border-right-color: k-color( primary );
|
|
@@ -2520,7 +2521,7 @@
|
|
|
2520
2521
|
|
|
2521
2522
|
}
|
|
2522
2523
|
.k-autocomplete.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-autocomplete.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-autocomplete.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-autocomplete.k-input.k-invalid:focus-within.k-input-solid,.k-autocomplete.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-autocomplete.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
|
|
2523
|
-
@extend %
|
|
2524
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2524
2525
|
border-bottom-color: currentcolor;
|
|
2525
2526
|
border-left-color: currentcolor;
|
|
2526
2527
|
border-right-color: currentcolor;
|
|
@@ -2528,11 +2529,11 @@
|
|
|
2528
2529
|
|
|
2529
2530
|
}
|
|
2530
2531
|
.k-autocomplete.k-input.k-disabled.k-input-solid,.k-autocomplete.k-input.k-state-disabled.k-input-solid,.k-autocomplete.k-input:disabled.k-input-solid{
|
|
2531
|
-
border-bottom-color: $
|
|
2532
|
-
border-left-color: $
|
|
2533
|
-
border-right-color: $
|
|
2534
|
-
border-top-color: $
|
|
2535
|
-
color: $
|
|
2532
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
2533
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
2534
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
2535
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
2536
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2536
2537
|
|
|
2537
2538
|
}
|
|
2538
2539
|
.k-autocomplete.k-input.k-disabled,.k-autocomplete.k-input.k-state-disabled,.k-autocomplete.k-input:disabled{
|
|
@@ -2540,45 +2541,45 @@
|
|
|
2540
2541
|
|
|
2541
2542
|
}
|
|
2542
2543
|
.k-autocomplete.k-input.k-disabled .k-input-inner,.k-autocomplete.k-input.k-state-disabled .k-input-inner,.k-autocomplete.k-input:disabled .k-input-inner{
|
|
2543
|
-
color: $
|
|
2544
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2544
2545
|
|
|
2545
2546
|
}
|
|
2546
2547
|
.k-autocomplete .k-clear-value{
|
|
2547
|
-
width: $
|
|
2548
|
-
height: $
|
|
2548
|
+
width: $fk-feather-container-height-xs;
|
|
2549
|
+
height: $fk-feather-container-height-xs;
|
|
2549
2550
|
margin-right: 4px;
|
|
2550
2551
|
margin-left: 4px;
|
|
2551
|
-
color: $
|
|
2552
|
+
color: $fk-feather-icon-on-neutral;
|
|
2552
2553
|
opacity: 100%;
|
|
2553
2554
|
|
|
2554
2555
|
}
|
|
2555
2556
|
.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{
|
|
2556
2557
|
background-color: initial;
|
|
2557
|
-
background-image: $
|
|
2558
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
2558
2559
|
border-bottom-left-radius: 100px;
|
|
2559
2560
|
border-bottom-right-radius: 100px;
|
|
2560
2561
|
border-top-left-radius: 100px;
|
|
2561
2562
|
border-top-right-radius: 100px;
|
|
2562
|
-
color: $
|
|
2563
|
+
color: $fk-feather-primary-text-on-surface;
|
|
2563
2564
|
|
|
2564
2565
|
}
|
|
2565
2566
|
.k-autocomplete .k-clear-value .k-icon.k-svg-icon{
|
|
2566
|
-
color: $
|
|
2567
|
+
color: $fk-feather-icon-on-neutral;
|
|
2567
2568
|
|
|
2568
2569
|
}
|
|
2569
2570
|
.k-autocomplete .k-clear-value.k-hover .k-icon.k-svg-icon,.k-autocomplete .k-clear-value.k-state-hover .k-icon.k-svg-icon,.k-autocomplete .k-clear-value.k-state-hovered .k-icon.k-svg-icon,.k-autocomplete .k-clear-value:hover .k-icon.k-svg-icon{
|
|
2570
|
-
color: $
|
|
2571
|
+
color: $fk-feather-primary-text-on-surface;
|
|
2571
2572
|
|
|
2572
2573
|
}
|
|
2573
2574
|
.k-combobox.k-input .k-input-inner{
|
|
2574
|
-
color: $
|
|
2575
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2575
2576
|
|
|
2576
2577
|
}
|
|
2577
2578
|
.k-combobox.k-input.k-hover.k-input-solid,.k-combobox.k-input.k-state-hover.k-input-solid,.k-combobox.k-input.k-state-hovered.k-input-solid,.k-combobox.k-input:hover.k-input-solid{
|
|
2578
|
-
border-bottom-color: $
|
|
2579
|
-
border-left-color: $
|
|
2580
|
-
border-right-color: $
|
|
2581
|
-
border-top-color: $
|
|
2579
|
+
border-bottom-color: $fk-feather-primary-text-on-surface;
|
|
2580
|
+
border-left-color: $fk-feather-primary-text-on-surface;
|
|
2581
|
+
border-right-color: $fk-feather-primary-text-on-surface;
|
|
2582
|
+
border-top-color: $fk-feather-primary-text-on-surface;
|
|
2582
2583
|
|
|
2583
2584
|
}
|
|
2584
2585
|
.k-combobox.k-input.k-state-focus-within,.k-combobox.k-input:focus-within{
|
|
@@ -2589,7 +2590,7 @@
|
|
|
2589
2590
|
|
|
2590
2591
|
}
|
|
2591
2592
|
.k-combobox.k-input.k-state-focus-within.k-input-solid,.k-combobox.k-input:focus-within.k-input-solid{
|
|
2592
|
-
@extend %
|
|
2593
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
2593
2594
|
|
|
2594
2595
|
}
|
|
2595
2596
|
.k-combobox.k-input.k-invalid.k-input-solid,.k-combobox.k-input.ng-invalid.ng-touched.k-input-solid,.k-combobox.k-input.ng-invalid.ng-dirty.k-input-solid{
|
|
@@ -2607,23 +2608,25 @@
|
|
|
2607
2608
|
|
|
2608
2609
|
}
|
|
2609
2610
|
.k-combobox.k-input.k-invalid.k-state-focus-within.k-input-solid,.k-combobox.k-input.ng-invalid.ng-touched.k-state-focus-within.k-input-solid,.k-combobox.k-input.ng-invalid.ng-dirty.k-state-focus-within.k-input-solid,.k-combobox.k-input.k-invalid:focus-within.k-input-solid,.k-combobox.k-input.ng-invalid.ng-touched:focus-within.k-input-solid,.k-combobox.k-input.ng-invalid.ng-dirty:focus-within.k-input-solid{
|
|
2610
|
-
@extend %
|
|
2611
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2611
2612
|
|
|
2612
2613
|
}
|
|
2613
2614
|
.k-textbox.k-input.k-hover,.k-textbox.k-input.k-state-hover,.k-textbox.k-input.k-state-hovered,.k-textbox.k-input:hover{
|
|
2614
|
-
|
|
2615
|
-
|
|
2615
|
+
color: unset;
|
|
2616
|
+
outline-color: currentcolor;
|
|
2617
|
+
outline-style: solid;
|
|
2618
|
+
outline-width: 0.5px;
|
|
2616
2619
|
|
|
2617
2620
|
}
|
|
2618
2621
|
.k-numerictextbox.k-input .k-input-inner{
|
|
2619
|
-
@extend %
|
|
2620
|
-
color: $
|
|
2622
|
+
@extend %fk-typography-feather-body-small;
|
|
2623
|
+
color: $fk-kendo-input-text;
|
|
2621
2624
|
height: auto;
|
|
2622
2625
|
|
|
2623
2626
|
}
|
|
2624
2627
|
.k-maskedtextbox.k-input .k-input-inner{
|
|
2625
|
-
@extend %
|
|
2626
|
-
color: $
|
|
2628
|
+
@extend %fk-typography-feather-body-small;
|
|
2629
|
+
color: $fk-kendo-input-text;
|
|
2627
2630
|
height: auto;
|
|
2628
2631
|
|
|
2629
2632
|
}
|
|
@@ -2640,41 +2643,41 @@
|
|
|
2640
2643
|
|
|
2641
2644
|
}
|
|
2642
2645
|
.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{
|
|
2643
|
-
color: $
|
|
2646
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2644
2647
|
|
|
2645
2648
|
}
|
|
2646
2649
|
.k-textbox.k-input.k-disabled .k-input-inner,.k-textbox.k-input.k-state-disabled .k-input-inner,.k-textbox.k-input:disabled .k-input-inner{
|
|
2647
|
-
color: $
|
|
2650
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2648
2651
|
|
|
2649
2652
|
}
|
|
2650
2653
|
.k-textbox.k-input.k-disabled .k-input-prefix.k-input-prefix-horizontal,.k-textbox.k-input.k-state-disabled .k-input-prefix.k-input-prefix-horizontal,.k-textbox.k-input:disabled .k-input-prefix.k-input-prefix-horizontal{
|
|
2651
|
-
color: $
|
|
2654
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2652
2655
|
opacity: 40%;
|
|
2653
2656
|
|
|
2654
2657
|
}
|
|
2655
2658
|
.k-textbox.k-input.k-disabled .k-input-suffix.k-input-suffix-horizontal,.k-textbox.k-input.k-state-disabled .k-input-suffix.k-input-suffix-horizontal,.k-textbox.k-input:disabled .k-input-suffix.k-input-suffix-horizontal{
|
|
2656
|
-
color: $
|
|
2659
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2657
2660
|
opacity: 40%;
|
|
2658
2661
|
|
|
2659
2662
|
}
|
|
2660
2663
|
.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-link,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-link{
|
|
2661
|
-
color: $
|
|
2664
|
+
color: $fk-feather-primary;
|
|
2662
2665
|
|
|
2663
2666
|
}
|
|
2664
2667
|
.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .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-filterable .k-cell-inner .k-link .k-column-title{
|
|
2665
|
-
color: $
|
|
2668
|
+
color: $fk-feather-primary;
|
|
2666
2669
|
font-weight: 600;
|
|
2667
2670
|
|
|
2668
2671
|
}
|
|
2669
2672
|
.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-sorted .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-sorted .k-cell-inner .k-link .k-column-title{
|
|
2670
|
-
color: $
|
|
2673
|
+
color: $fk-feather-primary;
|
|
2671
2674
|
font-weight: 600;
|
|
2672
2675
|
|
|
2673
2676
|
}
|
|
2674
2677
|
.k-grid.k-grid-md .k-table-thead .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-icon-button,.k-grid.k-grid-md .k-grid-header .k-table-row.k-filter-row .k-table-th .k-filtercell .k-filtercell-wrapper .k-button.k-button-md.k-button-solid.k-button-solid-base.k-rounded-md.k-icon-button{
|
|
2675
2678
|
align-items: stretch;
|
|
2676
2679
|
height: 100%;
|
|
2677
|
-
width: $
|
|
2680
|
+
width: $fk-feather-container-height-xs;
|
|
2678
2681
|
|
|
2679
2682
|
}
|
|
2680
2683
|
.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{
|
|
@@ -2686,11 +2689,11 @@
|
|
|
2686
2689
|
height: 100%;
|
|
2687
2690
|
display: flex;
|
|
2688
2691
|
align-items: stretch;
|
|
2689
|
-
width: $
|
|
2692
|
+
width: $fk-feather-container-height-xs;
|
|
2690
2693
|
|
|
2691
2694
|
}
|
|
2692
2695
|
.k-column-menu.k-grid-columnmenu-popup.k-popup .k-columnmenu-item-wrapper .k-columnmenu-item{
|
|
2693
|
-
height: $
|
|
2696
|
+
height: $fk-feather-container-height-sm;
|
|
2694
2697
|
display: flex;
|
|
2695
2698
|
align-items: center;
|
|
2696
2699
|
justify-content: start;
|
|
@@ -2711,7 +2714,7 @@
|
|
|
2711
2714
|
|
|
2712
2715
|
}
|
|
2713
2716
|
.k-popup.k-list-container.k-dropdownlist-popup{
|
|
2714
|
-
@extend %
|
|
2717
|
+
@extend %fk-effects-feather-elevation-04dp;
|
|
2715
2718
|
|
|
2716
2719
|
}
|
|
2717
2720
|
.k-dropdowntree.k-picker-solid{
|
|
@@ -2720,19 +2723,19 @@
|
|
|
2720
2723
|
}
|
|
2721
2724
|
.k-dropdowntree{
|
|
2722
2725
|
background-image: none;
|
|
2723
|
-
min-height: $
|
|
2726
|
+
min-height: $fk-feather-container-height-lg;
|
|
2724
2727
|
transition-property: all;
|
|
2725
2728
|
transition-duration: 280ms;
|
|
2726
2729
|
transition-timing-function: ease-out;
|
|
2727
2730
|
|
|
2728
2731
|
}
|
|
2729
2732
|
.k-dropdowntree .k-input-inner .k-input-value-text{
|
|
2730
|
-
@extend %
|
|
2731
|
-
color: $
|
|
2733
|
+
@extend %fk-typography-feather-body-small;
|
|
2734
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2732
2735
|
|
|
2733
2736
|
}
|
|
2734
2737
|
.k-dropdowntree.k-invalid.k-focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-touched.k-focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-dirty.k-focus.k-picker-solid,.k-dropdowntree.k-invalid.k-state-focus.k-picker-solid,.k-dropdowntree.k-invalid.k-state-focused.k-picker-solid,.k-dropdowntree.k-invalid:focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-touched.k-state-focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-touched.k-state-focused.k-picker-solid,.k-dropdowntree.ng-invalid.ng-touched:focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-dirty.k-state-focus.k-picker-solid,.k-dropdowntree.ng-invalid.ng-dirty.k-state-focused.k-picker-solid,.k-dropdowntree.ng-invalid.ng-dirty:focus.k-picker-solid{
|
|
2735
|
-
@extend %
|
|
2738
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2736
2739
|
border-bottom-color: transparent;
|
|
2737
2740
|
border-left-color: transparent;
|
|
2738
2741
|
border-right-color: transparent;
|
|
@@ -2747,7 +2750,7 @@
|
|
|
2747
2750
|
|
|
2748
2751
|
}
|
|
2749
2752
|
.k-dropdowntree-popup.k-popup{
|
|
2750
|
-
@extend %
|
|
2753
|
+
@extend %fk-effects-feather-elevation-04dp;
|
|
2751
2754
|
border-bottom-style: none;
|
|
2752
2755
|
border-left-style: none;
|
|
2753
2756
|
border-right-style: none;
|
|
@@ -2760,22 +2763,22 @@
|
|
|
2760
2763
|
|
|
2761
2764
|
}
|
|
2762
2765
|
.k-popup.k-list-container{
|
|
2763
|
-
padding-bottom: $
|
|
2766
|
+
padding-bottom: $fk-feather-spacing-xs;
|
|
2764
2767
|
|
|
2765
2768
|
}
|
|
2766
2769
|
.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-focus,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-state-focus,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-state-focused,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf:focus{
|
|
2767
|
-
@extend %
|
|
2770
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
2768
2771
|
|
|
2769
2772
|
}
|
|
2770
2773
|
.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-selected.k-focus,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-selected.k-state-focus,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-selected.k-state-focused,.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf.k-selected:focus{
|
|
2771
|
-
@extend %
|
|
2774
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
2772
2775
|
|
|
2773
2776
|
}
|
|
2774
2777
|
.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf{
|
|
2775
|
-
padding-top: $
|
|
2776
|
-
padding-bottom: $
|
|
2777
|
-
padding-right: $
|
|
2778
|
-
padding-left: $
|
|
2778
|
+
padding-top: $fk-feather-spacing-xs;
|
|
2779
|
+
padding-bottom: $fk-feather-spacing-xs;
|
|
2780
|
+
padding-right: $fk-feather-spacing-m;
|
|
2781
|
+
padding-left: $fk-feather-spacing-m;
|
|
2779
2782
|
transition-property: all;
|
|
2780
2783
|
transition-duration: 280ms;
|
|
2781
2784
|
transition-timing-function: ease-out;
|
|
@@ -2789,14 +2792,14 @@
|
|
|
2789
2792
|
|
|
2790
2793
|
}
|
|
2791
2794
|
.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-focus,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-focus,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-focused,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item:focus{
|
|
2792
|
-
@extend %
|
|
2795
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
2793
2796
|
background-color: initial;
|
|
2794
|
-
background-image: $
|
|
2797
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
2795
2798
|
|
|
2796
2799
|
}
|
|
2797
2800
|
.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{
|
|
2798
2801
|
background-color: initial;
|
|
2799
|
-
background-image: $
|
|
2802
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
2800
2803
|
|
|
2801
2804
|
}
|
|
2802
2805
|
.k-form .k-form-fieldset .k-form-field{
|
|
@@ -2804,14 +2807,14 @@
|
|
|
2804
2807
|
|
|
2805
2808
|
}
|
|
2806
2809
|
.k-form.k-form-horizontal .k-form-fieldset .k-form-field{
|
|
2807
|
-
@extend %
|
|
2810
|
+
@extend %fk-typography-feather-body-small;
|
|
2808
2811
|
align-items: start;
|
|
2809
2812
|
align-self: stretch;
|
|
2810
2813
|
justify-content: start;
|
|
2811
2814
|
height: 80px;
|
|
2812
2815
|
display: flex;
|
|
2813
2816
|
flex-direction: row;
|
|
2814
|
-
color: $
|
|
2817
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2815
2818
|
|
|
2816
2819
|
}
|
|
2817
2820
|
.k-form.k-form-horizontal .k-form-fieldset{
|
|
@@ -2838,10 +2841,10 @@
|
|
|
2838
2841
|
|
|
2839
2842
|
}
|
|
2840
2843
|
.k-form.k-form-horizontal .k-label .k-label-optional{
|
|
2841
|
-
color: $
|
|
2844
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2842
2845
|
font-family: inter;
|
|
2843
2846
|
font-weight: 500;
|
|
2844
|
-
font-size: $
|
|
2847
|
+
font-size: $fk-feather-font-size-sm;
|
|
2845
2848
|
font-style: normal;
|
|
2846
2849
|
|
|
2847
2850
|
}
|
|
@@ -2854,13 +2857,13 @@
|
|
|
2854
2857
|
font-style: normal;
|
|
2855
2858
|
font-family: Inter;
|
|
2856
2859
|
font-weight: 500;
|
|
2857
|
-
font-size: $
|
|
2860
|
+
font-size: $fk-feather-font-size-md;
|
|
2858
2861
|
line-height: 1.4285714286em;
|
|
2859
|
-
color: $
|
|
2862
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2860
2863
|
|
|
2861
2864
|
}
|
|
2862
2865
|
.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{
|
|
2863
|
-
@extend %
|
|
2866
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
2864
2867
|
border-bottom-style: none;
|
|
2865
2868
|
border-left-style: none;
|
|
2866
2869
|
border-right-style: none;
|
|
@@ -2886,39 +2889,39 @@
|
|
|
2886
2889
|
|
|
2887
2890
|
}
|
|
2888
2891
|
.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-hover.k-chip-solid-base,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-hover.k-chip-solid-base,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-hovered.k-chip-solid-base,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip:hover.k-chip-solid-base{
|
|
2889
|
-
background-color: $
|
|
2892
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2890
2893
|
|
|
2891
2894
|
}
|
|
2892
2895
|
.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-hover,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-hover,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-hovered,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip:hover{
|
|
2893
|
-
background-image: $
|
|
2896
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
2894
2897
|
|
|
2895
2898
|
}
|
|
2896
2899
|
.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-active.k-chip-solid-base,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-active.k-chip-solid-base,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip:active.k-chip-solid-base{
|
|
2897
|
-
background-color: $
|
|
2900
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2898
2901
|
|
|
2899
2902
|
}
|
|
2900
2903
|
.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-active,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip.k-state-active,.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip:active{
|
|
2901
|
-
background-image: $
|
|
2904
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
2902
2905
|
|
|
2903
2906
|
}
|
|
2904
2907
|
.k-multiselect.k-input .k-input-values .k-chip-list.k-chip-list-md .k-chip .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon{
|
|
2905
|
-
color: $
|
|
2908
|
+
color: $fk-feather-icon-on-neutral;
|
|
2906
2909
|
|
|
2907
2910
|
}
|
|
2908
2911
|
.k-multiselecttree.k-input .k-input-values.k-chip-list .k-chip{
|
|
2909
|
-
height: $
|
|
2912
|
+
height: $fk-feather-container-height-xs;
|
|
2910
2913
|
|
|
2911
2914
|
}
|
|
2912
2915
|
.k-chip.k-chip-outline.k-selected .k-chip-content{
|
|
2913
|
-
color: $
|
|
2916
|
+
color: $fk-kendo-chip-outline-selected-text;
|
|
2914
2917
|
|
|
2915
2918
|
}
|
|
2916
2919
|
.k-chip.k-chip-outline .k-chip-content{
|
|
2917
|
-
color: $
|
|
2920
|
+
color: $fk-kendo-chip-outline-text;
|
|
2918
2921
|
|
|
2919
2922
|
}
|
|
2920
2923
|
.k-chip.k-disabled .k-chip-content,.k-chip.k-state-disabled .k-chip-content,.k-chip:disabled .k-chip-content{
|
|
2921
|
-
color: $
|
|
2924
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2922
2925
|
|
|
2923
2926
|
}
|
|
2924
2927
|
.k-floating-label-container.k-focus .k-floating-label.k-text-error,.k-floating-label-container.k-state-focus .k-floating-label.k-text-error,.k-floating-label-container.k-state-focused .k-floating-label.k-text-error,.k-floating-label-container:focus .k-floating-label.k-text-error{
|
|
@@ -2926,7 +2929,7 @@
|
|
|
2926
2929
|
|
|
2927
2930
|
}
|
|
2928
2931
|
.k-window.k-dialog{
|
|
2929
|
-
@extend %
|
|
2932
|
+
@extend %fk-effects-feather-elevation-24dp;
|
|
2930
2933
|
|
|
2931
2934
|
}
|
|
2932
2935
|
.k-window.k-dialog .k-window-titlebar.k-dialog-titlebar{
|
|
@@ -2936,17 +2939,17 @@
|
|
|
2936
2939
|
border-left-style: none;
|
|
2937
2940
|
border-right-style: none;
|
|
2938
2941
|
border-top-style: none;
|
|
2939
|
-
padding-bottom: $
|
|
2940
|
-
padding-top: $
|
|
2942
|
+
padding-bottom: $fk-kendo-window-titlebar-padding-y;
|
|
2943
|
+
padding-top: $fk-kendo-window-titlebar-padding-y;
|
|
2941
2944
|
|
|
2942
2945
|
}
|
|
2943
2946
|
.k-window .k-window-titlebar .k-window-title{
|
|
2944
|
-
@extend %
|
|
2945
|
-
color: $
|
|
2947
|
+
@extend %fk-typography-feather-body-large;
|
|
2948
|
+
color: $fk-feather-primary-text-on-surface;
|
|
2946
2949
|
|
|
2947
2950
|
}
|
|
2948
2951
|
.k-window.k-focus,.k-window.k-state-focus,.k-window.k-state-focused,.k-window:focus{
|
|
2949
|
-
@extend %
|
|
2952
|
+
@extend %fk-effects-feather-elevation-12dp;
|
|
2950
2953
|
|
|
2951
2954
|
}
|
|
2952
2955
|
.k-popover.k-popup{
|
|
@@ -2957,7 +2960,7 @@
|
|
|
2957
2960
|
|
|
2958
2961
|
}
|
|
2959
2962
|
.k-popover{
|
|
2960
|
-
@extend %
|
|
2963
|
+
@extend %fk-effects-feather-elevation-04dp;
|
|
2961
2964
|
|
|
2962
2965
|
}
|
|
2963
2966
|
.k-popover .k-popover-callout.k-callout-s{
|
|
@@ -2998,7 +3001,7 @@
|
|
|
2998
3001
|
border-bottom-right-radius: 8px;
|
|
2999
3002
|
border-top-left-radius: 8px;
|
|
3000
3003
|
border-top-right-radius: 8px;
|
|
3001
|
-
background-color: $
|
|
3004
|
+
background-color: $fk-feather-surface-shade-1;
|
|
3002
3005
|
background-image: none;
|
|
3003
3006
|
transition-property: box-shadow;
|
|
3004
3007
|
transition-duration: 280ms;
|
|
@@ -3012,7 +3015,7 @@
|
|
|
3012
3015
|
column-gap: 8px;
|
|
3013
3016
|
padding-top: 20px;
|
|
3014
3017
|
border-top-width: 1px;
|
|
3015
|
-
border-top-color: $
|
|
3018
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
3016
3019
|
border-top-style: solid;
|
|
3017
3020
|
margin-top: 4px;
|
|
3018
3021
|
margin-right: -12px;
|
|
@@ -3032,11 +3035,11 @@
|
|
|
3032
3035
|
}
|
|
3033
3036
|
.k-colorgradient .k-colorgradient-inputs.k-hstack .k-vstack .k-colorgradient-input-label{
|
|
3034
3037
|
margin-top: 2px;
|
|
3035
|
-
color: $
|
|
3038
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3036
3039
|
|
|
3037
3040
|
}
|
|
3038
3041
|
.k-colorgradient.k-focus,.k-colorgradient.k-state-focus,.k-colorgradient.k-state-focused,.k-colorgradient:focus{
|
|
3039
|
-
@extend %
|
|
3042
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3040
3043
|
|
|
3041
3044
|
}
|
|
3042
3045
|
.k-colorgradient .k-colorgradient-canvas.k-hstack{
|
|
@@ -3047,9 +3050,9 @@
|
|
|
3047
3050
|
|
|
3048
3051
|
}
|
|
3049
3052
|
.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{
|
|
3050
|
-
@extend %
|
|
3053
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3051
3054
|
border-top-style: solid;
|
|
3052
|
-
border-top-width: $
|
|
3055
|
+
border-top-width: $fk-kendo-input-border-width;
|
|
3053
3056
|
border-bottom-color: transparent;
|
|
3054
3057
|
border-left-color: transparent;
|
|
3055
3058
|
border-right-color: transparent;
|
|
@@ -3060,10 +3063,10 @@
|
|
|
3060
3063
|
|
|
3061
3064
|
}
|
|
3062
3065
|
.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input{
|
|
3063
|
-
border-bottom-left-radius: $
|
|
3064
|
-
border-bottom-right-radius: $
|
|
3065
|
-
border-top-left-radius: $
|
|
3066
|
-
border-top-right-radius: $
|
|
3066
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
3067
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
3068
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
3069
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
3067
3070
|
|
|
3068
3071
|
}
|
|
3069
3072
|
.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input.k-state-focus-within .k-input.k-input-solid.k-focus,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input.k-state-focus-within .k-input.k-input-solid.k-state-focus,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input.k-state-focus-within .k-input.k-input-solid.k-state-focused,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input.k-state-focus-within .k-input.k-input-solid:focus,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input:focus-within .k-input.k-input-solid.k-focus,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input:focus-within .k-input.k-input-solid.k-state-focus,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input:focus-within .k-input.k-input-solid.k-state-focused,.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input:focus-within .k-input.k-input-solid:focus{
|
|
@@ -3078,13 +3081,13 @@
|
|
|
3078
3081
|
|
|
3079
3082
|
}
|
|
3080
3083
|
.feather-ks-notification-flat.k-notification{
|
|
3081
|
-
@extend %
|
|
3082
|
-
@extend %
|
|
3084
|
+
@extend %fk-effects-tb-internal-none-effects;
|
|
3085
|
+
@extend %fk-typography-feather-body-small;
|
|
3083
3086
|
border-bottom-style: none;
|
|
3084
3087
|
border-left-style: none;
|
|
3085
3088
|
border-right-style: none;
|
|
3086
3089
|
border-top-style: none;
|
|
3087
|
-
color: $
|
|
3090
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3088
3091
|
column-gap: 8px;
|
|
3089
3092
|
background-color: initial;
|
|
3090
3093
|
background-image: none;
|
|
@@ -3094,16 +3097,16 @@
|
|
|
3094
3097
|
|
|
3095
3098
|
}
|
|
3096
3099
|
.feather-ks-notification-flat.k-notification.k-notification-success{
|
|
3097
|
-
@extend %
|
|
3100
|
+
@extend %fk-typography-feather-body-small;
|
|
3098
3101
|
background-color: initial;
|
|
3099
3102
|
background-image: none;
|
|
3100
|
-
color: $
|
|
3103
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3101
3104
|
|
|
3102
3105
|
}
|
|
3103
3106
|
.feather-ks-notification-flat.k-notification.k-notification-error{
|
|
3104
3107
|
background-color: initial;
|
|
3105
3108
|
background-image: none;
|
|
3106
|
-
color: $
|
|
3109
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3107
3110
|
|
|
3108
3111
|
}
|
|
3109
3112
|
.feather-ks-notification-flat.k-notification.k-notification-warning{
|
|
@@ -3112,7 +3115,7 @@
|
|
|
3112
3115
|
|
|
3113
3116
|
}
|
|
3114
3117
|
.feather-ks-notification-flat.k-notification.k-notification-warning .k-notification-status.k-icon.k-svg-icon{
|
|
3115
|
-
color: $
|
|
3118
|
+
color: $fk-feather-icon-on-neutral;
|
|
3116
3119
|
|
|
3117
3120
|
}
|
|
3118
3121
|
.feather-ks-notification-flat.k-notification.k-notification-success .k-notification-status.k-icon.k-svg-icon{
|
|
@@ -3129,7 +3132,7 @@
|
|
|
3129
3132
|
|
|
3130
3133
|
}
|
|
3131
3134
|
.feather-ks-notification-flat.k-notification.k-notification-info .k-notification-status.k-icon.k-svg-icon{
|
|
3132
|
-
color: $
|
|
3135
|
+
color: $fk-feather-icon-on-neutral;
|
|
3133
3136
|
|
|
3134
3137
|
}
|
|
3135
3138
|
.feather-ks-notification-flat.k-notification .k-notification-content{
|
|
@@ -3137,18 +3140,18 @@
|
|
|
3137
3140
|
|
|
3138
3141
|
}
|
|
3139
3142
|
.k-multiselecttree.k-input .k-input-values.k-chip-list{
|
|
3140
|
-
padding-right: $
|
|
3141
|
-
padding-left: $
|
|
3142
|
-
row-gap: $
|
|
3143
|
-
column-gap: $
|
|
3144
|
-
padding-top: $
|
|
3145
|
-
padding-bottom: $
|
|
3143
|
+
padding-right: $fk-feather-spacing-xs;
|
|
3144
|
+
padding-left: $fk-feather-spacing-xs;
|
|
3145
|
+
row-gap: $fk-feather-spacing-min;
|
|
3146
|
+
column-gap: $fk-feather-spacing-min;
|
|
3147
|
+
padding-top: $fk-feather-spacing-min;
|
|
3148
|
+
padding-bottom: $fk-feather-spacing-min;
|
|
3146
3149
|
|
|
3147
3150
|
}
|
|
3148
3151
|
.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{
|
|
3149
3152
|
background-color: initial;
|
|
3150
|
-
background-image: $
|
|
3151
|
-
color: $
|
|
3153
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
3154
|
+
color: $fk-feather-primary;
|
|
3152
3155
|
|
|
3153
3156
|
}
|
|
3154
3157
|
.k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-end{
|
|
@@ -3174,29 +3177,29 @@
|
|
|
3174
3177
|
}
|
|
3175
3178
|
.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{
|
|
3176
3179
|
z-index: 1;
|
|
3177
|
-
box-shadow: inset 0px 0px 0px 2px $
|
|
3180
|
+
box-shadow: inset 0px 0px 0px 2px $fk-feather-primary;
|
|
3178
3181
|
|
|
3179
3182
|
}
|
|
3180
3183
|
.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link .k-menu-link-text{
|
|
3181
|
-
@extend %
|
|
3182
|
-
color: $
|
|
3184
|
+
@extend %fk-typography-feather-body-small;
|
|
3185
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3183
3186
|
|
|
3184
3187
|
}
|
|
3185
3188
|
.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-hover .k-menu-link-text,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-state-hover .k-menu-link-text,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link.k-state-hovered .k-menu-link-text,.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link:hover .k-menu-link-text{
|
|
3186
|
-
color: $
|
|
3189
|
+
color: $fk-feather-primary-text-on-surface;
|
|
3187
3190
|
|
|
3188
3191
|
}
|
|
3189
3192
|
.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-hover .k-list-item-text,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-hover .k-list-item-text,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-hovered .k-list-item-text,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item:hover .k-list-item-text{
|
|
3190
|
-
color: $
|
|
3193
|
+
color: $fk-feather-primary-text-on-surface;
|
|
3191
3194
|
|
|
3192
3195
|
}
|
|
3193
3196
|
.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-hover,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-hover,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-state-hovered,.k-list.k-list-md .k-list-content .k-list-ul .k-list-item:hover{
|
|
3194
3197
|
background-color: initial;
|
|
3195
|
-
background-image: $
|
|
3198
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3196
3199
|
|
|
3197
3200
|
}
|
|
3198
3201
|
.k-split-button.k-button-group .k-button.k-icon-button.k-split-button-arrow.k-button-solid-base{
|
|
3199
|
-
color: $
|
|
3202
|
+
color: $fk-feather-icon-on-neutral;
|
|
3200
3203
|
|
|
3201
3204
|
}
|
|
3202
3205
|
.k-split-button.k-button-group .k-button.k-icon-button.k-split-button-arrow{
|
|
@@ -3204,7 +3207,7 @@
|
|
|
3204
3207
|
|
|
3205
3208
|
}
|
|
3206
3209
|
.k-split-button.k-button-group .k-button.k-first-child.k-button-solid-base,.k-split-button.k-button-group .k-button:first-child.k-button-solid-base{
|
|
3207
|
-
color: $
|
|
3210
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3208
3211
|
|
|
3209
3212
|
}
|
|
3210
3213
|
.k-split-button.k-button-group .k-button.k-first-child,.k-split-button.k-button-group .k-button:first-child{
|
|
@@ -3218,11 +3221,11 @@
|
|
|
3218
3221
|
|
|
3219
3222
|
}
|
|
3220
3223
|
.k-colorpicker.k-picker.k-icon-picker.k-picker-solid{
|
|
3221
|
-
background-color: $
|
|
3222
|
-
border-bottom-color: $
|
|
3223
|
-
border-left-color: $
|
|
3224
|
-
border-right-color: $
|
|
3225
|
-
border-top-color: $
|
|
3224
|
+
background-color: $fk-feather-surface;
|
|
3225
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
3226
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
3227
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
3228
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
3226
3229
|
|
|
3227
3230
|
}
|
|
3228
3231
|
.k-colorpicker.k-picker.k-icon-picker .k-input-inner{
|
|
@@ -3232,20 +3235,20 @@
|
|
|
3232
3235
|
|
|
3233
3236
|
}
|
|
3234
3237
|
.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{
|
|
3235
|
-
background-color: $
|
|
3238
|
+
background-color: $fk-feather-surface;
|
|
3236
3239
|
|
|
3237
3240
|
}
|
|
3238
3241
|
.k-colorpicker.k-picker.k-icon-picker.k-hover,.k-colorpicker.k-picker.k-icon-picker.k-state-hover,.k-colorpicker.k-picker.k-icon-picker.k-state-hovered,.k-colorpicker.k-picker.k-icon-picker:hover{
|
|
3239
|
-
background-image: $
|
|
3242
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3240
3243
|
|
|
3241
3244
|
}
|
|
3242
3245
|
.k-colorpicker.k-picker.k-icon-picker.k-focus.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-focus.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker.k-state-focused.k-picker-solid,.k-colorpicker.k-picker.k-icon-picker:focus.k-picker-solid{
|
|
3243
|
-
@extend %
|
|
3244
|
-
background-color: $
|
|
3246
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3247
|
+
background-color: $fk-feather-surface;
|
|
3245
3248
|
|
|
3246
3249
|
}
|
|
3247
3250
|
.k-colorpicker.k-picker.k-icon-picker.k-focus,.k-colorpicker.k-picker.k-icon-picker.k-state-focus,.k-colorpicker.k-picker.k-icon-picker.k-state-focused,.k-colorpicker.k-picker.k-icon-picker:focus{
|
|
3248
|
-
background-image: $
|
|
3251
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
3249
3252
|
|
|
3250
3253
|
}
|
|
3251
3254
|
.k-colorpicker.k-picker.k-icon-picker.k-disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask,.k-colorpicker.k-picker.k-icon-picker:disabled .k-input-inner .k-value-icon.k-color-preview .k-color-preview-mask{
|
|
@@ -3256,7 +3259,7 @@
|
|
|
3256
3259
|
}
|
|
3257
3260
|
.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{
|
|
3258
3261
|
visibility: visible;
|
|
3259
|
-
background-color: $
|
|
3262
|
+
background-color: $fk-feather-disabled-text-on-surface;
|
|
3260
3263
|
background-image: none;
|
|
3261
3264
|
|
|
3262
3265
|
}
|
|
@@ -3266,15 +3269,15 @@
|
|
|
3266
3269
|
|
|
3267
3270
|
}
|
|
3268
3271
|
.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{
|
|
3269
|
-
color: $
|
|
3270
|
-
border-bottom-color: $
|
|
3271
|
-
border-left-color: $
|
|
3272
|
-
border-right-color: $
|
|
3273
|
-
border-top-color: $
|
|
3272
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
3273
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
3274
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
3275
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
3276
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
3274
3277
|
|
|
3275
3278
|
}
|
|
3276
3279
|
.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{
|
|
3277
|
-
background-color: $
|
|
3280
|
+
background-color: $fk-feather-surface;
|
|
3278
3281
|
|
|
3279
3282
|
}
|
|
3280
3283
|
.k-colorpicker.k-picker.k-icon-picker.k-disabled .k-input-inner .k-value-icon.k-color-preview,.k-colorpicker.k-picker.k-icon-picker.k-state-disabled .k-input-inner .k-value-icon.k-color-preview,.k-colorpicker.k-picker.k-icon-picker:disabled .k-input-inner .k-value-icon.k-color-preview{
|
|
@@ -3285,7 +3288,7 @@
|
|
|
3285
3288
|
|
|
3286
3289
|
}
|
|
3287
3290
|
.k-popup.k-color-picker-popup{
|
|
3288
|
-
@extend %
|
|
3291
|
+
@extend %fk-effects-feather-elevation-04dp;
|
|
3289
3292
|
border-bottom-left-radius: 8px;
|
|
3290
3293
|
border-bottom-right-radius: 8px;
|
|
3291
3294
|
border-top-left-radius: 8px;
|
|
@@ -3294,10 +3297,10 @@
|
|
|
3294
3297
|
border-left-width: 1px;
|
|
3295
3298
|
border-right-width: 1px;
|
|
3296
3299
|
border-top-width: 1px;
|
|
3297
|
-
border-bottom-color: $
|
|
3298
|
-
border-left-color: $
|
|
3299
|
-
border-right-color: $
|
|
3300
|
-
border-top-color: $
|
|
3300
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
3301
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
3302
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
3303
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
3301
3304
|
padding-bottom: 4px;
|
|
3302
3305
|
padding-left: 4px;
|
|
3303
3306
|
padding-right: 4px;
|
|
@@ -3315,15 +3318,15 @@
|
|
|
3315
3318
|
|
|
3316
3319
|
}
|
|
3317
3320
|
div.feather-ks-spacing-min{
|
|
3318
|
-
padding-top: $
|
|
3321
|
+
padding-top: $fk-feather-spacing-min;
|
|
3319
3322
|
|
|
3320
3323
|
}
|
|
3321
3324
|
div.feather-ks-spacing-xs{
|
|
3322
|
-
padding-top: $
|
|
3325
|
+
padding-top: $fk-feather-spacing-xs;
|
|
3323
3326
|
|
|
3324
3327
|
}
|
|
3325
3328
|
div.feather-ks-spacing-s{
|
|
3326
|
-
padding-top: $
|
|
3329
|
+
padding-top: $fk-feather-spacing-s;
|
|
3327
3330
|
|
|
3328
3331
|
}
|
|
3329
3332
|
.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable.k-focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable.k-state-focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable.k-state-focused .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable:focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable.k-focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable.k-state-focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable.k-state-focused .k-cell-inner .k-grid-column-menu.k-grid-header-menu,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable:focus .k-cell-inner .k-grid-column-menu.k-grid-header-menu{
|
|
@@ -3358,10 +3361,10 @@
|
|
|
3358
3361
|
|
|
3359
3362
|
}
|
|
3360
3363
|
.k-button.k-button-solid-primary.k-icon-button.k-rounded-md{
|
|
3361
|
-
border-bottom-left-radius: $
|
|
3362
|
-
border-bottom-right-radius: $
|
|
3363
|
-
border-top-left-radius: $
|
|
3364
|
-
border-top-right-radius: $
|
|
3364
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
3365
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
3366
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
3367
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
3365
3368
|
|
|
3366
3369
|
}
|
|
3367
3370
|
.k-button.k-button-outline.k-icon-button.k-rounded-md{
|
|
@@ -3372,13 +3375,8 @@
|
|
|
3372
3375
|
|
|
3373
3376
|
}
|
|
3374
3377
|
.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{
|
|
3375
|
-
border-top-right-radius: $
|
|
3376
|
-
border-bottom-right-radius: $
|
|
3377
|
-
|
|
3378
|
-
}
|
|
3379
|
-
input:focus{
|
|
3380
|
-
transition-duration: 280ms;
|
|
3381
|
-
transition-property: all;
|
|
3378
|
+
border-top-right-radius: $fk-kendo-border-radius;
|
|
3379
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
3382
3380
|
|
|
3383
3381
|
}
|
|
3384
3382
|
.k-textbox.k-input.k-invalid,.k-textbox.k-input.ng-invalid.ng-touched,.k-textbox.k-input.ng-invalid.ng-dirty{
|
|
@@ -3391,12 +3389,6 @@
|
|
|
3391
3389
|
.k-textbox.k-input.k-invalid.k-input-solid,.k-textbox.k-input.ng-invalid.ng-touched.k-input-solid,.k-textbox.k-input.ng-invalid.ng-dirty.k-input-solid{
|
|
3392
3390
|
color: k-color( error );
|
|
3393
3391
|
|
|
3394
|
-
}
|
|
3395
|
-
input{
|
|
3396
|
-
padding-left: 16px;
|
|
3397
|
-
padding-top: 0px;
|
|
3398
|
-
padding-right: 16px;
|
|
3399
|
-
|
|
3400
3392
|
}
|
|
3401
3393
|
.k-split-button.k-button-group.k-focus,.k-split-button.k-button-group.k-state-focus,.k-split-button.k-button-group.k-state-focused,.k-split-button.k-button-group:focus{
|
|
3402
3394
|
box-shadow: none;
|
|
@@ -3415,7 +3407,7 @@
|
|
|
3415
3407
|
|
|
3416
3408
|
}
|
|
3417
3409
|
.k-button-group .k-button.k-focus,.k-button-group .k-button.k-state-focus,.k-button-group .k-button.k-state-focused,.k-button-group .k-button:focus{
|
|
3418
|
-
@extend %
|
|
3410
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
3419
3411
|
z-index: 3;
|
|
3420
3412
|
|
|
3421
3413
|
}
|
|
@@ -3425,7 +3417,7 @@
|
|
|
3425
3417
|
}
|
|
3426
3418
|
.k-button-group .k-button.k-group-end,.k-button-group .k-button:last-child{
|
|
3427
3419
|
z-index: 2;
|
|
3428
|
-
box-shadow: inset 1px 0px 0px 0px $
|
|
3420
|
+
box-shadow: inset 1px 0px 0px 0px $fk-kendo-button-border;
|
|
3429
3421
|
|
|
3430
3422
|
}
|
|
3431
3423
|
.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{
|
|
@@ -3437,7 +3429,7 @@
|
|
|
3437
3429
|
|
|
3438
3430
|
}
|
|
3439
3431
|
.k-button-group .k-button.k-focus.k-group-end,.k-button-group .k-button.k-state-focus.k-group-end,.k-button-group .k-button.k-state-focused.k-group-end,.k-button-group .k-button:focus.k-group-end,.k-button-group .k-button.k-focus:last-child,.k-button-group .k-button.k-state-focus:last-child,.k-button-group .k-button.k-state-focused:last-child,.k-button-group .k-button:focus:last-child{
|
|
3440
|
-
@extend %
|
|
3432
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
3441
3433
|
z-index: 3;
|
|
3442
3434
|
|
|
3443
3435
|
}
|
|
@@ -3457,7 +3449,7 @@
|
|
|
3457
3449
|
transition-property: all;
|
|
3458
3450
|
transition-duration: 280ms;
|
|
3459
3451
|
transition-timing-function: ease-out;
|
|
3460
|
-
height: $
|
|
3452
|
+
height: $fk-feather-container-height-lg;
|
|
3461
3453
|
background-image: none;
|
|
3462
3454
|
|
|
3463
3455
|
}
|
|
@@ -3466,7 +3458,7 @@
|
|
|
3466
3458
|
|
|
3467
3459
|
}
|
|
3468
3460
|
.k-floating-label-container.k-empty .k-floating-label{
|
|
3469
|
-
@extend %
|
|
3461
|
+
@extend %fk-typography-feather-body-small;
|
|
3470
3462
|
top: 30px;
|
|
3471
3463
|
|
|
3472
3464
|
}
|
|
@@ -3510,7 +3502,7 @@
|
|
|
3510
3502
|
border-right-style: none;
|
|
3511
3503
|
border-top-style: none;
|
|
3512
3504
|
text-transform: none;
|
|
3513
|
-
color: $
|
|
3505
|
+
color: $fk-feather-primary-text-on-surface;
|
|
3514
3506
|
|
|
3515
3507
|
}
|
|
3516
3508
|
.k-floating-label-container .k-floating-label .k-label-optional{
|
|
@@ -3548,7 +3540,7 @@
|
|
|
3548
3540
|
|
|
3549
3541
|
}
|
|
3550
3542
|
.k-switch.k-switch-on.k-focus .k-switch-track,.k-switch.k-switch-on.k-state-focus .k-switch-track,.k-switch.k-switch-on.k-state-focused .k-switch-track,.k-switch.k-switch-on:focus .k-switch-track{
|
|
3551
|
-
@extend %
|
|
3543
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
3552
3544
|
|
|
3553
3545
|
}
|
|
3554
3546
|
.k-slider .k-draghandle.k-draghandle-end{
|
|
@@ -3564,8 +3556,8 @@
|
|
|
3564
3556
|
border-top-style: solid;
|
|
3565
3557
|
background-color: initial;
|
|
3566
3558
|
background-image: none;
|
|
3567
|
-
height: $
|
|
3568
|
-
width: $
|
|
3559
|
+
height: $fk-feather-container-height-sm;
|
|
3560
|
+
width: $fk-feather-container-height-sm;
|
|
3569
3561
|
|
|
3570
3562
|
}
|
|
3571
3563
|
.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase{
|
|
@@ -3575,12 +3567,12 @@
|
|
|
3575
3567
|
border-top-style: solid;
|
|
3576
3568
|
background-color: initial;
|
|
3577
3569
|
background-image: none;
|
|
3578
|
-
height: $
|
|
3579
|
-
width: $
|
|
3570
|
+
height: $fk-feather-container-height-sm;
|
|
3571
|
+
width: $fk-feather-container-height-sm;
|
|
3580
3572
|
|
|
3581
3573
|
}
|
|
3582
3574
|
.k-slider .k-draghandle.k-draghandle-end.k-hover,.k-slider .k-draghandle.k-draghandle-end.k-state-hover,.k-slider .k-draghandle.k-draghandle-end.k-state-hovered,.k-slider .k-draghandle.k-draghandle-end:hover{
|
|
3583
|
-
@extend %
|
|
3575
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3584
3576
|
border-bottom-style: none;
|
|
3585
3577
|
border-left-style: none;
|
|
3586
3578
|
border-right-style: none;
|
|
@@ -3603,34 +3595,34 @@
|
|
|
3603
3595
|
}
|
|
3604
3596
|
.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{
|
|
3605
3597
|
background-color: initial;
|
|
3606
|
-
background-image: $
|
|
3598
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3607
3599
|
|
|
3608
3600
|
}
|
|
3609
3601
|
.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-hover,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.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-increase.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-increase:hover{
|
|
3610
3602
|
background-color: initial;
|
|
3611
|
-
background-image: $
|
|
3603
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3612
3604
|
|
|
3613
3605
|
}
|
|
3614
3606
|
.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-focus,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focus,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focused,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focused,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focused,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-state-focused,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:focus{
|
|
3615
|
-
@extend %
|
|
3607
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3616
3608
|
background-color: initial;
|
|
3617
|
-
background-image: $
|
|
3609
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
3618
3610
|
|
|
3619
3611
|
}
|
|
3620
3612
|
.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-focus,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focus,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focused,.k-slider.k-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focus,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focused,.k-slider.k-state-focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focus,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focused,.k-slider.k-state-focused .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focus,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-focused,.k-slider:focus .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:focus{
|
|
3621
|
-
@extend %
|
|
3613
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3622
3614
|
background-color: initial;
|
|
3623
|
-
background-image: $
|
|
3615
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
3624
3616
|
|
|
3625
3617
|
}
|
|
3626
3618
|
.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease.k-active,.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-active,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-decrease:active{
|
|
3627
3619
|
background-color: initial;
|
|
3628
|
-
background-image: $
|
|
3620
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
3629
3621
|
|
|
3630
3622
|
}
|
|
3631
3623
|
.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-active,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase.k-state-active,.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase:active{
|
|
3632
3624
|
background-color: initial;
|
|
3633
|
-
background-image: $
|
|
3625
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
3634
3626
|
|
|
3635
3627
|
}
|
|
3636
3628
|
.k-popup.k-timepicker-popup .k-timeselector{
|
|
@@ -3639,7 +3631,7 @@
|
|
|
3639
3631
|
|
|
3640
3632
|
}
|
|
3641
3633
|
.k-popup.k-timepicker-popup{
|
|
3642
|
-
@extend %
|
|
3634
|
+
@extend %fk-effects-feather-elevation-06dp;
|
|
3643
3635
|
min-width: 208px;
|
|
3644
3636
|
|
|
3645
3637
|
}
|
|
@@ -3654,13 +3646,13 @@
|
|
|
3654
3646
|
|
|
3655
3647
|
}
|
|
3656
3648
|
.k-popup.k-datetime-container.k-reset .k-time-tab.k-datetime-wrap{
|
|
3657
|
-
padding-top: $
|
|
3658
|
-
padding-bottom: $
|
|
3649
|
+
padding-top: $fk-feather-spacing-xs;
|
|
3650
|
+
padding-bottom: $fk-feather-spacing-xs;
|
|
3659
3651
|
|
|
3660
3652
|
}
|
|
3661
3653
|
.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper .k-title{
|
|
3662
|
-
padding-top: $
|
|
3663
|
-
padding-bottom: $
|
|
3654
|
+
padding-top: $fk-feather-spacing-xs;
|
|
3655
|
+
padding-bottom: $fk-feather-spacing-xs;
|
|
3664
3656
|
|
|
3665
3657
|
}
|
|
3666
3658
|
.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{
|
|
@@ -3674,10 +3666,10 @@
|
|
|
3674
3666
|
|
|
3675
3667
|
}
|
|
3676
3668
|
.k-pager .k-pager-numbers-wrap .k-button.k-pager-nav{
|
|
3677
|
-
border-bottom-left-radius: $
|
|
3678
|
-
border-bottom-right-radius: $
|
|
3679
|
-
border-top-left-radius: $
|
|
3680
|
-
border-top-right-radius: $
|
|
3669
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
3670
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
3671
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
3672
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
3681
3673
|
|
|
3682
3674
|
}
|
|
3683
3675
|
.k-pager .k-pager-numbers-wrap .k-button.k-pager-nav .k-icon.k-svg-icon.k-svg-i-caret-alt-left.k-button-icon{
|
|
@@ -3711,23 +3703,23 @@
|
|
|
3711
3703
|
|
|
3712
3704
|
}
|
|
3713
3705
|
.k-input.k-focus.k-input-solid,.k-input.k-state-focus.k-input-solid,.k-input.k-state-focused.k-input-solid,.k-input:focus.k-input-solid{
|
|
3714
|
-
@extend %
|
|
3706
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3715
3707
|
|
|
3716
3708
|
}
|
|
3717
3709
|
.k-input.k-state-focus-within.k-input-solid,.k-input:focus-within.k-input-solid{
|
|
3718
|
-
@extend %
|
|
3719
|
-
border-bottom-color: $
|
|
3720
|
-
border-left-color: $
|
|
3721
|
-
border-right-color: $
|
|
3722
|
-
border-top-color: $
|
|
3710
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3711
|
+
border-bottom-color: $fk-kendo-input-focus-border;
|
|
3712
|
+
border-left-color: $fk-kendo-input-focus-border;
|
|
3713
|
+
border-right-color: $fk-kendo-input-focus-border;
|
|
3714
|
+
border-top-color: $fk-kendo-input-focus-border;
|
|
3723
3715
|
|
|
3724
3716
|
}
|
|
3725
3717
|
.k-maskedtextbox.k-input.k-hover,.k-maskedtextbox.k-input.k-state-hover,.k-maskedtextbox.k-input.k-state-hovered,.k-maskedtextbox.k-input:hover{
|
|
3726
|
-
@extend %
|
|
3718
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
3727
3719
|
|
|
3728
3720
|
}
|
|
3729
3721
|
.k-numerictextbox.k-input.k-disabled .k-input-inner,.k-numerictextbox.k-input.k-state-disabled .k-input-inner,.k-numerictextbox.k-input:disabled .k-input-inner{
|
|
3730
|
-
color: $
|
|
3722
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
3731
3723
|
|
|
3732
3724
|
}
|
|
3733
3725
|
.k-input.k-disabled,.k-input.k-state-disabled,.k-input:disabled{
|
|
@@ -3736,18 +3728,18 @@
|
|
|
3736
3728
|
|
|
3737
3729
|
}
|
|
3738
3730
|
.k-input.k-disabled.k-input-solid,.k-input.k-state-disabled.k-input-solid,.k-input:disabled.k-input-solid{
|
|
3739
|
-
color: $
|
|
3740
|
-
border-bottom-color: $
|
|
3741
|
-
border-left-color: $
|
|
3742
|
-
border-right-color: $
|
|
3743
|
-
border-top-color: $
|
|
3731
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
3732
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
3733
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
3734
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
3735
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
3744
3736
|
|
|
3745
3737
|
}
|
|
3746
3738
|
.k-input.k-state-readonly.k-input-solid,.k-input[readonly].k-input-solid{
|
|
3747
|
-
border-bottom-color: $
|
|
3748
|
-
border-left-color: $
|
|
3749
|
-
border-right-color: $
|
|
3750
|
-
border-top-color: $
|
|
3739
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
3740
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
3741
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
3742
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
3751
3743
|
|
|
3752
3744
|
}
|
|
3753
3745
|
.k-input.k-state-readonly,.k-input[readonly]{
|
|
@@ -3757,12 +3749,12 @@
|
|
|
3757
3749
|
}
|
|
3758
3750
|
.k-dateinput.k-input .k-input-inner{
|
|
3759
3751
|
height: auto;
|
|
3760
|
-
color: $
|
|
3752
|
+
color: $fk-kendo-component-text;
|
|
3761
3753
|
|
|
3762
3754
|
}
|
|
3763
3755
|
.k-datepicker.k-input .k-input-inner{
|
|
3764
3756
|
height: auto;
|
|
3765
|
-
color: $
|
|
3757
|
+
color: $fk-kendo-input-text;
|
|
3766
3758
|
|
|
3767
3759
|
}
|
|
3768
3760
|
.k-label .k-label-optional{
|
|
@@ -3770,11 +3762,11 @@
|
|
|
3770
3762
|
|
|
3771
3763
|
}
|
|
3772
3764
|
.k-label{
|
|
3773
|
-
margin-bottom: $
|
|
3765
|
+
margin-bottom: $fk-kendo-form-label-margin-bottom;
|
|
3774
3766
|
|
|
3775
3767
|
}
|
|
3776
3768
|
.k-switch.k-switch-off.k-focus .k-switch-track,.k-switch.k-switch-off.k-state-focus .k-switch-track,.k-switch.k-switch-off.k-state-focused .k-switch-track,.k-switch.k-switch-off:focus .k-switch-track{
|
|
3777
|
-
@extend %
|
|
3769
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
3778
3770
|
border-bottom-color: k-color( primary );
|
|
3779
3771
|
border-left-color: k-color( primary );
|
|
3780
3772
|
border-right-color: k-color( primary );
|
|
@@ -3798,22 +3790,22 @@
|
|
|
3798
3790
|
|
|
3799
3791
|
}
|
|
3800
3792
|
.k-chip-list{
|
|
3801
|
-
border-bottom-left-radius: $
|
|
3802
|
-
border-bottom-right-radius: $
|
|
3803
|
-
border-top-left-radius: $
|
|
3804
|
-
border-top-right-radius: $
|
|
3793
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
3794
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
3795
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
3796
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
3805
3797
|
|
|
3806
3798
|
}
|
|
3807
3799
|
.k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item{
|
|
3808
|
-
min-height: $
|
|
3800
|
+
min-height: $fk-feather-container-height-md;
|
|
3809
3801
|
|
|
3810
3802
|
}
|
|
3811
3803
|
.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item{
|
|
3812
|
-
min-height: $
|
|
3804
|
+
min-height: $fk-feather-container-height-md;
|
|
3813
3805
|
|
|
3814
3806
|
}
|
|
3815
3807
|
.k-card{
|
|
3816
|
-
@extend %
|
|
3808
|
+
@extend %fk-effects-feather-elevation-02dp;
|
|
3817
3809
|
background-color: k-color( app-surface );
|
|
3818
3810
|
background-image: none;
|
|
3819
3811
|
|
|
@@ -3826,25 +3818,25 @@
|
|
|
3826
3818
|
|
|
3827
3819
|
}
|
|
3828
3820
|
.k-card .k-card-header .k-card-title{
|
|
3829
|
-
@extend %
|
|
3830
|
-
color: $
|
|
3821
|
+
@extend %fk-typography-feather-heading-3;
|
|
3822
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3831
3823
|
|
|
3832
3824
|
}
|
|
3833
3825
|
.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-hover,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-hover,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link.k-state-hovered,.k-breadcrumb .k-breadcrumb-container .k-breadcrumb-item .k-breadcrumb-link:hover{
|
|
3834
3826
|
background-color: initial;
|
|
3835
|
-
background-image: $
|
|
3827
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3836
3828
|
|
|
3837
3829
|
}
|
|
3838
3830
|
.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{
|
|
3839
|
-
@extend %
|
|
3831
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
3840
3832
|
outline-style: none;
|
|
3841
3833
|
background-color: initial;
|
|
3842
|
-
background-image: $
|
|
3834
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
3843
3835
|
|
|
3844
3836
|
}
|
|
3845
3837
|
.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{
|
|
3846
3838
|
opacity: unset;
|
|
3847
|
-
color: $
|
|
3839
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
3848
3840
|
|
|
3849
3841
|
}
|
|
3850
3842
|
.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{
|
|
@@ -3853,13 +3845,13 @@
|
|
|
3853
3845
|
}
|
|
3854
3846
|
.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-hover,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-hover,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-hovered,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link:hover{
|
|
3855
3847
|
background-color: initial;
|
|
3856
|
-
background-image: $
|
|
3848
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3857
3849
|
|
|
3858
3850
|
}
|
|
3859
3851
|
.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-focus,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-focus,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link.k-state-focused,.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link:focus{
|
|
3860
|
-
@extend %
|
|
3852
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
3861
3853
|
background-color: initial;
|
|
3862
|
-
background-image: $
|
|
3854
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
3863
3855
|
|
|
3864
3856
|
}
|
|
3865
3857
|
.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link{
|
|
@@ -3908,65 +3900,65 @@
|
|
|
3908
3900
|
|
|
3909
3901
|
}
|
|
3910
3902
|
.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper{
|
|
3911
|
-
@extend %
|
|
3903
|
+
@extend %fk-effects-feather-elevation-02dp;
|
|
3912
3904
|
|
|
3913
3905
|
}
|
|
3914
3906
|
.k-drawer-container.k-drawer-mini .k-drawer.k-drawer-start .k-drawer-wrapper{
|
|
3915
|
-
@extend %
|
|
3907
|
+
@extend %fk-effects-feather-elevation-02dp;
|
|
3916
3908
|
|
|
3917
3909
|
}
|
|
3918
3910
|
.k-drawer-container.k-drawer-mini.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-selected{
|
|
3919
|
-
border-bottom-left-radius: $
|
|
3920
|
-
border-bottom-right-radius: $
|
|
3921
|
-
border-top-left-radius: $
|
|
3922
|
-
border-top-right-radius: $
|
|
3911
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
3912
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
3913
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
3914
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
3923
3915
|
|
|
3924
3916
|
}
|
|
3925
3917
|
.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-selected{
|
|
3926
|
-
border-bottom-left-radius: $
|
|
3927
|
-
border-bottom-right-radius: $
|
|
3928
|
-
border-top-left-radius: $
|
|
3929
|
-
border-top-right-radius: $
|
|
3918
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
3919
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
3920
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
3921
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
3930
3922
|
|
|
3931
3923
|
}
|
|
3932
3924
|
.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-focus,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-state-focus,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-state-focused,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item:focus{
|
|
3933
|
-
border-bottom-left-radius: $
|
|
3934
|
-
border-bottom-right-radius: $
|
|
3935
|
-
border-top-left-radius: $
|
|
3936
|
-
border-top-right-radius: $
|
|
3925
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
3926
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
3927
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
3928
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
3937
3929
|
|
|
3938
3930
|
}
|
|
3939
3931
|
.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-hover,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-state-hover,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item.k-state-hovered,.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper .k-drawer-items .k-drawer-item:hover{
|
|
3940
|
-
border-bottom-left-radius: $
|
|
3941
|
-
border-bottom-right-radius: $
|
|
3942
|
-
border-top-left-radius: $
|
|
3943
|
-
border-top-right-radius: $
|
|
3932
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
3933
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
3934
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
3935
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
3944
3936
|
|
|
3945
3937
|
}
|
|
3946
3938
|
.k-button.k-hover,.k-button.k-state-hover,.k-button.k-state-hovered,.k-button:hover{
|
|
3947
3939
|
background-color: inherit;
|
|
3948
|
-
background-image: $
|
|
3940
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3949
3941
|
|
|
3950
3942
|
}
|
|
3951
3943
|
.k-button.k-active,.k-button.k-state-active,.k-button:active{
|
|
3952
3944
|
background-color: inherit;
|
|
3953
|
-
background-image: $
|
|
3945
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
3954
3946
|
|
|
3955
3947
|
}
|
|
3956
3948
|
.k-button.k-hover.k-button-solid-primary,.k-button.k-state-hover.k-button-solid-primary,.k-button.k-state-hovered.k-button-solid-primary,.k-button:hover.k-button-solid-primary{
|
|
3957
3949
|
background-color: k-color( primary );
|
|
3958
|
-
background-image: $
|
|
3950
|
+
background-image: $fk-feather-hover-on-color;
|
|
3959
3951
|
|
|
3960
3952
|
}
|
|
3961
3953
|
.k-button.k-active.k-button-solid-primary,.k-button.k-state-active.k-button-solid-primary,.k-button:active.k-button-solid-primary{
|
|
3962
3954
|
background-color: k-color( primary );
|
|
3963
|
-
background-image: $
|
|
3955
|
+
background-image: $fk-feather-active-on-color;
|
|
3964
3956
|
|
|
3965
3957
|
}
|
|
3966
3958
|
.k-button.k-selected.k-button-solid-primary{
|
|
3967
3959
|
color: k-color( primary );
|
|
3968
3960
|
background-color: k-color( app-surface );
|
|
3969
|
-
background-image: $
|
|
3961
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
3970
3962
|
|
|
3971
3963
|
}
|
|
3972
3964
|
.k-button.k-selected.k-button-solid-primary .k-button-text{
|
|
@@ -3974,9 +3966,9 @@
|
|
|
3974
3966
|
|
|
3975
3967
|
}
|
|
3976
3968
|
.k-button.k-focus.k-button-solid-primary,.k-button.k-state-focus.k-button-solid-primary,.k-button.k-state-focused.k-button-solid-primary,.k-button:focus.k-button-solid-primary{
|
|
3977
|
-
@extend %
|
|
3969
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
3978
3970
|
background-color: k-color( primary );
|
|
3979
|
-
background-image: $
|
|
3971
|
+
background-image: $fk-feather-focused-on-color;
|
|
3980
3972
|
|
|
3981
3973
|
}
|
|
3982
3974
|
.k-button.k-button-solid-primary{
|
|
@@ -3984,6 +3976,7 @@
|
|
|
3984
3976
|
transition-property: all;
|
|
3985
3977
|
transition-timing-function: ease-out;
|
|
3986
3978
|
color: k-color( secondary );
|
|
3979
|
+
flex-direction: row;
|
|
3987
3980
|
|
|
3988
3981
|
}
|
|
3989
3982
|
.k-button.k-button-outline.k-button-outline-primary.k-icon-button .k-button-icon.k-icon.k-svg-icon >svg{
|
|
@@ -3996,36 +3989,35 @@
|
|
|
3996
3989
|
|
|
3997
3990
|
}
|
|
3998
3991
|
.k-button.k-button-outline.k-button-outline-primary.k-icon-button{
|
|
3999
|
-
border-bottom-left-radius: $
|
|
4000
|
-
border-bottom-right-radius: $
|
|
4001
|
-
border-top-left-radius: $
|
|
4002
|
-
border-top-right-radius: $
|
|
3992
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
3993
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
3994
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
3995
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
4003
3996
|
|
|
4004
3997
|
}
|
|
4005
3998
|
.k-button.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
4006
3999
|
translate: 0 -1px;
|
|
4007
4000
|
color: k-color( on-primary );
|
|
4008
|
-
width: $
|
|
4009
|
-
height: $
|
|
4001
|
+
width: $fk-kendo-icon-size;
|
|
4002
|
+
height: $fk-kendo-icon-size;
|
|
4010
4003
|
|
|
4011
4004
|
}
|
|
4012
4005
|
.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{
|
|
4013
|
-
border-top-left-radius: $
|
|
4014
|
-
border-bottom-left-radius: $
|
|
4006
|
+
border-top-left-radius: $fk-kendo-border-radius;
|
|
4007
|
+
border-bottom-left-radius: $fk-kendo-border-radius;
|
|
4015
4008
|
border-top-right-radius: 0px;
|
|
4016
4009
|
border-bottom-right-radius: 0px;
|
|
4017
4010
|
|
|
4018
4011
|
}
|
|
4019
4012
|
.k-button-group .k-button.k-button-outline.k-group-start,.k-button-group .k-button.k-button-outline:first-child{
|
|
4020
|
-
border-top-left-radius: $
|
|
4021
|
-
border-bottom-left-radius: $
|
|
4013
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
4014
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
4022
4015
|
box-shadow: inset 0px 0px 0px 1px currentcolor;
|
|
4023
4016
|
|
|
4024
4017
|
}
|
|
4025
4018
|
.k-button.k-icon-button{
|
|
4026
4019
|
aspect-ratio: 1/1;
|
|
4027
|
-
|
|
4028
|
-
overflow: hidden;
|
|
4020
|
+
background-image: none;
|
|
4029
4021
|
|
|
4030
4022
|
}
|
|
4031
4023
|
.k-button.k-icon-button.k-button-md{
|
|
@@ -4034,10 +4026,14 @@
|
|
|
4034
4026
|
padding-right: 0px;
|
|
4035
4027
|
padding-top: 0px;
|
|
4036
4028
|
|
|
4029
|
+
}
|
|
4030
|
+
.k-button.k-icon-button.k-button-solid-base{
|
|
4031
|
+
background-color: $fk-kendo-button-bg;
|
|
4032
|
+
|
|
4037
4033
|
}
|
|
4038
4034
|
.k-button.k-icon-button .k-button-icon.k-icon.k-svg-icon >svg{
|
|
4039
|
-
width: $
|
|
4040
|
-
height: $
|
|
4035
|
+
width: $fk-kendo-icon-size;
|
|
4036
|
+
height: $fk-kendo-icon-size;
|
|
4041
4037
|
|
|
4042
4038
|
}
|
|
4043
4039
|
.k-button .k-button-icon.k-icon.k-svg-icon{
|
|
@@ -4046,8 +4042,8 @@
|
|
|
4046
4042
|
}
|
|
4047
4043
|
.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{
|
|
4048
4044
|
border-top-left-radius: 0px;
|
|
4049
|
-
border-top-right-radius: $
|
|
4050
|
-
border-bottom-right-radius: $
|
|
4045
|
+
border-top-right-radius: $fk-kendo-border-radius;
|
|
4046
|
+
border-bottom-right-radius: $fk-kendo-border-radius;
|
|
4051
4047
|
|
|
4052
4048
|
}
|
|
4053
4049
|
.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{
|
|
@@ -4063,23 +4059,23 @@
|
|
|
4063
4059
|
|
|
4064
4060
|
}
|
|
4065
4061
|
.k-button-group .k-button.k-button-flat{
|
|
4066
|
-
box-shadow: inset -1px 0 0 0 $
|
|
4062
|
+
box-shadow: inset -1px 0 0 0 $fk-kendo-button-border,inset 1px 0px 0px 0px $fk-kendo-button-border !important;
|
|
4067
4063
|
|
|
4068
4064
|
}
|
|
4069
4065
|
.k-button-group .k-button.k-button-flat.k-group-start,.k-button-group .k-button.k-button-flat:first-child{
|
|
4070
|
-
box-shadow: inset -1px 0 0 0 $
|
|
4066
|
+
box-shadow: inset -1px 0 0 0 $fk-kendo-button-border !important;
|
|
4071
4067
|
|
|
4072
4068
|
}
|
|
4073
4069
|
.k-button-group .k-button.k-button-flat.k-group-end,.k-button-group .k-button.k-button-flat:last-child{
|
|
4074
|
-
box-shadow: inset 1px 0px 0px 0px $
|
|
4070
|
+
box-shadow: inset 1px 0px 0px 0px $fk-kendo-button-border !important;
|
|
4075
4071
|
|
|
4076
4072
|
}
|
|
4077
4073
|
.k-button-group .k-button.k-button-flat.k-focus.k-group-start,.k-button-group .k-button.k-button-flat.k-state-focus.k-group-start,.k-button-group .k-button.k-button-flat.k-state-focused.k-group-start,.k-button-group .k-button.k-button-flat:focus.k-group-start,.k-button-group .k-button.k-button-flat.k-focus:first-child,.k-button-group .k-button.k-button-flat.k-state-focus:first-child,.k-button-group .k-button.k-button-flat.k-state-focused:first-child,.k-button-group .k-button.k-button-flat:focus:first-child{
|
|
4078
|
-
@extend %
|
|
4074
|
+
@extend %fk-effects-feather-focus-inner-on-surface-important;
|
|
4079
4075
|
|
|
4080
4076
|
}
|
|
4081
4077
|
.k-button-group .k-button.k-button-flat.k-focus.k-group-end,.k-button-group .k-button.k-button-flat.k-state-focus.k-group-end,.k-button-group .k-button.k-button-flat.k-state-focused.k-group-end,.k-button-group .k-button.k-button-flat:focus.k-group-end,.k-button-group .k-button.k-button-flat.k-focus:last-child,.k-button-group .k-button.k-button-flat.k-state-focus:last-child,.k-button-group .k-button.k-button-flat.k-state-focused:last-child,.k-button-group .k-button.k-button-flat:focus:last-child{
|
|
4082
|
-
@extend %
|
|
4078
|
+
@extend %fk-effects-feather-focus-inner-on-color-important;
|
|
4083
4079
|
|
|
4084
4080
|
}
|
|
4085
4081
|
.k-button-group .k-button.k-button-outline.k-icon-button{
|
|
@@ -4090,8 +4086,8 @@
|
|
|
4090
4086
|
|
|
4091
4087
|
}
|
|
4092
4088
|
.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{
|
|
4093
|
-
border-top-left-radius: $
|
|
4094
|
-
border-bottom-left-radius: $
|
|
4089
|
+
border-top-left-radius: $fk-kendo-border-radius;
|
|
4090
|
+
border-bottom-left-radius: $fk-kendo-border-radius;
|
|
4095
4091
|
|
|
4096
4092
|
}
|
|
4097
4093
|
.k-button-group .k-button.k-button-outline{
|
|
@@ -4099,11 +4095,11 @@
|
|
|
4099
4095
|
|
|
4100
4096
|
}
|
|
4101
4097
|
.k-button-group .k-button.k-button-outline.k-focus.k-group-start,.k-button-group .k-button.k-button-outline.k-state-focus.k-group-start,.k-button-group .k-button.k-button-outline.k-state-focused.k-group-start,.k-button-group .k-button.k-button-outline:focus.k-group-start,.k-button-group .k-button.k-button-outline.k-focus:first-child,.k-button-group .k-button.k-button-outline.k-state-focus:first-child,.k-button-group .k-button.k-button-outline.k-state-focused:first-child,.k-button-group .k-button.k-button-outline:focus:first-child{
|
|
4102
|
-
@extend %
|
|
4098
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
4103
4099
|
|
|
4104
4100
|
}
|
|
4105
4101
|
.k-button-group .k-button.k-button-outline.k-focus.k-group-end,.k-button-group .k-button.k-button-outline.k-state-focus.k-group-end,.k-button-group .k-button.k-button-outline.k-state-focused.k-group-end,.k-button-group .k-button.k-button-outline:focus.k-group-end,.k-button-group .k-button.k-button-outline.k-focus:last-child,.k-button-group .k-button.k-button-outline.k-state-focus:last-child,.k-button-group .k-button.k-button-outline.k-state-focused:last-child,.k-button-group .k-button.k-button-outline:focus:last-child{
|
|
4106
|
-
@extend %
|
|
4102
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
4107
4103
|
|
|
4108
4104
|
}
|
|
4109
4105
|
.k-button-group .k-button.k-button-outline.k-selected{
|
|
@@ -4115,7 +4111,7 @@
|
|
|
4115
4111
|
|
|
4116
4112
|
}
|
|
4117
4113
|
.k-button-group .k-button.k-selected{
|
|
4118
|
-
box-shadow: inset 1px 0px 0px 0px $
|
|
4114
|
+
box-shadow: inset 1px 0px 0px 0px $fk-feather-disabled-text-on-color,inset -1px 0px 0px 0px $fk-feather-disabled-text-on-color;
|
|
4119
4115
|
|
|
4120
4116
|
}
|
|
4121
4117
|
.k-button-group .k-button.k-active.k-icon-button,.k-button-group .k-button.k-state-active.k-icon-button,.k-button-group .k-button:active.k-icon-button{
|
|
@@ -4154,23 +4150,23 @@
|
|
|
4154
4150
|
|
|
4155
4151
|
}
|
|
4156
4152
|
.k-button-group .k-button.k-selected.k-group-start,.k-button-group .k-button.k-selected:first-child{
|
|
4157
|
-
box-shadow: inset -1px 0px 0px 0px $
|
|
4153
|
+
box-shadow: inset -1px 0px 0px 0px $fk-feather-disabled-text-on-color;
|
|
4158
4154
|
|
|
4159
4155
|
}
|
|
4160
4156
|
.k-button-group .k-button.k-selected.k-group-end,.k-button-group .k-button.k-selected:last-child{
|
|
4161
|
-
box-shadow: inset 1px 0px 0px 0px $
|
|
4157
|
+
box-shadow: inset 1px 0px 0px 0px $fk-feather-disabled-text-on-color;
|
|
4162
4158
|
|
|
4163
4159
|
}
|
|
4164
4160
|
.k-multiselecttree.k-input{
|
|
4165
|
-
min-height: $
|
|
4161
|
+
min-height: $fk-feather-container-height-lg;
|
|
4166
4162
|
|
|
4167
4163
|
}
|
|
4168
4164
|
.k-popup.k-multiselecttree-popup{
|
|
4169
|
-
@extend %
|
|
4170
|
-
border-bottom-left-radius: $
|
|
4171
|
-
border-bottom-right-radius: $
|
|
4172
|
-
border-top-left-radius: $
|
|
4173
|
-
border-top-right-radius: $
|
|
4165
|
+
@extend %fk-effects-feather-elevation-06dp;
|
|
4166
|
+
border-bottom-left-radius: $fk-kendo-border-radius;
|
|
4167
|
+
border-bottom-right-radius: $fk-kendo-border-radius;
|
|
4168
|
+
border-top-left-radius: $fk-kendo-border-radius;
|
|
4169
|
+
border-top-right-radius: $fk-kendo-border-radius;
|
|
4174
4170
|
border-bottom-style: none;
|
|
4175
4171
|
border-left-style: none;
|
|
4176
4172
|
border-right-style: none;
|
|
@@ -4178,23 +4174,23 @@
|
|
|
4178
4174
|
|
|
4179
4175
|
}
|
|
4180
4176
|
.k-button-group .k-button.k-button-flat.k-focus.k-group-end.k-icon-button,.k-button-group .k-button.k-button-flat.k-state-focus.k-group-end.k-icon-button,.k-button-group .k-button.k-button-flat.k-state-focused.k-group-end.k-icon-button,.k-button-group .k-button.k-button-flat:focus.k-group-end.k-icon-button,.k-button-group .k-button.k-button-flat.k-focus:last-child.k-icon-button,.k-button-group .k-button.k-button-flat.k-state-focus:last-child.k-icon-button,.k-button-group .k-button.k-button-flat.k-state-focused:last-child.k-icon-button,.k-button-group .k-button.k-button-flat:focus:last-child.k-icon-button{
|
|
4181
|
-
@extend %
|
|
4177
|
+
@extend %fk-effects-feather-focus-inner-on-surface-important;
|
|
4182
4178
|
|
|
4183
4179
|
}
|
|
4184
4180
|
.fk-button-group.k-button-group .k-button.k-button-flat.k-focus.k-group-end,.fk-button-group.k-button-group .k-button.k-button-flat.k-state-focus.k-group-end,.fk-button-group.k-button-group .k-button.k-button-flat.k-state-focused.k-group-end,.fk-button-group.k-button-group .k-button.k-button-flat:focus.k-group-end,.fk-button-group.k-button-group .k-button.k-button-flat.k-focus:last-child,.fk-button-group.k-button-group .k-button.k-button-flat.k-state-focus:last-child,.fk-button-group.k-button-group .k-button.k-button-flat.k-state-focused:last-child,.fk-button-group.k-button-group .k-button.k-button-flat:focus:last-child{
|
|
4185
|
-
@extend %
|
|
4181
|
+
@extend %fk-effects-feather-focus-inner-on-surface-important;
|
|
4186
4182
|
|
|
4187
4183
|
}
|
|
4188
4184
|
.k-button-group .k-button.k-icon-button.k-group-start,.k-button-group .k-button.k-icon-button:first-child{
|
|
4189
|
-
border-top-left-radius: $
|
|
4190
|
-
border-bottom-left-radius: $
|
|
4185
|
+
border-top-left-radius: $fk-kendo-border-radius;
|
|
4186
|
+
border-bottom-left-radius: $fk-kendo-border-radius;
|
|
4191
4187
|
border-top-right-radius: 0px;
|
|
4192
4188
|
border-bottom-right-radius: 0px;
|
|
4193
4189
|
|
|
4194
4190
|
}
|
|
4195
4191
|
.k-button-group .k-button.k-group-end.k-icon-button,.k-button-group .k-button:last-child.k-icon-button{
|
|
4196
|
-
border-top-right-radius: $
|
|
4197
|
-
border-bottom-right-radius: $
|
|
4192
|
+
border-top-right-radius: $fk-kendo-border-radius;
|
|
4193
|
+
border-bottom-right-radius: $fk-kendo-border-radius;
|
|
4198
4194
|
border-top-left-radius: 0px;
|
|
4199
4195
|
border-bottom-left-radius: 0px;
|
|
4200
4196
|
|
|
@@ -4207,7 +4203,7 @@
|
|
|
4207
4203
|
|
|
4208
4204
|
}
|
|
4209
4205
|
.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{
|
|
4210
|
-
@extend %
|
|
4206
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
4211
4207
|
|
|
4212
4208
|
}
|
|
4213
4209
|
.k-dropdowntree.k-invalid,.k-dropdowntree.ng-invalid.ng-touched,.k-dropdowntree.ng-invalid.ng-dirty{
|
|
@@ -4215,10 +4211,10 @@
|
|
|
4215
4211
|
|
|
4216
4212
|
}
|
|
4217
4213
|
.k-dropdowntree.k-hover.k-picker-solid,.k-dropdowntree.k-state-hover.k-picker-solid,.k-dropdowntree.k-state-hovered.k-picker-solid,.k-dropdowntree:hover.k-picker-solid{
|
|
4218
|
-
border-bottom-color: $
|
|
4219
|
-
border-left-color: $
|
|
4220
|
-
border-right-color: $
|
|
4221
|
-
border-top-color: $
|
|
4214
|
+
border-bottom-color: $fk-kendo-component-header-text;
|
|
4215
|
+
border-left-color: $fk-kendo-component-header-text;
|
|
4216
|
+
border-right-color: $fk-kendo-component-header-text;
|
|
4217
|
+
border-top-color: $fk-kendo-component-header-text;
|
|
4222
4218
|
|
|
4223
4219
|
}
|
|
4224
4220
|
.k-dropdowntree.k-hover.k-picker,.k-dropdowntree.k-state-hover.k-picker,.k-dropdowntree.k-state-hovered.k-picker,.k-dropdowntree:hover.k-picker{
|
|
@@ -4228,7 +4224,7 @@
|
|
|
4228
4224
|
|
|
4229
4225
|
}
|
|
4230
4226
|
.k-dropdownlist.k-focus.k-picker-solid,.k-dropdownlist.k-state-focus.k-picker-solid,.k-dropdownlist.k-state-focused.k-picker-solid,.k-dropdownlist:focus.k-picker-solid{
|
|
4231
|
-
@extend %
|
|
4227
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
4232
4228
|
|
|
4233
4229
|
}
|
|
4234
4230
|
.k-dropdownlist.k-invalid.k-picker-solid,.k-dropdownlist.ng-invalid.ng-touched.k-picker-solid,.k-dropdownlist.ng-invalid.ng-dirty.k-picker-solid{
|
|
@@ -4236,19 +4232,19 @@
|
|
|
4236
4232
|
|
|
4237
4233
|
}
|
|
4238
4234
|
.k-dropdownlist .k-input-button{
|
|
4239
|
-
color: $
|
|
4235
|
+
color: $fk-kendo-component-text;
|
|
4240
4236
|
|
|
4241
4237
|
}
|
|
4242
4238
|
.k-popup.k-list-container .k-list.k-list-md .k-list-content{
|
|
4243
|
-
padding-top: $
|
|
4239
|
+
padding-top: $fk-feather-spacing-s;
|
|
4244
4240
|
padding-bottom: 0px;
|
|
4245
4241
|
|
|
4246
4242
|
}
|
|
4247
4243
|
.k-chip .k-icon.k-svg-icon.k-chip-icon{
|
|
4248
|
-
padding-bottom: $
|
|
4249
|
-
padding-left: $
|
|
4250
|
-
padding-right: $
|
|
4251
|
-
padding-top: $
|
|
4244
|
+
padding-bottom: $fk-kendo-chip-md-padding-y;
|
|
4245
|
+
padding-left: $fk-kendo-chip-md-padding-y;
|
|
4246
|
+
padding-right: $fk-kendo-chip-md-padding-y;
|
|
4247
|
+
padding-top: $fk-kendo-chip-md-padding-y;
|
|
4252
4248
|
margin-top: -0.5em;
|
|
4253
4249
|
margin-bottom: -0.5em;
|
|
4254
4250
|
margin-left: -0.025rem;
|
|
@@ -4260,7 +4256,7 @@
|
|
|
4260
4256
|
|
|
4261
4257
|
}
|
|
4262
4258
|
.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{
|
|
4263
|
-
width: $
|
|
4259
|
+
width: $fk-kendo-icon-size-md;
|
|
4264
4260
|
height: unset;
|
|
4265
4261
|
|
|
4266
4262
|
}
|
|
@@ -4283,12 +4279,12 @@
|
|
|
4283
4279
|
|
|
4284
4280
|
}
|
|
4285
4281
|
.k-chip .k-icon.k-svg-icon.k-chip-icon >svg{
|
|
4286
|
-
width: $
|
|
4282
|
+
width: $fk-kendo-icon-size-md;
|
|
4287
4283
|
|
|
4288
4284
|
}
|
|
4289
4285
|
.k-chip .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon >svg{
|
|
4290
|
-
width: $
|
|
4291
|
-
height: $
|
|
4286
|
+
width: $fk-kendo-icon-size-md;
|
|
4287
|
+
height: $fk-kendo-icon-size-md;
|
|
4292
4288
|
|
|
4293
4289
|
}
|
|
4294
4290
|
.k-chip .k-chip-actions{
|
|
@@ -4302,10 +4298,10 @@
|
|
|
4302
4298
|
border-left-style: solid;
|
|
4303
4299
|
border-right-style: solid;
|
|
4304
4300
|
border-top-style: solid;
|
|
4305
|
-
border-bottom-left-radius: $
|
|
4306
|
-
border-bottom-right-radius: $
|
|
4307
|
-
border-top-left-radius: $
|
|
4308
|
-
border-top-right-radius: $
|
|
4301
|
+
border-bottom-left-radius: $fk-kendo-border-radius;
|
|
4302
|
+
border-bottom-right-radius: $fk-kendo-border-radius;
|
|
4303
|
+
border-top-left-radius: $fk-kendo-border-radius;
|
|
4304
|
+
border-top-right-radius: $fk-kendo-border-radius;
|
|
4309
4305
|
|
|
4310
4306
|
}
|
|
4311
4307
|
.k-editor .k-toolbar.k-editor-toolbar{
|
|
@@ -4314,24 +4310,24 @@
|
|
|
4314
4310
|
|
|
4315
4311
|
}
|
|
4316
4312
|
.k-checkbox-wrap .k-checkbox.k-hover,.k-checkbox-wrap .k-checkbox.k-state-hover,.k-checkbox-wrap .k-checkbox.k-state-hovered,.k-checkbox-wrap .k-checkbox:hover{
|
|
4317
|
-
@extend %
|
|
4313
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
4318
4314
|
|
|
4319
4315
|
}
|
|
4320
4316
|
.k-radio-wrap .k-radio.k-hover,.k-radio-wrap .k-radio.k-state-hover,.k-radio-wrap .k-radio.k-state-hovered,.k-radio-wrap .k-radio:hover{
|
|
4321
|
-
@extend %
|
|
4317
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
4322
4318
|
|
|
4323
4319
|
}
|
|
4324
4320
|
.k-flatcolorpicker.k-coloreditor.k-focus,.k-flatcolorpicker.k-coloreditor.k-state-focus,.k-flatcolorpicker.k-coloreditor.k-state-focused,.k-flatcolorpicker.k-coloreditor:focus{
|
|
4325
|
-
@extend %
|
|
4321
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
4326
4322
|
|
|
4327
4323
|
}
|
|
4328
4324
|
.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{
|
|
4329
4325
|
z-index: 101;
|
|
4330
4326
|
box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 1),inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
|
|
4331
|
-
border-bottom-left-radius: $
|
|
4332
|
-
border-bottom-right-radius: $
|
|
4333
|
-
border-top-left-radius: $
|
|
4334
|
-
border-top-right-radius: $
|
|
4327
|
+
border-bottom-left-radius: $fk-feather-border-radius-s;
|
|
4328
|
+
border-bottom-right-radius: $fk-feather-border-radius-s;
|
|
4329
|
+
border-top-left-radius: $fk-feather-border-radius-s;
|
|
4330
|
+
border-top-right-radius: $fk-feather-border-radius-s;
|
|
4335
4331
|
|
|
4336
4332
|
}
|
|
4337
4333
|
.k-colorpalette .k-colorpalette-table .k-colorpalette-tile{
|
|
@@ -4340,10 +4336,10 @@
|
|
|
4340
4336
|
}
|
|
4341
4337
|
.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{
|
|
4342
4338
|
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.7),inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
|
|
4343
|
-
border-bottom-left-radius: $
|
|
4344
|
-
border-bottom-right-radius: $
|
|
4345
|
-
border-top-left-radius: $
|
|
4346
|
-
border-top-right-radius: $
|
|
4339
|
+
border-bottom-left-radius: $fk-feather-border-radius-s;
|
|
4340
|
+
border-bottom-right-radius: $fk-feather-border-radius-s;
|
|
4341
|
+
border-top-left-radius: $fk-feather-border-radius-s;
|
|
4342
|
+
border-top-right-radius: $fk-feather-border-radius-s;
|
|
4347
4343
|
|
|
4348
4344
|
}
|
|
4349
4345
|
.k-flatcolorpicker.k-coloreditor{
|
|
@@ -4354,53 +4350,53 @@
|
|
|
4354
4350
|
}
|
|
4355
4351
|
.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-hover,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-hover,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-hovered,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td:hover{
|
|
4356
4352
|
background-color: initial;
|
|
4357
|
-
background-image: $
|
|
4353
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4358
4354
|
|
|
4359
4355
|
}
|
|
4360
4356
|
.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-hover,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-hover,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-hovered,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td:hover{
|
|
4361
4357
|
background-color: initial;
|
|
4362
|
-
background-image: $
|
|
4358
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4363
4359
|
|
|
4364
4360
|
}
|
|
4365
4361
|
.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-hover,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-hover,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-hovered,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td:hover{
|
|
4366
4362
|
background-color: initial;
|
|
4367
|
-
background-image: $
|
|
4363
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4368
4364
|
|
|
4369
4365
|
}
|
|
4370
4366
|
.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-focus,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-focus,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-focused,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td:focus{
|
|
4371
4367
|
background-color: initial;
|
|
4372
|
-
background-image: $
|
|
4368
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4373
4369
|
|
|
4374
4370
|
}
|
|
4375
4371
|
.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-focus .k-link,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-focus .k-link,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-focused .k-link,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td:focus .k-link{
|
|
4376
|
-
@extend %
|
|
4372
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
4377
4373
|
|
|
4378
4374
|
}
|
|
4379
4375
|
.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-focus,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-focus,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-focused,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td:focus{
|
|
4380
4376
|
background-color: initial;
|
|
4381
|
-
background-image: $
|
|
4377
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4382
4378
|
|
|
4383
4379
|
}
|
|
4384
4380
|
.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-focus,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-focus,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-focused,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td:focus{
|
|
4385
4381
|
background-color: initial;
|
|
4386
|
-
background-image: $
|
|
4382
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4387
4383
|
|
|
4388
4384
|
}
|
|
4389
4385
|
.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-focus .k-link,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-focus .k-link,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-focused .k-link,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td:focus .k-link{
|
|
4390
|
-
@extend %
|
|
4386
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
4391
4387
|
|
|
4392
4388
|
}
|
|
4393
4389
|
.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-focus .k-link,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-focus .k-link,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-focused .k-link,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td:focus .k-link{
|
|
4394
|
-
@extend %
|
|
4390
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
4395
4391
|
|
|
4396
4392
|
}
|
|
4397
4393
|
.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-focus .k-link,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-focus .k-link,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-state-focused .k-link,.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td:focus .k-link{
|
|
4398
|
-
@extend %
|
|
4394
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
4399
4395
|
|
|
4400
4396
|
}
|
|
4401
4397
|
.k-calendar .k-calendar-navigation .k-content .k-reset li.k-hover,.k-calendar .k-calendar-navigation .k-content .k-reset li.k-state-hover,.k-calendar .k-calendar-navigation .k-content .k-reset li.k-state-hovered,.k-calendar .k-calendar-navigation .k-content .k-reset li:hover{
|
|
4402
4398
|
background-color: initial;
|
|
4403
|
-
background-image: $
|
|
4399
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4404
4400
|
|
|
4405
4401
|
}
|
|
4406
4402
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-hover .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-hover .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-hovered .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td:hover .k-link{
|
|
@@ -4409,17 +4405,17 @@
|
|
|
4409
4405
|
}
|
|
4410
4406
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-hovered,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td:hover{
|
|
4411
4407
|
background-color: initial;
|
|
4412
|
-
background-image: $
|
|
4408
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4413
4409
|
|
|
4414
4410
|
}
|
|
4415
4411
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-hovered,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td:hover{
|
|
4416
4412
|
background-color: initial;
|
|
4417
|
-
background-image: $
|
|
4413
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4418
4414
|
|
|
4419
4415
|
}
|
|
4420
4416
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-hover,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-hovered,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td:hover{
|
|
4421
4417
|
background-color: initial;
|
|
4422
|
-
background-image: $
|
|
4418
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4423
4419
|
|
|
4424
4420
|
}
|
|
4425
4421
|
.k-autocomplete.k-input .k-input-inner::placeholder{
|
|
@@ -4434,10 +4430,10 @@
|
|
|
4434
4430
|
border-left-style: solid;
|
|
4435
4431
|
border-right-style: solid;
|
|
4436
4432
|
border-top-style: solid;
|
|
4437
|
-
border-bottom-left-radius: $
|
|
4438
|
-
border-bottom-right-radius: $
|
|
4439
|
-
border-top-left-radius: $
|
|
4440
|
-
border-top-right-radius: $
|
|
4433
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
4434
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
4435
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
4436
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4441
4437
|
|
|
4442
4438
|
}
|
|
4443
4439
|
.k-expander.k-expanded .k-expander-content-wrapper{
|
|
@@ -4457,25 +4453,25 @@
|
|
|
4457
4453
|
}
|
|
4458
4454
|
.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{
|
|
4459
4455
|
background-color: initial;
|
|
4460
|
-
background-image: $
|
|
4456
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4461
4457
|
|
|
4462
4458
|
}
|
|
4463
4459
|
.k-expander.k-focus,.k-expander.k-state-focus,.k-expander.k-state-focused,.k-expander:focus{
|
|
4464
|
-
|
|
4465
|
-
outline-style: none;
|
|
4460
|
+
outline-style: none;
|
|
4466
4461
|
z-index: 1;
|
|
4462
|
+
box-shadow: none;
|
|
4467
4463
|
|
|
4468
4464
|
}
|
|
4469
4465
|
.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{
|
|
4470
|
-
color: $
|
|
4466
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4471
4467
|
|
|
4472
4468
|
}
|
|
4473
4469
|
.k-expander.k-disabled .k-expander-header .k-expander-sub-title,.k-expander.k-state-disabled .k-expander-header .k-expander-sub-title,.k-expander:disabled .k-expander-header .k-expander-sub-title{
|
|
4474
|
-
color: $
|
|
4470
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4475
4471
|
|
|
4476
4472
|
}
|
|
4477
4473
|
.k-expander.k-disabled .k-expander-header .k-expander-indicator .k-icon.k-svg-icon.k-svg-i-chevron-down >svg,.k-expander.k-state-disabled .k-expander-header .k-expander-indicator .k-icon.k-svg-icon.k-svg-i-chevron-down >svg,.k-expander:disabled .k-expander-header .k-expander-indicator .k-icon.k-svg-icon.k-svg-i-chevron-down >svg{
|
|
4478
|
-
color: $
|
|
4474
|
+
color: $fk-feather-border-on-surface;
|
|
4479
4475
|
|
|
4480
4476
|
}
|
|
4481
4477
|
.k-expander.k-disabled .k-expander-header,.k-expander.k-state-disabled .k-expander-header,.k-expander:disabled .k-expander-header{
|
|
@@ -4487,20 +4483,20 @@
|
|
|
4487
4483
|
|
|
4488
4484
|
}
|
|
4489
4485
|
.k-expander.k-expanded.k-disabled .k-expander-content-wrapper .k-expander-content,.k-expander.k-expanded.k-state-disabled .k-expander-content-wrapper .k-expander-content,.k-expander.k-expanded:disabled .k-expander-content-wrapper .k-expander-content{
|
|
4490
|
-
color: $
|
|
4486
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4491
4487
|
|
|
4492
4488
|
}
|
|
4493
4489
|
.k-expander .k-expander-header.k-focus,.k-expander .k-expander-header.k-state-focus,.k-expander .k-expander-header.k-state-focused,.k-expander .k-expander-header:focus{
|
|
4494
|
-
|
|
4495
|
-
background-
|
|
4496
|
-
|
|
4490
|
+
background-color: initial;
|
|
4491
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4492
|
+
box-shadow: none;
|
|
4497
4493
|
|
|
4498
4494
|
}
|
|
4499
4495
|
.k-expander .k-expander-header{
|
|
4500
|
-
border-bottom-left-radius: $
|
|
4501
|
-
border-bottom-right-radius: $
|
|
4502
|
-
border-top-left-radius: $
|
|
4503
|
-
border-top-right-radius: $
|
|
4496
|
+
border-bottom-left-radius: $fk-feather-border-radius-s;
|
|
4497
|
+
border-bottom-right-radius: $fk-feather-border-radius-s;
|
|
4498
|
+
border-top-left-radius: $fk-feather-border-radius-s;
|
|
4499
|
+
border-top-right-radius: $fk-feather-border-radius-s;
|
|
4504
4500
|
|
|
4505
4501
|
}
|
|
4506
4502
|
.k-expander.k-expanded{
|
|
@@ -4511,59 +4507,59 @@
|
|
|
4511
4507
|
border-left-style: solid;
|
|
4512
4508
|
border-right-style: solid;
|
|
4513
4509
|
border-top-style: solid;
|
|
4514
|
-
border-bottom-left-radius: $
|
|
4515
|
-
border-bottom-right-radius: $
|
|
4516
|
-
border-top-left-radius: $
|
|
4517
|
-
border-top-right-radius: $
|
|
4510
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
4511
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
4512
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
4513
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4518
4514
|
z-index: 1;
|
|
4519
4515
|
|
|
4520
4516
|
}
|
|
4521
4517
|
.k-card .k-card-header .k-card-subtitle{
|
|
4522
|
-
@extend %
|
|
4518
|
+
@extend %fk-typography-feather-caption-text;
|
|
4523
4519
|
|
|
4524
4520
|
}
|
|
4525
4521
|
.k-card .k-card-body >p{
|
|
4526
|
-
@extend %
|
|
4522
|
+
@extend %fk-typography-feather-body-small;
|
|
4527
4523
|
|
|
4528
4524
|
}
|
|
4529
4525
|
.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{
|
|
4530
|
-
@extend %
|
|
4526
|
+
@extend %fk-effects-feather-focus-outer-on-surface-thin;
|
|
4531
4527
|
outline-style: none;
|
|
4532
4528
|
color: k-color( secondary );
|
|
4533
4529
|
|
|
4534
4530
|
}
|
|
4535
4531
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-focus .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-focus .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-state-focused .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td:focus .k-link{
|
|
4536
|
-
@extend %
|
|
4532
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
4537
4533
|
|
|
4538
4534
|
}
|
|
4539
4535
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-range-mid{
|
|
4540
4536
|
background-color: initial;
|
|
4541
|
-
background-image: $
|
|
4537
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4542
4538
|
|
|
4543
4539
|
}
|
|
4544
4540
|
.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{
|
|
4545
4541
|
opacity: 100%;
|
|
4546
4542
|
background-color: initial;
|
|
4547
4543
|
background-image: none;
|
|
4548
|
-
color: $
|
|
4544
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4549
4545
|
|
|
4550
4546
|
}
|
|
4551
4547
|
.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{
|
|
4552
4548
|
background-color: initial;
|
|
4553
|
-
background-image: $
|
|
4549
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4554
4550
|
color: currentcolor;
|
|
4555
4551
|
|
|
4556
4552
|
}
|
|
4557
4553
|
.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-range-mid{
|
|
4558
4554
|
background-color: initial;
|
|
4559
|
-
background-image: $
|
|
4555
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4560
4556
|
|
|
4561
4557
|
}
|
|
4562
4558
|
.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{
|
|
4563
4559
|
opacity: 100%;
|
|
4564
4560
|
background-color: initial;
|
|
4565
4561
|
background-image: none;
|
|
4566
|
-
color: $
|
|
4562
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4567
4563
|
|
|
4568
4564
|
}
|
|
4569
4565
|
.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{
|
|
@@ -4571,13 +4567,13 @@
|
|
|
4571
4567
|
|
|
4572
4568
|
}
|
|
4573
4569
|
.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-selected{
|
|
4574
|
-
color: $
|
|
4570
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
4575
4571
|
font-weight: 500;
|
|
4576
4572
|
|
|
4577
4573
|
}
|
|
4578
4574
|
.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-hover,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-hover,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-state-hovered,.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td:hover{
|
|
4579
4575
|
background-color: initial;
|
|
4580
|
-
background-image: $
|
|
4576
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4581
4577
|
|
|
4582
4578
|
}
|
|
4583
4579
|
.k-calendar .k-calendar-navigation .k-calendar-navigation-highlight{
|
|
@@ -4589,16 +4585,16 @@
|
|
|
4589
4585
|
border-left-color: k-color( primary );
|
|
4590
4586
|
border-right-color: k-color( primary );
|
|
4591
4587
|
border-top-color: k-color( primary );
|
|
4592
|
-
border-bottom-left-radius: $
|
|
4593
|
-
border-bottom-right-radius: $
|
|
4594
|
-
border-top-left-radius: $
|
|
4595
|
-
border-top-right-radius: $
|
|
4588
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
4589
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
4590
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
4591
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4596
4592
|
|
|
4597
4593
|
}
|
|
4598
4594
|
.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{
|
|
4599
4595
|
color: currentcolor;
|
|
4600
4596
|
background-color: initial;
|
|
4601
|
-
background-image: $
|
|
4597
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4602
4598
|
|
|
4603
4599
|
}
|
|
4604
4600
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-selected .k-link{
|
|
@@ -4607,7 +4603,7 @@
|
|
|
4607
4603
|
|
|
4608
4604
|
}
|
|
4609
4605
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-selected{
|
|
4610
|
-
color: $
|
|
4606
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
4611
4607
|
|
|
4612
4608
|
}
|
|
4613
4609
|
.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-hover .k-link,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-hover .k-link,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-state-hovered .k-link,.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td:hover .k-link{
|
|
@@ -4624,7 +4620,7 @@
|
|
|
4624
4620
|
}
|
|
4625
4621
|
.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-focus,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-focus,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-state-focused,.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td:focus{
|
|
4626
4622
|
background-color: initial;
|
|
4627
|
-
background-image: $
|
|
4623
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4628
4624
|
|
|
4629
4625
|
}
|
|
4630
4626
|
.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-selected .k-link{
|
|
@@ -4636,7 +4632,7 @@
|
|
|
4636
4632
|
|
|
4637
4633
|
}
|
|
4638
4634
|
.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-selected{
|
|
4639
|
-
color: $
|
|
4635
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
4640
4636
|
font-weight: 500;
|
|
4641
4637
|
|
|
4642
4638
|
}
|
|
@@ -4645,7 +4641,7 @@
|
|
|
4645
4641
|
|
|
4646
4642
|
}
|
|
4647
4643
|
.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-selected{
|
|
4648
|
-
color: $
|
|
4644
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
4649
4645
|
font-weight: 500;
|
|
4650
4646
|
|
|
4651
4647
|
}
|
|
@@ -4654,35 +4650,35 @@
|
|
|
4654
4650
|
|
|
4655
4651
|
}
|
|
4656
4652
|
.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-selected{
|
|
4657
|
-
color: $
|
|
4653
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
4658
4654
|
font-weight: 500;
|
|
4659
4655
|
|
|
4660
4656
|
}
|
|
4661
4657
|
.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-range-mid{
|
|
4662
4658
|
background-color: initial;
|
|
4663
|
-
background-image: $
|
|
4659
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4664
4660
|
|
|
4665
4661
|
}
|
|
4666
4662
|
.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-range-mid{
|
|
4667
4663
|
background-color: initial;
|
|
4668
|
-
background-image: $
|
|
4664
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4669
4665
|
|
|
4670
4666
|
}
|
|
4671
4667
|
.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-range-mid{
|
|
4672
4668
|
background-color: initial;
|
|
4673
|
-
background-image: $
|
|
4669
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4674
4670
|
|
|
4675
4671
|
}
|
|
4676
4672
|
.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{
|
|
4677
4673
|
opacity: 100%;
|
|
4678
|
-
color: $
|
|
4674
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4679
4675
|
background-color: initial;
|
|
4680
4676
|
background-image: none;
|
|
4681
4677
|
|
|
4682
4678
|
}
|
|
4683
4679
|
.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{
|
|
4684
4680
|
opacity: 100%;
|
|
4685
|
-
color: $
|
|
4681
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4686
4682
|
background-color: initial;
|
|
4687
4683
|
background-image: none;
|
|
4688
4684
|
|
|
@@ -4690,7 +4686,7 @@
|
|
|
4690
4686
|
.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{
|
|
4691
4687
|
background-color: initial;
|
|
4692
4688
|
background-image: none;
|
|
4693
|
-
color: $
|
|
4689
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4694
4690
|
opacity: 100%;
|
|
4695
4691
|
|
|
4696
4692
|
}
|
|
@@ -4700,17 +4696,17 @@
|
|
|
4700
4696
|
}
|
|
4701
4697
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-range-mid{
|
|
4702
4698
|
background-color: initial;
|
|
4703
|
-
background-image: $
|
|
4699
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4704
4700
|
|
|
4705
4701
|
}
|
|
4706
4702
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-range-mid{
|
|
4707
4703
|
background-color: initial;
|
|
4708
|
-
background-image: $
|
|
4704
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4709
4705
|
|
|
4710
4706
|
}
|
|
4711
4707
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-range-mid{
|
|
4712
4708
|
background-color: initial;
|
|
4713
|
-
background-image: $
|
|
4709
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4714
4710
|
|
|
4715
4711
|
}
|
|
4716
4712
|
.k-button.k-button-flat.k-button-flat-primary .k-button-text{
|
|
@@ -4718,8 +4714,8 @@
|
|
|
4718
4714
|
|
|
4719
4715
|
}
|
|
4720
4716
|
.k-button.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
4721
|
-
width: $
|
|
4722
|
-
height: $
|
|
4717
|
+
width: $fk-kendo-icon-size;
|
|
4718
|
+
height: $fk-kendo-icon-size;
|
|
4723
4719
|
color: k-color( primary-on-surface );
|
|
4724
4720
|
|
|
4725
4721
|
}
|
|
@@ -4732,7 +4728,7 @@
|
|
|
4732
4728
|
|
|
4733
4729
|
}
|
|
4734
4730
|
.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{
|
|
4735
|
-
color: $
|
|
4731
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4736
4732
|
|
|
4737
4733
|
}
|
|
4738
4734
|
.k-colorpicker.k-picker.k-icon-picker .k-input-inner .k-value-icon.k-color-preview{
|
|
@@ -4755,47 +4751,47 @@
|
|
|
4755
4751
|
}
|
|
4756
4752
|
.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{
|
|
4757
4753
|
background-color: k-color( app-surface );
|
|
4758
|
-
background-image: $
|
|
4754
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4759
4755
|
outline-style: none;
|
|
4760
4756
|
|
|
4761
4757
|
}
|
|
4762
4758
|
.k-form-hint{
|
|
4763
4759
|
font-style: normal;
|
|
4764
|
-
font-size: $
|
|
4760
|
+
font-size: $fk-feather-font-size-md;
|
|
4765
4761
|
|
|
4766
4762
|
}
|
|
4767
4763
|
.k-form-error{
|
|
4768
|
-
font-size: $
|
|
4764
|
+
font-size: $fk-feather-font-size-md;
|
|
4769
4765
|
font-style: normal;
|
|
4770
4766
|
|
|
4771
4767
|
}
|
|
4772
4768
|
.k-dropdowntree .k-input-button.k-button.k-icon-button{
|
|
4773
|
-
width: $
|
|
4774
|
-
height: $
|
|
4769
|
+
width: $fk-feather-container-height-sm;
|
|
4770
|
+
height: $fk-feather-container-height-sm;
|
|
4775
4771
|
margin-top: 0.175rem;
|
|
4776
4772
|
margin-right: 0.25rem;
|
|
4777
|
-
border-bottom-left-radius: $
|
|
4778
|
-
border-bottom-right-radius: $
|
|
4779
|
-
border-top-left-radius: $
|
|
4780
|
-
border-top-right-radius: $
|
|
4773
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
4774
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
4775
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
4776
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
4781
4777
|
|
|
4782
4778
|
}
|
|
4783
4779
|
.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-clear-value{
|
|
4784
|
-
border-bottom-left-radius: $
|
|
4785
|
-
border-bottom-right-radius: $
|
|
4786
|
-
border-top-left-radius: $
|
|
4787
|
-
border-top-right-radius: $
|
|
4788
|
-
width: $
|
|
4789
|
-
height: $
|
|
4780
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
4781
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
4782
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
4783
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
4784
|
+
width: $fk-feather-container-height-sm;
|
|
4785
|
+
height: $fk-feather-container-height-sm;
|
|
4790
4786
|
|
|
4791
4787
|
}
|
|
4792
4788
|
.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{
|
|
4793
|
-
width: $
|
|
4794
|
-
height: $
|
|
4795
|
-
border-bottom-left-radius: $
|
|
4796
|
-
border-bottom-right-radius: $
|
|
4797
|
-
border-top-left-radius: $
|
|
4798
|
-
border-top-right-radius: $
|
|
4789
|
+
width: $fk-feather-container-height-sm;
|
|
4790
|
+
height: $fk-feather-container-height-sm;
|
|
4791
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
4792
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
4793
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
4794
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
4799
4795
|
border-bottom-style: none;
|
|
4800
4796
|
border-left-style: none;
|
|
4801
4797
|
border-right-style: none;
|
|
@@ -4804,7 +4800,7 @@
|
|
|
4804
4800
|
|
|
4805
4801
|
}
|
|
4806
4802
|
.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{
|
|
4807
|
-
@extend %
|
|
4803
|
+
@extend %fk-effects-feather-focus-inner-on-surface-important;
|
|
4808
4804
|
|
|
4809
4805
|
}
|
|
4810
4806
|
.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{
|
|
@@ -4812,16 +4808,16 @@
|
|
|
4812
4808
|
|
|
4813
4809
|
}
|
|
4814
4810
|
.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{
|
|
4815
|
-
@extend %
|
|
4811
|
+
@extend %fk-effects-feather-focus-outer-on-color-important;
|
|
4816
4812
|
outline-style: none;
|
|
4817
4813
|
|
|
4818
4814
|
}
|
|
4819
4815
|
.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{
|
|
4820
|
-
color: $
|
|
4816
|
+
color: $fk-feather-border-on-surface;
|
|
4821
4817
|
|
|
4822
4818
|
}
|
|
4823
4819
|
.k-dateinput.k-input.k-invalid .k-input-inner,.k-dateinput.k-input.ng-invalid.ng-touched .k-input-inner,.k-dateinput.k-input.ng-invalid.ng-dirty .k-input-inner{
|
|
4824
|
-
color: $
|
|
4820
|
+
color: $fk-kendo-component-text;
|
|
4825
4821
|
|
|
4826
4822
|
}
|
|
4827
4823
|
.k-numerictextbox.k-input .k-input-inner::placeholder{
|
|
@@ -4837,19 +4833,18 @@
|
|
|
4837
4833
|
|
|
4838
4834
|
}
|
|
4839
4835
|
.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-input-solid,.k-input.k-invalid.k-state-focused.k-input-solid,.k-input.k-invalid:focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focus.k-input-solid,.k-input.ng-invalid.ng-touched.k-state-focused.k-input-solid,.k-input.ng-invalid.ng-touched:focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focus.k-input-solid,.k-input.ng-invalid.ng-dirty.k-state-focused.k-input-solid,.k-input.ng-invalid.ng-dirty:focus.k-input-solid{
|
|
4840
|
-
@extend %
|
|
4836
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
4841
4837
|
|
|
4842
4838
|
}
|
|
4843
4839
|
.k-input.k-invalid.k-input-solid,.k-input.ng-invalid.ng-touched.k-input-solid,.k-input.ng-invalid.ng-dirty.k-input-solid{
|
|
4844
|
-
border-bottom-color: $
|
|
4845
|
-
border-left-color: $
|
|
4846
|
-
border-right-color: $
|
|
4847
|
-
border-top-color: $
|
|
4840
|
+
border-bottom-color: $fk-kendo-input-invalid-border;
|
|
4841
|
+
border-left-color: $fk-kendo-input-invalid-border;
|
|
4842
|
+
border-right-color: $fk-kendo-input-invalid-border;
|
|
4843
|
+
border-top-color: $fk-kendo-input-invalid-border;
|
|
4848
4844
|
|
|
4849
4845
|
}
|
|
4850
4846
|
.k-input.k-hover,.k-input.k-state-hover,.k-input.k-state-hovered,.k-input:hover{
|
|
4851
|
-
|
|
4852
|
-
transition-property: all;
|
|
4847
|
+
transition-property: all;
|
|
4853
4848
|
transition-duration: 280ms;
|
|
4854
4849
|
transition-timing-function: ease-out;
|
|
4855
4850
|
|
|
@@ -4866,11 +4861,11 @@
|
|
|
4866
4861
|
|
|
4867
4862
|
}
|
|
4868
4863
|
.k-datepicker.k-input.k-invalid .k-input-inner,.k-datepicker.k-input.ng-invalid.ng-touched .k-input-inner,.k-datepicker.k-input.ng-invalid.ng-dirty .k-input-inner{
|
|
4869
|
-
color: $
|
|
4864
|
+
color: $fk-kendo-input-text;
|
|
4870
4865
|
|
|
4871
4866
|
}
|
|
4872
4867
|
.k-timepicker.k-input .k-input-inner{
|
|
4873
|
-
color: $
|
|
4868
|
+
color: $fk-kendo-input-text;
|
|
4874
4869
|
|
|
4875
4870
|
}
|
|
4876
4871
|
.k-timepicker.k-input.k-invalid.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-touched.k-invalid.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-dirty.k-invalid.k-input-solid,.k-timepicker.k-input.k-invalid.ng-invalid.ng-touched.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-touched.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-dirty.ng-touched.k-input-solid,.k-timepicker.k-input.k-invalid.ng-invalid.ng-dirty.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-touched.ng-dirty.k-input-solid,.k-timepicker.k-input.ng-invalid.ng-dirty.k-input-solid{
|
|
@@ -4905,7 +4900,7 @@
|
|
|
4905
4900
|
}
|
|
4906
4901
|
.k-popup.k-timepicker-popup .k-timeselector .k-time-list-container .k-time-highlight{
|
|
4907
4902
|
background-color: initial;
|
|
4908
|
-
background-image: $
|
|
4903
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4909
4904
|
visibility: visible;
|
|
4910
4905
|
margin-top: 14px;
|
|
4911
4906
|
border-bottom-style: none;
|
|
@@ -4922,18 +4917,18 @@
|
|
|
4922
4917
|
}
|
|
4923
4918
|
.k-timeselector .k-time-list-container .k-time-list-wrapper.k-focus,.k-timeselector .k-time-list-container .k-time-list-wrapper.k-state-focus,.k-timeselector .k-time-list-container .k-time-list-wrapper.k-state-focused,.k-timeselector .k-time-list-container .k-time-list-wrapper:focus{
|
|
4924
4919
|
background-color: initial;
|
|
4925
|
-
background-image: $
|
|
4926
|
-
border-bottom-left-radius: $
|
|
4927
|
-
border-bottom-right-radius: $
|
|
4928
|
-
border-top-left-radius: $
|
|
4929
|
-
border-top-right-radius: $
|
|
4920
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4921
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
4922
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
4923
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
4924
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4930
4925
|
|
|
4931
4926
|
}
|
|
4932
4927
|
.k-timeselector .k-time-list-container .k-time-list-wrapper{
|
|
4933
|
-
border-bottom-left-radius: $
|
|
4934
|
-
border-bottom-right-radius: $
|
|
4935
|
-
border-top-left-radius: $
|
|
4936
|
-
border-top-right-radius: $
|
|
4928
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
4929
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
4930
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
4931
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4937
4932
|
padding-top: 10px;
|
|
4938
4933
|
|
|
4939
4934
|
}
|
|
@@ -4943,7 +4938,7 @@
|
|
|
4943
4938
|
|
|
4944
4939
|
}
|
|
4945
4940
|
.k-timeselector .k-time-list-container .k-time-list-wrapper .k-title{
|
|
4946
|
-
color: $
|
|
4941
|
+
color: $fk-kendo-component-text;
|
|
4947
4942
|
font-weight: 500;
|
|
4948
4943
|
line-height: 3;
|
|
4949
4944
|
position: relative;
|
|
@@ -4955,19 +4950,19 @@
|
|
|
4955
4950
|
|
|
4956
4951
|
}
|
|
4957
4952
|
.k-popup.k-timepicker-popup .k-timeselector .k-time-header .k-title{
|
|
4958
|
-
@extend %
|
|
4953
|
+
@extend %fk-typography-feather-heading-2;
|
|
4959
4954
|
|
|
4960
4955
|
}
|
|
4961
4956
|
.k-popup.k-timepicker-popup .k-time-footer.k-actions.k-actions-stretched.k-actions-horizontal{
|
|
4962
|
-
padding-bottom: $
|
|
4963
|
-
padding-left: $
|
|
4964
|
-
padding-right: $
|
|
4965
|
-
padding-top: $
|
|
4966
|
-
margin-top: $
|
|
4957
|
+
padding-bottom: $fk-feather-spacing-xs;
|
|
4958
|
+
padding-left: $fk-feather-spacing-s;
|
|
4959
|
+
padding-right: $fk-feather-spacing-s;
|
|
4960
|
+
padding-top: $fk-feather-spacing-xs;
|
|
4961
|
+
margin-top: $fk-feather-spacing-xs;
|
|
4967
4962
|
|
|
4968
4963
|
}
|
|
4969
4964
|
.k-datetimepicker.k-input .k-input-inner{
|
|
4970
|
-
color: $
|
|
4965
|
+
color: $fk-kendo-input-text;
|
|
4971
4966
|
|
|
4972
4967
|
}
|
|
4973
4968
|
.k-popup.k-datetime-container .k-date-tab.k-datetime-wrap{
|
|
@@ -4978,7 +4973,7 @@
|
|
|
4978
4973
|
|
|
4979
4974
|
}
|
|
4980
4975
|
.k-daterangepicker .k-floating-label-container .k-dateinput.k-input .k-input-inner{
|
|
4981
|
-
color: $
|
|
4976
|
+
color: $fk-kendo-input-text;
|
|
4982
4977
|
|
|
4983
4978
|
}
|
|
4984
4979
|
.k-daterangepicker .k-floating-label-container .k-dateinput.k-input.k-input-solid{
|
|
@@ -5004,42 +4999,42 @@
|
|
|
5004
4999
|
|
|
5005
5000
|
}
|
|
5006
5001
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-selected{
|
|
5007
|
-
color: $
|
|
5002
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
5008
5003
|
|
|
5009
5004
|
}
|
|
5010
5005
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-selected{
|
|
5011
|
-
color: $
|
|
5006
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
5012
5007
|
|
|
5013
5008
|
}
|
|
5014
5009
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-selected{
|
|
5015
|
-
color: $
|
|
5010
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
5016
5011
|
|
|
5017
5012
|
}
|
|
5018
5013
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-focus .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-focus .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-focused .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td:focus .k-link{
|
|
5019
|
-
@extend %
|
|
5014
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
5020
5015
|
|
|
5021
5016
|
}
|
|
5022
5017
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-focus .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-focus .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-focused .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td:focus .k-link{
|
|
5023
|
-
@extend %
|
|
5018
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
5024
5019
|
|
|
5025
5020
|
}
|
|
5026
5021
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-focus .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-focus .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-focused .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td:focus .k-link{
|
|
5027
|
-
@extend %
|
|
5022
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
5028
5023
|
|
|
5029
5024
|
}
|
|
5030
5025
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-focus,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-focus,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-focused,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td:focus{
|
|
5031
5026
|
background-color: initial;
|
|
5032
|
-
background-image: $
|
|
5027
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
5033
5028
|
|
|
5034
5029
|
}
|
|
5035
5030
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-focus,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-focus,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-focused,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td:focus{
|
|
5036
5031
|
background-color: initial;
|
|
5037
|
-
background-image: $
|
|
5032
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
5038
5033
|
|
|
5039
5034
|
}
|
|
5040
5035
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-focus,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-focus,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-focused,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td:focus{
|
|
5041
5036
|
background-color: initial;
|
|
5042
|
-
background-image: $
|
|
5037
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
5043
5038
|
|
|
5044
5039
|
}
|
|
5045
5040
|
.k-calendar .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{
|
|
@@ -5052,10 +5047,10 @@
|
|
|
5052
5047
|
|
|
5053
5048
|
}
|
|
5054
5049
|
.k-calendar{
|
|
5055
|
-
border-bottom-left-radius: $
|
|
5056
|
-
border-bottom-right-radius: $
|
|
5057
|
-
border-top-left-radius: $
|
|
5058
|
-
border-top-right-radius: $
|
|
5050
|
+
border-bottom-left-radius: $fk-feather-border-radius-m;
|
|
5051
|
+
border-bottom-right-radius: $fk-feather-border-radius-m;
|
|
5052
|
+
border-top-left-radius: $fk-feather-border-radius-m;
|
|
5053
|
+
border-top-right-radius: $fk-feather-border-radius-m;
|
|
5059
5054
|
|
|
5060
5055
|
}
|
|
5061
5056
|
.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-icon-button.k-calendar-nav-prev{
|
|
@@ -5076,21 +5071,21 @@
|
|
|
5076
5071
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-disabled,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-disabled,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td:disabled{
|
|
5077
5072
|
background-color: initial;
|
|
5078
5073
|
background-image: none;
|
|
5079
|
-
color: $
|
|
5074
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
5080
5075
|
opacity: 100%;
|
|
5081
5076
|
|
|
5082
5077
|
}
|
|
5083
5078
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-disabled,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-disabled,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td:disabled{
|
|
5084
5079
|
background-color: initial;
|
|
5085
5080
|
background-image: none;
|
|
5086
|
-
color: $
|
|
5081
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
5087
5082
|
opacity: 100%;
|
|
5088
5083
|
|
|
5089
5084
|
}
|
|
5090
5085
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-disabled,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-disabled,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td:disabled{
|
|
5091
5086
|
background-color: initial;
|
|
5092
5087
|
background-image: none;
|
|
5093
|
-
color: $
|
|
5088
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
5094
5089
|
opacity: 100%;
|
|
5095
5090
|
|
|
5096
5091
|
}
|
|
@@ -5105,10 +5100,63 @@
|
|
|
5105
5100
|
|
|
5106
5101
|
}
|
|
5107
5102
|
.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{
|
|
5108
|
-
color: $
|
|
5103
|
+
color: $fk-kendo-component-text;
|
|
5109
5104
|
|
|
5110
5105
|
}
|
|
5111
5106
|
.k-textbox.k-input.k-invalid .k-input-inner,.k-textbox.k-input.ng-invalid.ng-touched .k-input-inner,.k-textbox.k-input.ng-invalid.ng-dirty .k-input-inner{
|
|
5112
|
-
color: $
|
|
5107
|
+
color: $fk-kendo-component-text;
|
|
5108
|
+
|
|
5109
|
+
}
|
|
5110
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-4 .k-loader-canvas{
|
|
5111
|
+
visibility: hidden;
|
|
5112
|
+
|
|
5113
|
+
}
|
|
5114
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-4::before{
|
|
5115
|
+
visibility: visible;
|
|
5116
|
+
|
|
5117
|
+
}
|
|
5118
|
+
.k-button.k-selected.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
5119
|
+
color: k-color( primary );
|
|
5120
|
+
|
|
5121
|
+
}
|
|
5122
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-4{
|
|
5123
|
+
visibility: hidden;
|
|
5124
|
+
|
|
5125
|
+
}
|
|
5126
|
+
.fk-loader.k-loader.k-loader-sm.k-loader-spinner-3 .k-loader-canvas{
|
|
5127
|
+
visibility: hidden;
|
|
5128
|
+
|
|
5129
|
+
}
|
|
5130
|
+
.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{
|
|
5131
|
+
width: $fk-feather-icon-size;
|
|
5132
|
+
height: $fk-feather-icon-size;
|
|
5133
|
+
|
|
5134
|
+
}
|
|
5135
|
+
.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{
|
|
5136
|
+
border-bottom-style: none;
|
|
5137
|
+
border-left-style: none;
|
|
5138
|
+
border-right-style: none;
|
|
5139
|
+
border-top-style: none;
|
|
5140
|
+
background-color: inherit;
|
|
5141
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
5142
|
+
|
|
5143
|
+
}
|
|
5144
|
+
.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{
|
|
5145
|
+
background-color: inherit;
|
|
5146
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
5147
|
+
aspect-ratio: 1/1;
|
|
5148
|
+
|
|
5149
|
+
}
|
|
5150
|
+
.k-button.k-active.k-icon-button,.k-button.k-state-active.k-icon-button,.k-button:active.k-icon-button{
|
|
5151
|
+
background-color: inherit;
|
|
5152
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
5153
|
+
|
|
5154
|
+
}
|
|
5155
|
+
.k-button.k-selected.k-icon-button.k-button-solid-base{
|
|
5156
|
+
background-color: $fk-kendo-button-bg;
|
|
5157
|
+
|
|
5158
|
+
}
|
|
5159
|
+
.k-button.k-selected.k-icon-button{
|
|
5160
|
+
background-image: linear-gradient(#FFFFFF, #FFFFFF);
|
|
5113
5161
|
|
|
5114
5162
|
}
|