@featherk/styles 0.5.0 → 0.5.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v8.2.0/css/featherk-beautified.css +138 -12637
- 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/_overrides.scss +1018 -1053
- package/dist/v8.2.0/scss/_placeholders.scss +4 -4
- package/dist/v8.2.0/scss/_tokens.scss +522 -524
- 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,16 +389,15 @@
|
|
|
389
389
|
|
|
390
390
|
}
|
|
391
391
|
.k-calendar.k-calendar-range{
|
|
392
|
-
|
|
393
|
-
padding-
|
|
394
|
-
padding-
|
|
395
|
-
padding-
|
|
396
|
-
padding-top: 1rem;
|
|
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;
|
|
397
396
|
|
|
398
397
|
}
|
|
399
398
|
.k-combobox .k-input-button.k-button-solid-base{
|
|
400
399
|
background-color: initial;
|
|
401
|
-
color: $
|
|
400
|
+
color: $fk-feather-icon-on-neutral;
|
|
402
401
|
|
|
403
402
|
}
|
|
404
403
|
.k-combobox .k-input-button.k-button{
|
|
@@ -406,68 +405,68 @@
|
|
|
406
405
|
|
|
407
406
|
}
|
|
408
407
|
.k-combobox .k-input-button{
|
|
409
|
-
width: $
|
|
410
|
-
height: $
|
|
411
|
-
border-bottom-left-radius: $
|
|
412
|
-
border-bottom-right-radius: $
|
|
413
|
-
border-top-left-radius: $
|
|
414
|
-
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;
|
|
415
414
|
|
|
416
415
|
}
|
|
417
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{
|
|
418
|
-
height: $
|
|
417
|
+
height: $fk-feather-container-height-sm;
|
|
419
418
|
opacity: 100%;
|
|
420
419
|
visibility: visible;
|
|
421
420
|
|
|
422
421
|
}
|
|
423
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{
|
|
424
|
-
width: $
|
|
423
|
+
width: $fk-feather-container-height-sm;
|
|
425
424
|
background-color: initial;
|
|
426
|
-
background-image: $
|
|
425
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
427
426
|
|
|
428
427
|
}
|
|
429
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{
|
|
430
|
-
color: $
|
|
429
|
+
color: $fk-feather-primary-text-on-surface;
|
|
431
430
|
|
|
432
431
|
}
|
|
433
432
|
.k-combobox.k-input .k-clear-value{
|
|
434
|
-
width: $
|
|
435
|
-
height: $
|
|
433
|
+
width: $fk-feather-container-height-sm;
|
|
434
|
+
height: $fk-feather-container-height-sm;
|
|
436
435
|
box-sizing: border-box;
|
|
437
|
-
padding-top: $
|
|
438
|
-
padding-bottom: $
|
|
439
|
-
padding-left: $
|
|
440
|
-
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;
|
|
441
440
|
opacity: 100%;
|
|
442
|
-
border-bottom-left-radius: $
|
|
443
|
-
border-bottom-right-radius: $
|
|
444
|
-
border-top-left-radius: $
|
|
445
|
-
border-top-right-radius: $
|
|
446
|
-
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;
|
|
447
446
|
|
|
448
447
|
}
|
|
449
448
|
.k-combobox.k-input .k-input-button{
|
|
450
449
|
align-self: center;
|
|
451
|
-
width: $
|
|
450
|
+
width: $fk-feather-container-height-sm;
|
|
452
451
|
|
|
453
452
|
}
|
|
454
453
|
.k-combobox.k-input{
|
|
455
454
|
padding-right: 4px;
|
|
456
|
-
height: $
|
|
455
|
+
height: $fk-feather-container-height-lg;
|
|
457
456
|
background-image: none;
|
|
458
457
|
|
|
459
458
|
}
|
|
460
459
|
.k-combobox.k-input.k-input-solid{
|
|
461
460
|
background-color: initial;
|
|
462
|
-
color: $
|
|
463
|
-
border-bottom-color: $
|
|
464
|
-
border-left-color: $
|
|
465
|
-
border-right-color: $
|
|
466
|
-
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;
|
|
467
466
|
|
|
468
467
|
}
|
|
469
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{
|
|
470
|
-
color: $
|
|
469
|
+
color: $fk-feather-primary-text-on-surface;
|
|
471
470
|
flex-direction: row;
|
|
472
471
|
column-gap: 4px;
|
|
473
472
|
row-gap: 0px;
|
|
@@ -479,14 +478,14 @@
|
|
|
479
478
|
margin-left: 0px;
|
|
480
479
|
margin-right: 0px;
|
|
481
480
|
margin-top: 0px;
|
|
482
|
-
padding-bottom: $
|
|
483
|
-
padding-left: $
|
|
484
|
-
padding-right: $
|
|
485
|
-
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;
|
|
486
485
|
display: inline-flex;
|
|
487
486
|
justify-content: center;
|
|
488
487
|
background-color: initial;
|
|
489
|
-
background-image: $
|
|
488
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
490
489
|
|
|
491
490
|
}
|
|
492
491
|
.k-combobox-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item{
|
|
@@ -500,32 +499,32 @@
|
|
|
500
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{
|
|
501
500
|
background-color: initial;
|
|
502
501
|
background-image: none;
|
|
503
|
-
|
|
504
|
-
padding-
|
|
505
|
-
padding-left: $feather-kendo-input-padding-y;
|
|
502
|
+
padding-right: $fk-kendo-input-padding-y;
|
|
503
|
+
padding-left: $fk-kendo-input-padding-y;
|
|
506
504
|
color: inherit;
|
|
507
505
|
|
|
508
506
|
}
|
|
509
507
|
.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{
|
|
510
508
|
background-color: initial;
|
|
511
509
|
background-image: none;
|
|
512
|
-
width: $feather-feather-container-height-md;
|
|
513
510
|
padding-right: 0px;
|
|
514
511
|
padding-left: 0px;
|
|
515
512
|
column-gap: 0px;
|
|
516
513
|
color: inherit;
|
|
514
|
+
width: unset;
|
|
515
|
+
height: unset;
|
|
517
516
|
|
|
518
517
|
}
|
|
519
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{
|
|
520
519
|
background-color: initial;
|
|
521
|
-
background-image: $
|
|
522
|
-
color: $
|
|
520
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
521
|
+
color: $fk-feather-primary-text-on-surface;
|
|
523
522
|
|
|
524
523
|
}
|
|
525
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{
|
|
526
525
|
background-color: initial;
|
|
527
|
-
background-image: $
|
|
528
|
-
color: $
|
|
526
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
527
|
+
color: $fk-feather-primary-text-on-surface;
|
|
529
528
|
|
|
530
529
|
}
|
|
531
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{
|
|
@@ -541,32 +540,32 @@
|
|
|
541
540
|
|
|
542
541
|
}
|
|
543
542
|
.k-numerictextbox.k-input .k-input-spinner.k-spin-button{
|
|
544
|
-
|
|
545
|
-
|
|
543
|
+
color: $fk-feather-icon-on-neutral;
|
|
544
|
+
height: 100%;
|
|
546
545
|
|
|
547
546
|
}
|
|
548
547
|
.k-textbox.k-input .k-clear-value{
|
|
549
|
-
width: $
|
|
550
|
-
height: $
|
|
548
|
+
width: $fk-feather-container-height-xs;
|
|
549
|
+
height: $fk-feather-container-height-xs;
|
|
551
550
|
box-sizing: border-box;
|
|
552
551
|
border-bottom-left-radius: 50%;
|
|
553
552
|
border-bottom-right-radius: 50%;
|
|
554
553
|
border-top-left-radius: 50%;
|
|
555
554
|
border-top-right-radius: 50%;
|
|
556
555
|
opacity: 100%;
|
|
557
|
-
color: $
|
|
556
|
+
color: $fk-feather-icon-on-neutral;
|
|
558
557
|
margin-right: 4px;
|
|
559
558
|
margin-left: 4px;
|
|
560
559
|
|
|
561
560
|
}
|
|
562
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{
|
|
563
|
-
color: $
|
|
562
|
+
color: $fk-feather-primary-text-on-surface;
|
|
564
563
|
background-color: initial;
|
|
565
|
-
background-image: $
|
|
564
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
566
565
|
|
|
567
566
|
}
|
|
568
567
|
.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal .k-button.k-button-flat.k-button-flat-base.k-icon-button{
|
|
569
|
-
color: $
|
|
568
|
+
color: $fk-feather-icon-on-neutral;
|
|
570
569
|
background-color: initial !important;
|
|
571
570
|
background-image: none !important;
|
|
572
571
|
border-bottom-left-radius: 50%;
|
|
@@ -589,9 +588,9 @@
|
|
|
589
588
|
|
|
590
589
|
}
|
|
591
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{
|
|
592
|
-
color: $
|
|
591
|
+
color: $fk-feather-primary-text-on-surface;
|
|
593
592
|
background-color: initial !important;
|
|
594
|
-
background-image: $
|
|
593
|
+
background-image: $fk-feather-hover-on-surface-gradient !important;
|
|
595
594
|
|
|
596
595
|
}
|
|
597
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{
|
|
@@ -599,7 +598,7 @@
|
|
|
599
598
|
|
|
600
599
|
}
|
|
601
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{
|
|
602
|
-
color: $
|
|
601
|
+
color: $fk-feather-icon-on-neutral;
|
|
603
602
|
width: 18px;
|
|
604
603
|
height: 18px;
|
|
605
604
|
|
|
@@ -616,26 +615,26 @@
|
|
|
616
615
|
}
|
|
617
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{
|
|
618
617
|
outline-offset: -1px;
|
|
619
|
-
box-shadow: 0px 0px 0px 1px $
|
|
618
|
+
box-shadow: 0px 0px 0px 1px $fk-feather-secondary-text-on-surface !important;
|
|
620
619
|
border-bottom-width: 1px;
|
|
621
620
|
border-left-width: 1px;
|
|
622
621
|
border-right-width: 1px;
|
|
623
622
|
border-top-width: 1px;
|
|
624
|
-
border-bottom-color: $
|
|
625
|
-
border-left-color: $
|
|
626
|
-
border-right-color: $
|
|
627
|
-
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;
|
|
628
627
|
border-bottom-style: solid;
|
|
629
628
|
border-left-style: solid;
|
|
630
629
|
border-right-style: solid;
|
|
631
630
|
border-top-style: solid;
|
|
632
|
-
color: $
|
|
631
|
+
color: $fk-feather-primary-text-on-surface;
|
|
633
632
|
background-color: initial !important;
|
|
634
|
-
background-image: $
|
|
633
|
+
background-image: $fk-feather-focused-on-surface-gradient !important;
|
|
635
634
|
|
|
636
635
|
}
|
|
637
636
|
h1{
|
|
638
|
-
@extend %
|
|
637
|
+
@extend %fk-typography-feather-heading-1;
|
|
639
638
|
|
|
640
639
|
}
|
|
641
640
|
.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link{
|
|
@@ -651,12 +650,12 @@
|
|
|
651
650
|
|
|
652
651
|
}
|
|
653
652
|
.k-popup.k-list-container{
|
|
654
|
-
@extend %
|
|
655
|
-
border-bottom-left-radius: $
|
|
656
|
-
border-bottom-right-radius: $
|
|
657
|
-
border-top-left-radius: $
|
|
658
|
-
border-top-right-radius: $
|
|
659
|
-
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;
|
|
660
659
|
background-image: none;
|
|
661
660
|
translate: 0px 2px;
|
|
662
661
|
border-bottom-style: none;
|
|
@@ -666,11 +665,11 @@
|
|
|
666
665
|
|
|
667
666
|
}
|
|
668
667
|
.k-popup.k-menu-popup{
|
|
669
|
-
@extend %
|
|
670
|
-
border-bottom-left-radius: $
|
|
671
|
-
border-bottom-right-radius: $
|
|
672
|
-
border-top-left-radius: $
|
|
673
|
-
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;
|
|
674
673
|
border-bottom-style: none;
|
|
675
674
|
border-left-style: none;
|
|
676
675
|
border-right-style: none;
|
|
@@ -679,26 +678,26 @@
|
|
|
679
678
|
padding-left: 0px;
|
|
680
679
|
padding-right: 0px;
|
|
681
680
|
padding-top: 0px;
|
|
682
|
-
background-color: $
|
|
681
|
+
background-color: $fk-feather-surface;
|
|
683
682
|
background-image: none;
|
|
684
683
|
|
|
685
684
|
}
|
|
686
685
|
.k-list-filter .k-searchbox.k-textbox.k-input-solid{
|
|
687
|
-
border-top-color: $
|
|
688
|
-
border-right-color: $
|
|
689
|
-
border-left-color: $
|
|
690
|
-
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;
|
|
691
690
|
|
|
692
691
|
}
|
|
693
692
|
.k-list-filter .k-searchbox.k-textbox.k-input{
|
|
694
693
|
border-top-style: none;
|
|
695
|
-
border-top-width: $
|
|
694
|
+
border-top-width: $fk-kendo-input-border-width;
|
|
696
695
|
border-right-style: none;
|
|
697
|
-
border-right-width: $
|
|
696
|
+
border-right-width: $fk-kendo-input-border-width;
|
|
698
697
|
border-left-style: none;
|
|
699
|
-
border-left-width: $
|
|
698
|
+
border-left-width: $fk-kendo-input-border-width;
|
|
700
699
|
border-bottom-style: solid;
|
|
701
|
-
border-bottom-width: $
|
|
700
|
+
border-bottom-width: $fk-kendo-input-border-width;
|
|
702
701
|
|
|
703
702
|
}
|
|
704
703
|
.k-list-filter .k-searchbox.k-textbox.k-rounded-md{
|
|
@@ -719,7 +718,7 @@
|
|
|
719
718
|
|
|
720
719
|
}
|
|
721
720
|
.k-list-filter .k-searchbox.k-textbox .k-input-inner{
|
|
722
|
-
padding-right: $
|
|
721
|
+
padding-right: $fk-kendo-input-padding-x;
|
|
723
722
|
padding-left: 4px;
|
|
724
723
|
|
|
725
724
|
}
|
|
@@ -739,7 +738,7 @@
|
|
|
739
738
|
}
|
|
740
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{
|
|
741
740
|
border-bottom-style: solid;
|
|
742
|
-
border-bottom-width: $
|
|
741
|
+
border-bottom-width: $fk-kendo-input-border-width;
|
|
743
742
|
|
|
744
743
|
}
|
|
745
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{
|
|
@@ -752,22 +751,16 @@
|
|
|
752
751
|
|
|
753
752
|
}
|
|
754
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{
|
|
755
|
-
@extend %
|
|
754
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
756
755
|
|
|
757
756
|
}
|
|
758
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{
|
|
759
|
-
color: $
|
|
758
|
+
color: $fk-feather-primary-text-on-surface;
|
|
760
759
|
|
|
761
760
|
}
|
|
762
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{
|
|
763
|
-
@extend %
|
|
762
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
764
763
|
|
|
765
|
-
}
|
|
766
|
-
.k-textbox.k-input .k-input-inner{
|
|
767
|
-
@extend %feather-typography-feather-body-small;
|
|
768
|
-
color: $feather-kendo-input-text;
|
|
769
|
-
height: auto;
|
|
770
|
-
|
|
771
764
|
}
|
|
772
765
|
.k-textbox.k-input .k-input-prefix.k-input-prefix-horizontal{
|
|
773
766
|
margin-right: -12px;
|
|
@@ -782,10 +775,10 @@
|
|
|
782
775
|
|
|
783
776
|
}
|
|
784
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{
|
|
785
|
-
@extend %
|
|
778
|
+
@extend %fk-effects-feather-focus-outer-on-color-important;
|
|
786
779
|
box-sizing: border-box;
|
|
787
780
|
background-color: initial !important;
|
|
788
|
-
background-image: $
|
|
781
|
+
background-image: $fk-feather-focused-on-surface-gradient !important;
|
|
789
782
|
border-bottom-style: none;
|
|
790
783
|
border-left-style: none;
|
|
791
784
|
border-right-style: none;
|
|
@@ -824,16 +817,16 @@
|
|
|
824
817
|
|
|
825
818
|
}
|
|
826
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{
|
|
827
|
-
@extend %
|
|
820
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
828
821
|
|
|
829
822
|
}
|
|
830
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{
|
|
831
|
-
@extend %
|
|
824
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
832
825
|
|
|
833
826
|
}
|
|
834
827
|
.k-label.k-text-disabled{
|
|
835
828
|
opacity: 100%;
|
|
836
|
-
color: $
|
|
829
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
837
830
|
|
|
838
831
|
}
|
|
839
832
|
.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-command-cell{
|
|
@@ -857,11 +850,11 @@
|
|
|
857
850
|
|
|
858
851
|
}
|
|
859
852
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-edit-command{
|
|
860
|
-
height: $
|
|
853
|
+
height: $fk-feather-container-height-md;
|
|
861
854
|
|
|
862
855
|
}
|
|
863
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{
|
|
864
|
-
background-color: $
|
|
857
|
+
background-color: $fk-feather-primary;
|
|
865
858
|
|
|
866
859
|
}
|
|
867
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{
|
|
@@ -869,7 +862,7 @@
|
|
|
869
862
|
|
|
870
863
|
}
|
|
871
864
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-save-command{
|
|
872
|
-
height: $
|
|
865
|
+
height: $fk-feather-container-height-md;
|
|
873
866
|
|
|
874
867
|
}
|
|
875
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{
|
|
@@ -881,19 +874,19 @@
|
|
|
881
874
|
|
|
882
875
|
}
|
|
883
876
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-remove-command{
|
|
884
|
-
height: $
|
|
877
|
+
height: $fk-feather-container-height-md;
|
|
885
878
|
|
|
886
879
|
}
|
|
887
880
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-table-row.k-master-row .k-command-cell .k-grid-cancel-command{
|
|
888
|
-
height: $
|
|
881
|
+
height: $fk-feather-container-height-md;
|
|
889
882
|
|
|
890
883
|
}
|
|
891
884
|
.k-grid.k-grid-md .k-table .k-master-row.k-table-row .k-grid-edit-cell .k-input{
|
|
892
|
-
height: $
|
|
893
|
-
border-bottom-left-radius: $
|
|
894
|
-
border-bottom-right-radius: $
|
|
895
|
-
border-top-left-radius: $
|
|
896
|
-
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;
|
|
897
890
|
|
|
898
891
|
}
|
|
899
892
|
.k-grid.k-grid-md .k-table .k-table-tbody .k-master-row.k-table-row.k-alt.k-table-alt-row{
|
|
@@ -907,24 +900,24 @@
|
|
|
907
900
|
|
|
908
901
|
}
|
|
909
902
|
.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row >td{
|
|
910
|
-
@extend %
|
|
903
|
+
@extend %fk-typography-feather-body-small;
|
|
911
904
|
box-sizing: content-box;
|
|
912
|
-
border-bottom-color: $
|
|
905
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
913
906
|
border-bottom-style: solid;
|
|
914
907
|
border-bottom-width: 1px;
|
|
915
|
-
border-top-color: $
|
|
908
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
916
909
|
border-top-style: none;
|
|
917
910
|
border-top-width: 0px;
|
|
918
|
-
border-right-color: $
|
|
911
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
919
912
|
border-right-style: none;
|
|
920
913
|
border-right-width: 0px;
|
|
921
|
-
border-left-color: $
|
|
914
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
922
915
|
border-left-style: none;
|
|
923
916
|
border-left-width: 0px;
|
|
924
917
|
|
|
925
918
|
}
|
|
926
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{
|
|
927
|
-
@extend %
|
|
920
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
928
921
|
border-bottom-style: solid;
|
|
929
922
|
border-left-style: none;
|
|
930
923
|
border-right-style: none;
|
|
@@ -934,16 +927,16 @@
|
|
|
934
927
|
border-right-width: 0px;
|
|
935
928
|
border-top-width: 0px;
|
|
936
929
|
border-bottom-color: transparent;
|
|
937
|
-
border-left-color: $
|
|
938
|
-
border-right-color: $
|
|
939
|
-
border-top-color: $
|
|
930
|
+
border-left-color: $fk-feather-primary;
|
|
931
|
+
border-right-color: $fk-feather-primary;
|
|
932
|
+
border-top-color: $fk-feather-primary;
|
|
940
933
|
|
|
941
934
|
}
|
|
942
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{
|
|
943
|
-
border-bottom-left-radius: $
|
|
944
|
-
border-bottom-right-radius: $
|
|
945
|
-
border-top-left-radius: $
|
|
946
|
-
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;
|
|
947
940
|
|
|
948
941
|
}
|
|
949
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{
|
|
@@ -954,7 +947,7 @@
|
|
|
954
947
|
|
|
955
948
|
}
|
|
956
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{
|
|
957
|
-
@extend %
|
|
950
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
958
951
|
border-bottom-style: solid;
|
|
959
952
|
border-left-style: solid;
|
|
960
953
|
border-right-style: solid;
|
|
@@ -970,11 +963,11 @@
|
|
|
970
963
|
|
|
971
964
|
}
|
|
972
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{
|
|
973
|
-
@extend %
|
|
974
|
-
color: $
|
|
966
|
+
@extend %fk-typography-feather-body-small;
|
|
967
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
975
968
|
padding-top: 18px;
|
|
976
969
|
border-right-width: 1px;
|
|
977
|
-
border-right-color: $
|
|
970
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
978
971
|
border-right-style: solid;
|
|
979
972
|
|
|
980
973
|
}
|
|
@@ -987,8 +980,8 @@
|
|
|
987
980
|
border-left-style: none;
|
|
988
981
|
border-right-style: none;
|
|
989
982
|
border-top-style: none;
|
|
990
|
-
padding-top: $
|
|
991
|
-
padding-bottom: $
|
|
983
|
+
padding-top: $fk-kendo-grid-header-padding-y;
|
|
984
|
+
padding-bottom: $fk-kendo-grid-header-padding-y;
|
|
992
985
|
|
|
993
986
|
}
|
|
994
987
|
.k-fab.k-fab-solid-primary .k-fab-text{
|
|
@@ -997,8 +990,8 @@
|
|
|
997
990
|
|
|
998
991
|
}
|
|
999
992
|
.k-fab.k-fab-solid-primary.k-fab-md{
|
|
1000
|
-
padding-right: $
|
|
1001
|
-
padding-left: $
|
|
993
|
+
padding-right: $fk-kendo-fab-padding-x;
|
|
994
|
+
padding-left: $fk-kendo-fab-padding-x;
|
|
1002
995
|
|
|
1003
996
|
}
|
|
1004
997
|
.k-fab.k-fab-solid-primary{
|
|
@@ -1040,22 +1033,22 @@
|
|
|
1040
1033
|
|
|
1041
1034
|
}
|
|
1042
1035
|
.k-chip .k-chip-content{
|
|
1043
|
-
@extend %
|
|
1044
|
-
color: $
|
|
1036
|
+
@extend %fk-typography-feather-body-small;
|
|
1037
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1045
1038
|
|
|
1046
1039
|
}
|
|
1047
1040
|
.k-reset.k-header.k-menu-horizontal.k-menu> .k-item.k-menu-item{
|
|
1048
|
-
color: $
|
|
1049
|
-
border-bottom-left-radius: $
|
|
1050
|
-
border-bottom-right-radius: $
|
|
1051
|
-
border-top-left-radius: $
|
|
1052
|
-
border-top-right-radius: $
|
|
1053
|
-
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;
|
|
1054
1047
|
|
|
1055
1048
|
}
|
|
1056
1049
|
.k-reset.k-header.k-menu-vertical.k-menu> .k-item.k-menu-item{
|
|
1057
|
-
color: $
|
|
1058
|
-
min-height: $
|
|
1050
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1051
|
+
min-height: $fk-feather-container-height-md;
|
|
1059
1052
|
|
|
1060
1053
|
}
|
|
1061
1054
|
.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item .k-link{
|
|
@@ -1063,8 +1056,8 @@
|
|
|
1063
1056
|
|
|
1064
1057
|
}
|
|
1065
1058
|
.k-tabstrip .k-tabstrip-items-wrapper .k-tabstrip-items.k-reset .k-item.k-tabstrip-item{
|
|
1066
|
-
@extend %
|
|
1067
|
-
color: $
|
|
1059
|
+
@extend %fk-typography-feather-button;
|
|
1060
|
+
color: $fk-feather-primary;
|
|
1068
1061
|
border-bottom-style: none;
|
|
1069
1062
|
border-left-style: none;
|
|
1070
1063
|
border-right-style: none;
|
|
@@ -1073,15 +1066,15 @@
|
|
|
1073
1066
|
}
|
|
1074
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{
|
|
1075
1068
|
border-bottom-width: 3px;
|
|
1076
|
-
border-bottom-color: $
|
|
1069
|
+
border-bottom-color: $fk-feather-primary;
|
|
1077
1070
|
border-bottom-style: solid;
|
|
1078
1071
|
|
|
1079
1072
|
}
|
|
1080
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{
|
|
1081
1074
|
padding-bottom: 3px;
|
|
1082
|
-
border-left-color: $
|
|
1083
|
-
border-right-color: $
|
|
1084
|
-
border-top-color: $
|
|
1075
|
+
border-left-color: $fk-feather-primary;
|
|
1076
|
+
border-right-color: $fk-feather-primary;
|
|
1077
|
+
border-top-color: $fk-feather-primary;
|
|
1085
1078
|
|
|
1086
1079
|
}
|
|
1087
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{
|
|
@@ -1100,7 +1093,7 @@
|
|
|
1100
1093
|
|
|
1101
1094
|
}
|
|
1102
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{
|
|
1103
|
-
border-bottom-color: $
|
|
1096
|
+
border-bottom-color: $fk-feather-primary;
|
|
1104
1097
|
border-bottom-style: solid;
|
|
1105
1098
|
border-bottom-width: 3px;
|
|
1106
1099
|
border-top-left-radius: 4px;
|
|
@@ -1111,9 +1104,9 @@
|
|
|
1111
1104
|
|
|
1112
1105
|
}
|
|
1113
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{
|
|
1114
|
-
border-left-color: $
|
|
1115
|
-
border-right-color: $
|
|
1116
|
-
border-top-color: $
|
|
1107
|
+
border-left-color: $fk-feather-primary;
|
|
1108
|
+
border-right-color: $fk-feather-primary;
|
|
1109
|
+
border-top-color: $fk-feather-primary;
|
|
1117
1110
|
|
|
1118
1111
|
}
|
|
1119
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{
|
|
@@ -1125,10 +1118,10 @@
|
|
|
1125
1118
|
border-left-style: none;
|
|
1126
1119
|
border-right-style: none;
|
|
1127
1120
|
border-top-style: none;
|
|
1128
|
-
border-bottom-color: $
|
|
1129
|
-
border-left-color: $
|
|
1130
|
-
border-right-color: $
|
|
1131
|
-
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;
|
|
1132
1125
|
|
|
1133
1126
|
}
|
|
1134
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{
|
|
@@ -1149,7 +1142,7 @@
|
|
|
1149
1142
|
|
|
1150
1143
|
}
|
|
1151
1144
|
.k-switch.k-switch-off .k-switch-track{
|
|
1152
|
-
color: $
|
|
1145
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1153
1146
|
background-color: rgba(0, 0, 0, 0.04);
|
|
1154
1147
|
background-image: none;
|
|
1155
1148
|
transition-property: all;
|
|
@@ -1158,11 +1151,11 @@
|
|
|
1158
1151
|
|
|
1159
1152
|
}
|
|
1160
1153
|
.k-switch.k-switch-off .k-switch-thumb-wrap .k-switch-thumb{
|
|
1161
|
-
border-bottom-color: $
|
|
1162
|
-
border-left-color: $
|
|
1163
|
-
border-right-color: $
|
|
1164
|
-
border-top-color: $
|
|
1165
|
-
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;
|
|
1166
1159
|
background-image: none;
|
|
1167
1160
|
transition-property: all;
|
|
1168
1161
|
transition-duration: 280ms;
|
|
@@ -1177,57 +1170,47 @@
|
|
|
1177
1170
|
|
|
1178
1171
|
}
|
|
1179
1172
|
.k-tabstrip .k-tabstrip-content.k-active,.k-tabstrip .k-tabstrip-content.k-state-active,.k-tabstrip .k-tabstrip-content:active{
|
|
1180
|
-
color: $
|
|
1173
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1181
1174
|
|
|
1182
1175
|
}
|
|
1183
1176
|
.k-tabstrip .k-tabstrip-content.k-active,.k-tabstrip .k-tabstrip-content.k-state-active,.k-tabstrip .k-tabstrip-content:active{
|
|
1184
|
-
@extend %
|
|
1177
|
+
@extend %fk-typography-kendo-default-typography;
|
|
1185
1178
|
|
|
1186
1179
|
}
|
|
1187
1180
|
.k-checkbox-label{
|
|
1188
|
-
@extend %
|
|
1189
|
-
color: $
|
|
1181
|
+
@extend %fk-typography-feather-body-small;
|
|
1182
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1190
1183
|
|
|
1191
1184
|
}
|
|
1192
1185
|
.k-textbox.k-input{
|
|
1193
|
-
|
|
1194
|
-
background-image: none;
|
|
1195
|
-
transition-property: all;
|
|
1186
|
+
transition-property: all;
|
|
1196
1187
|
transition-duration: 280ms;
|
|
1197
|
-
border-bottom-width: $feather-kendo-input-border-width;
|
|
1198
|
-
border-left-width: $feather-kendo-input-border-width;
|
|
1199
|
-
border-right-width: $feather-kendo-input-border-width;
|
|
1200
|
-
border-top-width: $feather-kendo-input-border-width;
|
|
1201
|
-
height: $feather-feather-container-height-lg;
|
|
1202
1188
|
|
|
1203
1189
|
}
|
|
1204
1190
|
.k-textbox.k-input.k-input-solid{
|
|
1205
|
-
|
|
1206
|
-
border-left-color: $feather-kendo-input-border;
|
|
1207
|
-
border-right-color: $feather-kendo-input-border;
|
|
1208
|
-
border-top-color: $feather-kendo-input-border;
|
|
1209
|
-
color: $feather-kendo-input-text;
|
|
1191
|
+
color: unset;
|
|
1210
1192
|
|
|
1211
1193
|
}
|
|
1212
1194
|
.k-radio-label{
|
|
1213
|
-
@extend %
|
|
1214
|
-
color: $
|
|
1195
|
+
@extend %fk-typography-feather-body-small;
|
|
1196
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1215
1197
|
|
|
1216
1198
|
}
|
|
1217
1199
|
.k-list.k-list-md .k-list-content .k-list-ul .k-list-item .k-list-item-text{
|
|
1218
|
-
@extend %
|
|
1219
|
-
color: $
|
|
1200
|
+
@extend %fk-typography-feather-body-small;
|
|
1201
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1220
1202
|
|
|
1221
1203
|
}
|
|
1222
1204
|
.k-datepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
|
|
1223
|
-
color: $
|
|
1205
|
+
color: $fk-feather-icon-on-neutral;
|
|
1224
1206
|
height: 100%;
|
|
1207
|
+
aspect-ratio: 1;
|
|
1225
1208
|
|
|
1226
1209
|
}
|
|
1227
1210
|
.k-timepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
|
|
1228
1211
|
height: 100%;
|
|
1229
|
-
color: $
|
|
1230
|
-
width: $
|
|
1212
|
+
color: $fk-feather-icon-on-neutral;
|
|
1213
|
+
width: $fk-feather-container-height-lg;
|
|
1231
1214
|
|
|
1232
1215
|
}
|
|
1233
1216
|
.k-timeselector .k-time-header .k-button.k-button-md.k-button-flat.k-button-flat-base.k-rounded-md.k-time-now::before{
|
|
@@ -1247,13 +1230,13 @@
|
|
|
1247
1230
|
|
|
1248
1231
|
}
|
|
1249
1232
|
.k-window.k-dialog .k-window-titlebar.k-dialog-titlebar .k-window-title.k-dialog-title{
|
|
1250
|
-
@extend %
|
|
1233
|
+
@extend %fk-typography-feather-body-large;
|
|
1251
1234
|
|
|
1252
1235
|
}
|
|
1253
1236
|
.k-window.k-dialog .k-window-content.k-dialog-content{
|
|
1254
|
-
@extend %
|
|
1237
|
+
@extend %fk-typography-feather-body-small;
|
|
1255
1238
|
text-align: left;
|
|
1256
|
-
padding-bottom: $
|
|
1239
|
+
padding-bottom: $fk-kendo-window-inner-padding-y;
|
|
1257
1240
|
|
|
1258
1241
|
}
|
|
1259
1242
|
.k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-stretched{
|
|
@@ -1265,26 +1248,26 @@
|
|
|
1265
1248
|
|
|
1266
1249
|
}
|
|
1267
1250
|
.k-window .k-window-titlebar{
|
|
1268
|
-
@extend %
|
|
1269
|
-
color: $
|
|
1251
|
+
@extend %fk-typography-feather-body-large;
|
|
1252
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1270
1253
|
background-color: initial;
|
|
1271
1254
|
background-image: none;
|
|
1272
1255
|
|
|
1273
1256
|
}
|
|
1274
1257
|
.k-window{
|
|
1275
|
-
@extend %
|
|
1276
|
-
@extend %
|
|
1258
|
+
@extend %fk-typography-feather-body-small;
|
|
1259
|
+
@extend %fk-effects-feather-elevation-12dp;
|
|
1277
1260
|
|
|
1278
1261
|
}
|
|
1279
1262
|
.k-window .k-window-content{
|
|
1280
|
-
@extend %
|
|
1263
|
+
@extend %fk-typography-feather-body-small;
|
|
1281
1264
|
padding-bottom: 32px;
|
|
1282
|
-
color: $
|
|
1265
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1283
1266
|
|
|
1284
1267
|
}
|
|
1285
1268
|
.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{
|
|
1286
|
-
height: $
|
|
1287
|
-
width: $
|
|
1269
|
+
height: $fk-feather-container-height-sm;
|
|
1270
|
+
width: $fk-feather-container-height-sm;
|
|
1288
1271
|
border-bottom-left-radius: 50%;
|
|
1289
1272
|
border-bottom-right-radius: 50%;
|
|
1290
1273
|
border-top-left-radius: 50%;
|
|
@@ -1298,49 +1281,45 @@
|
|
|
1298
1281
|
|
|
1299
1282
|
}
|
|
1300
1283
|
.k-window.k-window-minimized{
|
|
1301
|
-
@extend %
|
|
1302
|
-
border-bottom-right-radius: $
|
|
1284
|
+
@extend %fk-effects-feather-elevation-12dp;
|
|
1285
|
+
border-bottom-right-radius: $fk-kendo-window-border-radius;
|
|
1303
1286
|
overflow: hidden;
|
|
1304
1287
|
|
|
1305
1288
|
}
|
|
1306
1289
|
h2{
|
|
1307
|
-
@extend %
|
|
1290
|
+
@extend %fk-typography-feather-heading-2;
|
|
1308
1291
|
|
|
1309
1292
|
}
|
|
1310
1293
|
h3{
|
|
1311
|
-
@extend %
|
|
1294
|
+
@extend %fk-typography-feather-heading-3;
|
|
1312
1295
|
|
|
1313
1296
|
}
|
|
1314
1297
|
h4{
|
|
1315
|
-
@extend %
|
|
1298
|
+
@extend %fk-typography-feather-heading-4;
|
|
1316
1299
|
|
|
1317
1300
|
}
|
|
1318
1301
|
h5{
|
|
1319
|
-
@extend %
|
|
1302
|
+
@extend %fk-typography-feather-heading-5;
|
|
1320
1303
|
|
|
1321
1304
|
}
|
|
1322
1305
|
h6{
|
|
1323
|
-
@extend %
|
|
1306
|
+
@extend %fk-typography-feather-heading-6;
|
|
1324
1307
|
|
|
1325
1308
|
}
|
|
1326
1309
|
ul{
|
|
1327
|
-
@extend %
|
|
1310
|
+
@extend %fk-typography-feather-body-small;
|
|
1328
1311
|
|
|
1329
1312
|
}
|
|
1330
1313
|
div{
|
|
1331
|
-
@extend %
|
|
1314
|
+
@extend %fk-typography-feather-body-small;
|
|
1332
1315
|
|
|
1333
1316
|
}
|
|
1334
1317
|
.k-grid.k-grid-md .k-table{
|
|
1335
1318
|
border-collapse: separate;
|
|
1336
1319
|
|
|
1337
|
-
}
|
|
1338
|
-
.k-calendar.k-calendar-range .k-calendar-view.k-hstack.k-align-items-start.k-justify-content-center.k-calendar-monthview .k-calendar-table{
|
|
1339
|
-
border-collapse: separate;
|
|
1340
|
-
|
|
1341
1320
|
}
|
|
1342
1321
|
.k-fab{
|
|
1343
|
-
@extend %
|
|
1322
|
+
@extend %fk-typography-feather-button;
|
|
1344
1323
|
|
|
1345
1324
|
}
|
|
1346
1325
|
.k-fab .k-fab-text{
|
|
@@ -1357,34 +1336,34 @@
|
|
|
1357
1336
|
|
|
1358
1337
|
}
|
|
1359
1338
|
.k-chip.k-disabled.k-chip-solid-base,.k-chip.k-state-disabled.k-chip-solid-base,.k-chip:disabled.k-chip-solid-base{
|
|
1360
|
-
color: $
|
|
1361
|
-
background-color: $
|
|
1339
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1340
|
+
background-color: $fk-feather-border-light-on-surface;
|
|
1362
1341
|
|
|
1363
1342
|
}
|
|
1364
1343
|
.k-toolbar{
|
|
1365
|
-
background-color: $
|
|
1344
|
+
background-color: $fk-feather-surface;
|
|
1366
1345
|
background-image: none;
|
|
1367
|
-
color: $
|
|
1346
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1368
1347
|
|
|
1369
1348
|
}
|
|
1370
1349
|
.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{
|
|
1371
|
-
color: $
|
|
1350
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1372
1351
|
|
|
1373
1352
|
}
|
|
1374
1353
|
.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{
|
|
1375
|
-
color: $
|
|
1354
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1376
1355
|
|
|
1377
1356
|
}
|
|
1378
1357
|
.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{
|
|
1379
|
-
background-color: $
|
|
1358
|
+
background-color: $fk-kendo-button-selected-bg;
|
|
1380
1359
|
|
|
1381
1360
|
}
|
|
1382
1361
|
.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{
|
|
1383
|
-
background-image: $
|
|
1362
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
1384
1363
|
|
|
1385
1364
|
}
|
|
1386
1365
|
.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{
|
|
1387
|
-
@extend %
|
|
1366
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
1388
1367
|
|
|
1389
1368
|
}
|
|
1390
1369
|
.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{
|
|
@@ -1397,16 +1376,16 @@
|
|
|
1397
1376
|
.k-button-group .k-button.k-group-start,.k-button-group .k-button:first-child{
|
|
1398
1377
|
z-index: 0;
|
|
1399
1378
|
border-inline-start-width: 2px;
|
|
1400
|
-
box-shadow: inset -1px 0px 0px 0px $
|
|
1379
|
+
box-shadow: inset -1px 0px 0px 0px $fk-kendo-button-border;
|
|
1401
1380
|
|
|
1402
1381
|
}
|
|
1403
1382
|
.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{
|
|
1404
|
-
color: $
|
|
1383
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1405
1384
|
top: -4px;
|
|
1406
1385
|
|
|
1407
1386
|
}
|
|
1408
1387
|
.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{
|
|
1409
|
-
@extend %
|
|
1388
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
1410
1389
|
border-bottom-color: transparent;
|
|
1411
1390
|
border-left-color: transparent;
|
|
1412
1391
|
border-right-color: transparent;
|
|
@@ -1420,13 +1399,13 @@
|
|
|
1420
1399
|
|
|
1421
1400
|
}
|
|
1422
1401
|
.k-chip.k-selected{
|
|
1423
|
-
color: $
|
|
1424
|
-
background-color: $
|
|
1402
|
+
color: $fk-feather-primary-text-on-color;
|
|
1403
|
+
background-color: $fk-kendo-chip-solid-selected-bg;
|
|
1425
1404
|
background-image: linear-gradient(transparent, transparent);
|
|
1426
1405
|
|
|
1427
1406
|
}
|
|
1428
1407
|
.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{
|
|
1429
|
-
@extend %
|
|
1408
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
1430
1409
|
border-bottom-color: transparent;
|
|
1431
1410
|
border-left-color: transparent;
|
|
1432
1411
|
border-right-color: transparent;
|
|
@@ -1442,7 +1421,7 @@
|
|
|
1442
1421
|
transition-property: all;
|
|
1443
1422
|
transition-duration: 280ms;
|
|
1444
1423
|
transition-timing-function: ease-out;
|
|
1445
|
-
min-height: $
|
|
1424
|
+
min-height: $fk-feather-container-height-lg;
|
|
1446
1425
|
|
|
1447
1426
|
}
|
|
1448
1427
|
.k-dropdownlist.k-picker.k-picker-md.k-rounded-md.k-picker-solid .k-input-button{
|
|
@@ -1450,14 +1429,14 @@
|
|
|
1450
1429
|
border-left-style: none;
|
|
1451
1430
|
border-right-style: none;
|
|
1452
1431
|
border-top-style: none;
|
|
1453
|
-
border-left-color: $
|
|
1432
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
1454
1433
|
border-left-width: 1px;
|
|
1455
|
-
height: $
|
|
1456
|
-
border-bottom-left-radius: $
|
|
1457
|
-
border-bottom-right-radius: $
|
|
1458
|
-
border-top-left-radius: $
|
|
1459
|
-
border-top-right-radius: $
|
|
1460
|
-
width: $
|
|
1434
|
+
height: $fk-feather-container-height-sm;
|
|
1435
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
1436
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
1437
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
1438
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
1439
|
+
width: $fk-feather-container-height-sm;
|
|
1461
1440
|
margin-top: 0.175rem;
|
|
1462
1441
|
margin-right: 0.25rem;
|
|
1463
1442
|
|
|
@@ -1479,35 +1458,35 @@
|
|
|
1479
1458
|
|
|
1480
1459
|
}
|
|
1481
1460
|
.k-button.k-selected.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1482
|
-
color: $
|
|
1461
|
+
color: $fk-feather-icon-on-color;
|
|
1483
1462
|
|
|
1484
1463
|
}
|
|
1485
1464
|
.k-button.k-selected.k-button-flat .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1486
|
-
color: $
|
|
1465
|
+
color: $fk-feather-icon-on-color;
|
|
1487
1466
|
|
|
1488
1467
|
}
|
|
1489
1468
|
.k-button.k-selected.k-button-outline.k-button-outline-primary .k-button-text{
|
|
1490
|
-
color: $
|
|
1469
|
+
color: $fk-feather-primary-text-on-color;
|
|
1491
1470
|
|
|
1492
1471
|
}
|
|
1493
1472
|
.k-button.k-selected.k-button-outline.k-button-outline-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1494
|
-
color: $
|
|
1473
|
+
color: $fk-feather-icon-on-color;
|
|
1495
1474
|
|
|
1496
1475
|
}
|
|
1497
1476
|
.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{
|
|
1498
|
-
color: $
|
|
1477
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1499
1478
|
|
|
1500
1479
|
}
|
|
1501
1480
|
.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{
|
|
1502
|
-
color: $
|
|
1481
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1503
1482
|
|
|
1504
1483
|
}
|
|
1505
1484
|
.k-button.k-selected.k-button-outline .k-button-text{
|
|
1506
|
-
color: $
|
|
1485
|
+
color: $fk-feather-primary-text-on-color;
|
|
1507
1486
|
|
|
1508
1487
|
}
|
|
1509
1488
|
.k-button.k-selected.k-button-outline .k-button-icon.k-icon.k-svg-icon >svg{
|
|
1510
|
-
color: $
|
|
1489
|
+
color: $fk-feather-icon-on-color;
|
|
1511
1490
|
|
|
1512
1491
|
}
|
|
1513
1492
|
.k-button.k-button-outline.k-button-outline-primary .k-button-text{
|
|
@@ -1520,8 +1499,8 @@
|
|
|
1520
1499
|
|
|
1521
1500
|
}
|
|
1522
1501
|
.k-button.k-selected.k-button-flat.k-button-flat-primary{
|
|
1523
|
-
background-color: $
|
|
1524
|
-
background-image: $
|
|
1502
|
+
background-color: $fk-feather-primary !important;
|
|
1503
|
+
background-image: $fk-feather-selected-on-surface-gradient !important;
|
|
1525
1504
|
|
|
1526
1505
|
}
|
|
1527
1506
|
.k-button.k-selected.k-button-flat.k-button-flat-primary::before{
|
|
@@ -1547,19 +1526,19 @@
|
|
|
1547
1526
|
|
|
1548
1527
|
}
|
|
1549
1528
|
.k-button.k-selected.k-button-flat .k-button-text{
|
|
1550
|
-
color: $
|
|
1529
|
+
color: $fk-feather-primary-text-on-color;
|
|
1551
1530
|
|
|
1552
1531
|
}
|
|
1553
1532
|
.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{
|
|
1554
1533
|
color: inherit;
|
|
1555
1534
|
background-color: initial;
|
|
1556
|
-
background-image: $
|
|
1535
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
1557
1536
|
|
|
1558
1537
|
}
|
|
1559
1538
|
.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{
|
|
1560
|
-
@extend %
|
|
1539
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
1561
1540
|
background-color: initial;
|
|
1562
|
-
background-image: $
|
|
1541
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
1563
1542
|
outline-color: transparent;
|
|
1564
1543
|
outline-style: solid;
|
|
1565
1544
|
outline-width: 2px;
|
|
@@ -1571,7 +1550,7 @@
|
|
|
1571
1550
|
}
|
|
1572
1551
|
.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{
|
|
1573
1552
|
background-color: initial !important;
|
|
1574
|
-
background-image: $
|
|
1553
|
+
background-image: $fk-feather-hover-on-surface-gradient !important;
|
|
1575
1554
|
|
|
1576
1555
|
}
|
|
1577
1556
|
.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{
|
|
@@ -1579,24 +1558,24 @@
|
|
|
1579
1558
|
|
|
1580
1559
|
}
|
|
1581
1560
|
.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{
|
|
1582
|
-
@extend %
|
|
1583
|
-
border-bottom-color: $
|
|
1584
|
-
border-left-color: $
|
|
1585
|
-
border-right-color: $
|
|
1586
|
-
border-top-color: $
|
|
1561
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
1562
|
+
border-bottom-color: $fk-kendo-input-hover-border;
|
|
1563
|
+
border-left-color: $fk-kendo-input-hover-border;
|
|
1564
|
+
border-right-color: $fk-kendo-input-hover-border;
|
|
1565
|
+
border-top-color: $fk-kendo-input-hover-border;
|
|
1587
1566
|
|
|
1588
1567
|
}
|
|
1589
1568
|
.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{
|
|
1590
|
-
color: $
|
|
1569
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1591
1570
|
|
|
1592
1571
|
}
|
|
1593
1572
|
.k-numerictextbox.k-input.k-state-focus-within.k-input-solid,.k-numerictextbox.k-input:focus-within.k-input-solid{
|
|
1594
|
-
@extend %
|
|
1573
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1595
1574
|
color: k-color( primary );
|
|
1596
1575
|
|
|
1597
1576
|
}
|
|
1598
1577
|
.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{
|
|
1599
|
-
color: $
|
|
1578
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1600
1579
|
background-color: initial;
|
|
1601
1580
|
|
|
1602
1581
|
}
|
|
@@ -1604,10 +1583,10 @@
|
|
|
1604
1583
|
background-image: none;
|
|
1605
1584
|
visibility: visible;
|
|
1606
1585
|
opacity: unset;
|
|
1607
|
-
border-bottom-color: $
|
|
1608
|
-
border-left-color: $
|
|
1609
|
-
border-right-color: $
|
|
1610
|
-
border-top-color: $
|
|
1586
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
1587
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
1588
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
1589
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
1611
1590
|
|
|
1612
1591
|
}
|
|
1613
1592
|
.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{
|
|
@@ -1615,7 +1594,7 @@
|
|
|
1615
1594
|
|
|
1616
1595
|
}
|
|
1617
1596
|
.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{
|
|
1618
|
-
color: $
|
|
1597
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1619
1598
|
|
|
1620
1599
|
}
|
|
1621
1600
|
.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{
|
|
@@ -1637,11 +1616,6 @@
|
|
|
1637
1616
|
border-top-color: k-color( error );
|
|
1638
1617
|
color: k-color( error );
|
|
1639
1618
|
|
|
1640
|
-
}
|
|
1641
|
-
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td{
|
|
1642
|
-
@extend %feather-typography-feather-body-small;
|
|
1643
|
-
color: $feather-feather-secondary-text-on-surface;
|
|
1644
|
-
|
|
1645
1619
|
}
|
|
1646
1620
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-today .k-link{
|
|
1647
1621
|
font-weight: 600;
|
|
@@ -1654,43 +1628,29 @@
|
|
|
1654
1628
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-today .k-link{
|
|
1655
1629
|
font-weight: 600;
|
|
1656
1630
|
|
|
1657
|
-
}
|
|
1658
|
-
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td{
|
|
1659
|
-
@extend %feather-typography-feather-body-small;
|
|
1660
|
-
color: $feather-feather-secondary-text-on-surface;
|
|
1661
|
-
|
|
1662
|
-
}
|
|
1663
|
-
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td .k-link{
|
|
1664
|
-
font-weight: 400;
|
|
1665
|
-
|
|
1666
|
-
}
|
|
1667
|
-
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td{
|
|
1668
|
-
@extend %feather-typography-feather-body-small;
|
|
1669
|
-
color: $feather-feather-secondary-text-on-surface;
|
|
1670
|
-
|
|
1671
1631
|
}
|
|
1672
1632
|
.k-chip.k-chip-outline.k-chip-outline-base{
|
|
1673
|
-
color: $
|
|
1633
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
1674
1634
|
|
|
1675
1635
|
}
|
|
1676
1636
|
.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{
|
|
1677
|
-
color: $
|
|
1637
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1678
1638
|
|
|
1679
1639
|
}
|
|
1680
1640
|
.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{
|
|
1681
|
-
@extend %
|
|
1641
|
+
@extend %fk-effects-feather-focus-inner-on-surface-important;
|
|
1682
1642
|
|
|
1683
1643
|
}
|
|
1684
1644
|
.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{
|
|
1685
|
-
@extend %
|
|
1645
|
+
@extend %fk-effects-feather-focus-inner-on-color-important;
|
|
1686
1646
|
|
|
1687
1647
|
}
|
|
1688
1648
|
.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{
|
|
1689
|
-
color: $
|
|
1649
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1690
1650
|
|
|
1691
1651
|
}
|
|
1692
1652
|
.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{
|
|
1693
|
-
color: $
|
|
1653
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1694
1654
|
|
|
1695
1655
|
}
|
|
1696
1656
|
.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{
|
|
@@ -1698,7 +1658,7 @@
|
|
|
1698
1658
|
|
|
1699
1659
|
}
|
|
1700
1660
|
.k-button.k-active.k-button-outline,.k-button.k-state-active.k-button-outline,.k-button:active.k-button-outline{
|
|
1701
|
-
background-image: $
|
|
1661
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
1702
1662
|
|
|
1703
1663
|
}
|
|
1704
1664
|
.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{
|
|
@@ -1706,22 +1666,22 @@
|
|
|
1706
1666
|
|
|
1707
1667
|
}
|
|
1708
1668
|
.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{
|
|
1709
|
-
background-image: $
|
|
1669
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
1710
1670
|
|
|
1711
1671
|
}
|
|
1712
1672
|
.k-button.k-disabled.k-button-solid-primary,.k-button.k-state-disabled.k-button-solid-primary,.k-button:disabled.k-button-solid-primary{
|
|
1713
|
-
background-color: $
|
|
1673
|
+
background-color: $fk-feather-border-light-on-surface;
|
|
1714
1674
|
background-image: none;
|
|
1715
1675
|
opacity: 100%;
|
|
1716
1676
|
border-bottom-style: none;
|
|
1717
1677
|
border-left-style: none;
|
|
1718
1678
|
border-right-style: none;
|
|
1719
1679
|
border-top-style: none;
|
|
1720
|
-
color: $
|
|
1680
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1721
1681
|
|
|
1722
1682
|
}
|
|
1723
1683
|
.k-button.k-disabled.k-button-solid-base, .k-button.k-state-disabled.k-button-solid-base, .k-button:disabled.k-button-solid-base{
|
|
1724
|
-
background-color: $
|
|
1684
|
+
background-color: $fk-feather-border-light-on-surface;
|
|
1725
1685
|
|
|
1726
1686
|
}
|
|
1727
1687
|
.k-button.k-disabled,.k-button.k-state-disabled,.k-button:disabled{
|
|
@@ -1734,16 +1694,16 @@
|
|
|
1734
1694
|
}
|
|
1735
1695
|
.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{
|
|
1736
1696
|
background-color: initial !important;
|
|
1737
|
-
background-image: $
|
|
1697
|
+
background-image: $fk-feather-hover-on-surface-gradient !important;
|
|
1738
1698
|
|
|
1739
1699
|
}
|
|
1740
1700
|
.k-button.k-active.k-button-flat,.k-button.k-state-active.k-button-flat,.k-button:active.k-button-flat{
|
|
1741
1701
|
background-color: initial !important;
|
|
1742
|
-
background-image: $
|
|
1702
|
+
background-image: $fk-feather-active-on-surface-gradient !important;
|
|
1743
1703
|
|
|
1744
1704
|
}
|
|
1745
1705
|
.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{
|
|
1746
|
-
color: $
|
|
1706
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1747
1707
|
|
|
1748
1708
|
}
|
|
1749
1709
|
.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{
|
|
@@ -1751,24 +1711,24 @@
|
|
|
1751
1711
|
|
|
1752
1712
|
}
|
|
1753
1713
|
.k-button.k-selected.k-button-flat{
|
|
1754
|
-
background-color: $
|
|
1714
|
+
background-color: $fk-feather-secondary-text-on-surface !important;
|
|
1755
1715
|
background-image: none !important;
|
|
1756
1716
|
|
|
1757
1717
|
}
|
|
1758
1718
|
.k-button.k-selected{
|
|
1759
|
-
color: $
|
|
1760
|
-
background-image: $
|
|
1719
|
+
color: $fk-feather-primary-text-on-color;
|
|
1720
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
1761
1721
|
|
|
1762
1722
|
}
|
|
1763
1723
|
.k-button.k-selected.k-button-solid-base{
|
|
1764
|
-
background-color: $
|
|
1724
|
+
background-color: $fk-kendo-button-selected-bg;
|
|
1765
1725
|
|
|
1766
1726
|
}
|
|
1767
1727
|
.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{
|
|
1768
|
-
border-bottom-color: $
|
|
1769
|
-
border-left-color: $
|
|
1770
|
-
border-right-color: $
|
|
1771
|
-
border-top-color: $
|
|
1728
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
1729
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
1730
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
1731
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
1772
1732
|
|
|
1773
1733
|
}
|
|
1774
1734
|
.k-button-group .k-button{
|
|
@@ -1776,26 +1736,26 @@
|
|
|
1776
1736
|
transition-duration: 280ms;
|
|
1777
1737
|
z-index: 1;
|
|
1778
1738
|
border-inline-start-width: 2px;
|
|
1779
|
-
box-shadow: inset 1px 0px 0px 0px $
|
|
1739
|
+
box-shadow: inset 1px 0px 0px 0px $fk-kendo-button-border,inset -1px 0px 0px 0px $fk-kendo-button-border;
|
|
1780
1740
|
|
|
1781
1741
|
}
|
|
1782
1742
|
.k-button.k-selected.k-button-outline.k-button-outline-base{
|
|
1783
|
-
background-color: $
|
|
1743
|
+
background-color: $fk-feather-secondary-text-on-surface;
|
|
1784
1744
|
|
|
1785
1745
|
}
|
|
1786
1746
|
.k-button.k-selected.k-button-outline{
|
|
1787
|
-
background-image: $
|
|
1747
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
1788
1748
|
|
|
1789
1749
|
}
|
|
1790
1750
|
.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{
|
|
1791
|
-
border-bottom-color: $
|
|
1792
|
-
border-left-color: $
|
|
1793
|
-
border-right-color: $
|
|
1794
|
-
border-top-color: $
|
|
1751
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
1752
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
1753
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
1754
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
1795
1755
|
|
|
1796
1756
|
}
|
|
1797
1757
|
.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{
|
|
1798
|
-
@extend %
|
|
1758
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
1799
1759
|
border-bottom-color: transparent;
|
|
1800
1760
|
border-left-color: transparent;
|
|
1801
1761
|
border-right-color: transparent;
|
|
@@ -1803,18 +1763,18 @@
|
|
|
1803
1763
|
|
|
1804
1764
|
}
|
|
1805
1765
|
.k-chip.k-chip-outline.k-selected{
|
|
1806
|
-
color: $
|
|
1807
|
-
background-color: $
|
|
1766
|
+
color: $fk-feather-primary-text-on-color;
|
|
1767
|
+
background-color: $fk-kendo-chip-outline-selected-bg;
|
|
1808
1768
|
background-image: none;
|
|
1809
1769
|
|
|
1810
1770
|
}
|
|
1811
1771
|
.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{
|
|
1812
|
-
border-bottom-color: $
|
|
1813
|
-
border-left-color: $
|
|
1814
|
-
border-right-color: $
|
|
1815
|
-
border-top-color: $
|
|
1816
|
-
background-color: $
|
|
1817
|
-
color: $
|
|
1772
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
1773
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
1774
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
1775
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
1776
|
+
background-color: $fk-feather-border-light-on-surface;
|
|
1777
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1818
1778
|
|
|
1819
1779
|
}
|
|
1820
1780
|
.k-chip.k-chip-outline.k-disabled, .k-chip.k-chip-outline.k-state-disabled, .k-chip.k-chip-outline:disabled{
|
|
@@ -1822,10 +1782,10 @@
|
|
|
1822
1782
|
|
|
1823
1783
|
}
|
|
1824
1784
|
.k-textarea.k-input .k-input-inner{
|
|
1825
|
-
min-height: $
|
|
1785
|
+
min-height: $fk-feather-container-height-lg;
|
|
1826
1786
|
min-width: 148px;
|
|
1827
|
-
padding-top: $
|
|
1828
|
-
padding-bottom: $
|
|
1787
|
+
padding-top: $fk-kendo-input-lg-padding-y;
|
|
1788
|
+
padding-bottom: $fk-kendo-input-lg-padding-y;
|
|
1829
1789
|
|
|
1830
1790
|
}
|
|
1831
1791
|
.k-textarea.k-input{
|
|
@@ -1842,7 +1802,7 @@
|
|
|
1842
1802
|
|
|
1843
1803
|
}
|
|
1844
1804
|
.k-textarea.k-input.k-state-focus-within.k-input-solid,.k-textarea.k-input:focus-within.k-input-solid{
|
|
1845
|
-
@extend %
|
|
1805
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1846
1806
|
|
|
1847
1807
|
}
|
|
1848
1808
|
.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{
|
|
@@ -1853,11 +1813,11 @@
|
|
|
1853
1813
|
|
|
1854
1814
|
}
|
|
1855
1815
|
.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{
|
|
1856
|
-
border-bottom-color: $
|
|
1857
|
-
border-left-color: $
|
|
1858
|
-
border-right-color: $
|
|
1859
|
-
border-top-color: $
|
|
1860
|
-
color: $
|
|
1816
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
1817
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
1818
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
1819
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
1820
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1861
1821
|
|
|
1862
1822
|
}
|
|
1863
1823
|
.k-textarea.k-input.k-disabled,.k-textarea.k-input.k-state-disabled,.k-textarea.k-input:disabled{
|
|
@@ -1871,12 +1831,12 @@
|
|
|
1871
1831
|
|
|
1872
1832
|
}
|
|
1873
1833
|
.k-maskedtextbox.k-input.k-state-focus-within.k-input-solid,.k-maskedtextbox.k-input:focus-within.k-input-solid{
|
|
1874
|
-
@extend %
|
|
1834
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1875
1835
|
color: k-color( primary );
|
|
1876
1836
|
|
|
1877
1837
|
}
|
|
1878
1838
|
.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{
|
|
1879
|
-
@extend %
|
|
1839
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
1880
1840
|
|
|
1881
1841
|
}
|
|
1882
1842
|
.k-maskedtextbox.k-input.k-disabled,.k-maskedtextbox.k-input.k-state-disabled,.k-maskedtextbox.k-input:disabled{
|
|
@@ -1890,20 +1850,20 @@
|
|
|
1890
1850
|
|
|
1891
1851
|
}
|
|
1892
1852
|
.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{
|
|
1893
|
-
color: $
|
|
1894
|
-
border-bottom-color: $
|
|
1895
|
-
border-left-color: $
|
|
1896
|
-
border-right-color: $
|
|
1897
|
-
border-top-color: $
|
|
1853
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1854
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
1855
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
1856
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
1857
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
1898
1858
|
|
|
1899
1859
|
}
|
|
1900
1860
|
.k-maskedtextbox.k-input .k-input-inner.k-state-readonly,.k-maskedtextbox.k-input .k-input-inner[readonly]{
|
|
1901
|
-
background-color: $
|
|
1861
|
+
background-color: $fk-feather-border-light-on-surface;
|
|
1902
1862
|
background-image: none;
|
|
1903
1863
|
|
|
1904
1864
|
}
|
|
1905
1865
|
.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{
|
|
1906
|
-
@extend %
|
|
1866
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
1907
1867
|
|
|
1908
1868
|
}
|
|
1909
1869
|
.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{
|
|
@@ -1919,15 +1879,15 @@
|
|
|
1919
1879
|
border-left-color: currentcolor;
|
|
1920
1880
|
border-right-color: currentcolor;
|
|
1921
1881
|
border-top-color: currentcolor;
|
|
1922
|
-
color: $
|
|
1882
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1923
1883
|
|
|
1924
1884
|
}
|
|
1925
1885
|
.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{
|
|
1926
|
-
@extend %
|
|
1886
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
1927
1887
|
|
|
1928
1888
|
}
|
|
1929
1889
|
.k-dateinput.k-input.k-state-focus-within.k-input-solid,.k-dateinput.k-input:focus-within.k-input-solid{
|
|
1930
|
-
@extend %
|
|
1890
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1931
1891
|
border-bottom-color: currentcolor;
|
|
1932
1892
|
border-left-color: currentcolor;
|
|
1933
1893
|
border-right-color: currentcolor;
|
|
@@ -1944,7 +1904,7 @@
|
|
|
1944
1904
|
|
|
1945
1905
|
}
|
|
1946
1906
|
.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{
|
|
1947
|
-
@extend %
|
|
1907
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
1948
1908
|
border-bottom-color: currentcolor;
|
|
1949
1909
|
border-left-color: currentcolor;
|
|
1950
1910
|
border-right-color: currentcolor;
|
|
@@ -1956,23 +1916,23 @@
|
|
|
1956
1916
|
|
|
1957
1917
|
}
|
|
1958
1918
|
.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{
|
|
1959
|
-
color: $
|
|
1960
|
-
border-bottom-color: $
|
|
1961
|
-
border-left-color: $
|
|
1962
|
-
border-right-color: $
|
|
1963
|
-
border-top-color: $
|
|
1919
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1920
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
1921
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
1922
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
1923
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
1964
1924
|
|
|
1965
1925
|
}
|
|
1966
1926
|
.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{
|
|
1967
|
-
color: $
|
|
1927
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1968
1928
|
|
|
1969
1929
|
}
|
|
1970
1930
|
.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{
|
|
1971
|
-
@extend %
|
|
1931
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
1972
1932
|
|
|
1973
1933
|
}
|
|
1974
1934
|
.k-datepicker.k-input.k-state-focus-within.k-input-solid,.k-datepicker.k-input:focus-within.k-input-solid{
|
|
1975
|
-
@extend %
|
|
1935
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
1976
1936
|
color: k-color( primary );
|
|
1977
1937
|
|
|
1978
1938
|
}
|
|
@@ -1984,19 +1944,19 @@
|
|
|
1984
1944
|
|
|
1985
1945
|
}
|
|
1986
1946
|
.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{
|
|
1987
|
-
@extend %
|
|
1947
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
1988
1948
|
|
|
1989
1949
|
}
|
|
1990
1950
|
.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{
|
|
1991
|
-
color: $
|
|
1951
|
+
color: $fk-feather-primary-text-on-surface;
|
|
1992
1952
|
|
|
1993
1953
|
}
|
|
1994
1954
|
.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{
|
|
1995
|
-
@extend %
|
|
1955
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
1996
1956
|
|
|
1997
1957
|
}
|
|
1998
1958
|
.k-timepicker.k-input.k-state-focus-within.k-input-solid,.k-timepicker.k-input:focus-within.k-input-solid{
|
|
1999
|
-
@extend %
|
|
1959
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
2000
1960
|
color: k-color( primary );
|
|
2001
1961
|
|
|
2002
1962
|
}
|
|
@@ -2008,7 +1968,7 @@
|
|
|
2008
1968
|
|
|
2009
1969
|
}
|
|
2010
1970
|
.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{
|
|
2011
|
-
@extend %
|
|
1971
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2012
1972
|
|
|
2013
1973
|
}
|
|
2014
1974
|
.k-timepicker.k-input.k-disabled,.k-timepicker.k-input.k-state-disabled,.k-timepicker.k-input:disabled{
|
|
@@ -2016,21 +1976,21 @@
|
|
|
2016
1976
|
|
|
2017
1977
|
}
|
|
2018
1978
|
.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{
|
|
2019
|
-
color: $
|
|
2020
|
-
border-bottom-color: $
|
|
2021
|
-
border-left-color: $
|
|
2022
|
-
border-right-color: $
|
|
2023
|
-
border-top-color: $
|
|
1979
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
1980
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
1981
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
1982
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
1983
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
2024
1984
|
|
|
2025
1985
|
}
|
|
2026
1986
|
.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{
|
|
2027
|
-
color: $
|
|
1987
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2028
1988
|
background-color: initial;
|
|
2029
1989
|
background-image: none;
|
|
2030
1990
|
|
|
2031
1991
|
}
|
|
2032
1992
|
.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{
|
|
2033
|
-
color: $
|
|
1993
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2034
1994
|
|
|
2035
1995
|
}
|
|
2036
1996
|
.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{
|
|
@@ -2042,7 +2002,7 @@
|
|
|
2042
2002
|
|
|
2043
2003
|
}
|
|
2044
2004
|
.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{
|
|
2045
|
-
color: $
|
|
2005
|
+
color: $fk-feather-primary-text-on-surface;
|
|
2046
2006
|
border-bottom-color: currentcolor;
|
|
2047
2007
|
border-left-color: currentcolor;
|
|
2048
2008
|
border-right-color: currentcolor;
|
|
@@ -2050,11 +2010,11 @@
|
|
|
2050
2010
|
|
|
2051
2011
|
}
|
|
2052
2012
|
.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{
|
|
2053
|
-
@extend %
|
|
2013
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
2054
2014
|
|
|
2055
2015
|
}
|
|
2056
2016
|
.k-datetimepicker.k-input.k-state-focus-within.k-input-solid,.k-datetimepicker.k-input:focus-within.k-input-solid{
|
|
2057
|
-
@extend %
|
|
2017
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
2058
2018
|
border-bottom-color: currentcolor;
|
|
2059
2019
|
border-left-color: currentcolor;
|
|
2060
2020
|
border-right-color: currentcolor;
|
|
@@ -2071,7 +2031,7 @@
|
|
|
2071
2031
|
|
|
2072
2032
|
}
|
|
2073
2033
|
.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{
|
|
2074
|
-
@extend %
|
|
2034
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2075
2035
|
|
|
2076
2036
|
}
|
|
2077
2037
|
.k-datetimepicker.k-input.k-disabled,.k-datetimepicker.k-input.k-state-disabled,.k-datetimepicker.k-input:disabled{
|
|
@@ -2079,59 +2039,59 @@
|
|
|
2079
2039
|
|
|
2080
2040
|
}
|
|
2081
2041
|
.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{
|
|
2082
|
-
color: $
|
|
2083
|
-
border-bottom-color: $
|
|
2084
|
-
border-left-color: $
|
|
2085
|
-
border-right-color: $
|
|
2086
|
-
border-top-color: $
|
|
2042
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2043
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
2044
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
2045
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
2046
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
2087
2047
|
|
|
2088
2048
|
}
|
|
2089
2049
|
.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{
|
|
2090
|
-
color: $
|
|
2050
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2091
2051
|
|
|
2092
2052
|
}
|
|
2093
2053
|
.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{
|
|
2094
|
-
background-color: $
|
|
2054
|
+
background-color: $fk-kendo-button-bg;
|
|
2095
2055
|
background-image: none;
|
|
2096
2056
|
|
|
2097
2057
|
}
|
|
2098
2058
|
.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{
|
|
2099
|
-
background-color: $
|
|
2059
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2100
2060
|
background-image: linear-gradient(transparent, transparent);
|
|
2101
2061
|
border-bottom-style: none;
|
|
2102
2062
|
border-left-style: none;
|
|
2103
2063
|
border-right-style: solid;
|
|
2104
2064
|
border-top-style: none;
|
|
2105
|
-
border-right-color: $
|
|
2106
|
-
border-right-width: $
|
|
2065
|
+
border-right-color: $fk-kendo-button-border;
|
|
2066
|
+
border-right-width: $fk-kendo-button-border-width;
|
|
2107
2067
|
|
|
2108
2068
|
}
|
|
2109
2069
|
.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{
|
|
2110
|
-
background-color: $
|
|
2070
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2111
2071
|
background-image: linear-gradient(transparent, transparent);
|
|
2112
2072
|
border-bottom-style: none;
|
|
2113
2073
|
border-left-style: solid;
|
|
2114
2074
|
border-right-style: none;
|
|
2115
2075
|
border-top-style: none;
|
|
2116
|
-
border-left-color: $
|
|
2117
|
-
border-left-width: $
|
|
2076
|
+
border-left-color: $fk-kendo-button-border;
|
|
2077
|
+
border-left-width: $fk-kendo-button-border-width;
|
|
2118
2078
|
box-shadow: none;
|
|
2119
2079
|
|
|
2120
2080
|
}
|
|
2121
2081
|
.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{
|
|
2122
|
-
background-color: $
|
|
2123
|
-
background-image: $
|
|
2082
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2083
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
2124
2084
|
|
|
2125
2085
|
}
|
|
2126
2086
|
.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{
|
|
2127
|
-
background-color: $
|
|
2128
|
-
background-image: $
|
|
2087
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2088
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
2129
2089
|
|
|
2130
2090
|
}
|
|
2131
2091
|
.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{
|
|
2132
|
-
@extend %
|
|
2133
|
-
background-color: $
|
|
2134
|
-
background-image: $
|
|
2092
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
2093
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2094
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
2135
2095
|
border-bottom-style: none;
|
|
2136
2096
|
border-left-style: none;
|
|
2137
2097
|
border-right-style: none;
|
|
@@ -2139,9 +2099,9 @@
|
|
|
2139
2099
|
|
|
2140
2100
|
}
|
|
2141
2101
|
.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{
|
|
2142
|
-
@extend %
|
|
2143
|
-
background-color: $
|
|
2144
|
-
background-image: $
|
|
2102
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
2103
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2104
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
2145
2105
|
border-bottom-style: none;
|
|
2146
2106
|
border-left-style: none;
|
|
2147
2107
|
border-right-style: none;
|
|
@@ -2149,15 +2109,15 @@
|
|
|
2149
2109
|
|
|
2150
2110
|
}
|
|
2151
2111
|
.k-button.k-selected .k-button-text{
|
|
2152
|
-
color: $
|
|
2112
|
+
color: $fk-feather-primary-text-on-color;
|
|
2153
2113
|
|
|
2154
2114
|
}
|
|
2155
2115
|
.k-button.k-disabled .k-button-text,.k-button.k-state-disabled .k-button-text,.k-button:disabled .k-button-text{
|
|
2156
|
-
color: $
|
|
2116
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2157
2117
|
|
|
2158
2118
|
}
|
|
2159
2119
|
.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{
|
|
2160
|
-
color: $
|
|
2120
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2161
2121
|
|
|
2162
2122
|
}
|
|
2163
2123
|
.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{
|
|
@@ -2173,23 +2133,23 @@
|
|
|
2173
2133
|
|
|
2174
2134
|
}
|
|
2175
2135
|
.k-button.k-selected.k-button-flat.k-button-flat-primary .k-button-text{
|
|
2176
|
-
color: $
|
|
2136
|
+
color: $fk-feather-primary-text-on-color;
|
|
2177
2137
|
|
|
2178
2138
|
}
|
|
2179
2139
|
.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{
|
|
2180
|
-
color: $
|
|
2140
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2181
2141
|
|
|
2182
2142
|
}
|
|
2183
2143
|
.k-chip.k-selected .k-chip-content{
|
|
2184
|
-
color: $
|
|
2144
|
+
color: $fk-feather-primary-text-on-color;
|
|
2185
2145
|
|
|
2186
2146
|
}
|
|
2187
2147
|
.k-button.k-selected.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon{
|
|
2188
|
-
color: $
|
|
2148
|
+
color: $fk-feather-primary;
|
|
2189
2149
|
|
|
2190
2150
|
}
|
|
2191
2151
|
.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{
|
|
2192
|
-
@extend %
|
|
2152
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
2193
2153
|
overflow: visible;
|
|
2194
2154
|
|
|
2195
2155
|
}
|
|
@@ -2198,8 +2158,8 @@
|
|
|
2198
2158
|
|
|
2199
2159
|
}
|
|
2200
2160
|
.k-button-group .k-button.k-button-outline.k-group-end,.k-button-group .k-button.k-button-outline:last-child{
|
|
2201
|
-
border-top-right-radius: $
|
|
2202
|
-
border-bottom-right-radius: $
|
|
2161
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
2162
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
2203
2163
|
box-shadow: inset 0px 0px 0px 1px currentcolor;
|
|
2204
2164
|
|
|
2205
2165
|
}
|
|
@@ -2208,7 +2168,7 @@
|
|
|
2208
2168
|
|
|
2209
2169
|
}
|
|
2210
2170
|
.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{
|
|
2211
|
-
@extend %
|
|
2171
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
2212
2172
|
|
|
2213
2173
|
}
|
|
2214
2174
|
.k-colorgradient .k-colorgradient-inputs.k-hstack .k-vstack .k-input.k-numerictextbox .k-input-inner{
|
|
@@ -2234,76 +2194,66 @@
|
|
|
2234
2194
|
background-color: initial;
|
|
2235
2195
|
background-image: none;
|
|
2236
2196
|
|
|
2237
|
-
}
|
|
2238
|
-
.k-numerictextbox.k-input{
|
|
2239
|
-
height: $feather-feather-container-height-lg;
|
|
2240
|
-
background-image: none;
|
|
2241
|
-
transition-property: all;
|
|
2242
|
-
transition-duration: 280ms;
|
|
2243
|
-
transition-timing-function: ease-out;
|
|
2244
|
-
|
|
2245
2197
|
}
|
|
2246
2198
|
.k-numerictextbox.k-input.k-input-solid{
|
|
2247
|
-
border-bottom-color: $
|
|
2248
|
-
border-left-color: $
|
|
2249
|
-
border-right-color: $
|
|
2250
|
-
border-top-color: $
|
|
2199
|
+
border-bottom-color: $fk-kendo-input-border;
|
|
2200
|
+
border-left-color: $fk-kendo-input-border;
|
|
2201
|
+
border-right-color: $fk-kendo-input-border;
|
|
2202
|
+
border-top-color: $fk-kendo-input-border;
|
|
2251
2203
|
background-color: initial;
|
|
2252
2204
|
|
|
2253
2205
|
}
|
|
2254
|
-
.k-
|
|
2255
|
-
|
|
2256
|
-
background-image: none;
|
|
2206
|
+
.k-numerictextbox.k-input{
|
|
2207
|
+
background-image: none;
|
|
2257
2208
|
transition-property: all;
|
|
2258
2209
|
transition-duration: 280ms;
|
|
2259
2210
|
transition-timing-function: ease-out;
|
|
2211
|
+
height: $fk-feather-container-height-lg;
|
|
2260
2212
|
|
|
2261
2213
|
}
|
|
2262
|
-
.k-maskedtextbox.k-input
|
|
2263
|
-
|
|
2264
|
-
|
|
2265
|
-
|
|
2266
|
-
border-top-color: currentcolor;
|
|
2267
|
-
background-color: initial;
|
|
2214
|
+
.k-maskedtextbox.k-input{
|
|
2215
|
+
transition-property: all;
|
|
2216
|
+
transition-duration: 280ms;
|
|
2217
|
+
transition-timing-function: ease-out;
|
|
2268
2218
|
|
|
2269
2219
|
}
|
|
2270
2220
|
.k-dateinput.k-input{
|
|
2271
2221
|
transition-property: all;
|
|
2272
2222
|
transition-duration: 280ms;
|
|
2273
2223
|
transition-timing-function: ease-out;
|
|
2274
|
-
height: $
|
|
2224
|
+
height: $fk-feather-container-height-lg;
|
|
2275
2225
|
|
|
2276
2226
|
}
|
|
2277
2227
|
.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{
|
|
2278
|
-
color: $
|
|
2228
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2279
2229
|
font-weight: 700;
|
|
2280
2230
|
|
|
2281
2231
|
}
|
|
2282
2232
|
.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{
|
|
2283
|
-
@extend %
|
|
2233
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
2284
2234
|
border-bottom-left-radius: 2px;
|
|
2285
2235
|
border-bottom-right-radius: 2px;
|
|
2286
2236
|
border-top-left-radius: 2px;
|
|
2287
2237
|
border-top-right-radius: 2px;
|
|
2288
|
-
border-bottom-color: $
|
|
2238
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
2289
2239
|
border-bottom-style: hidden;
|
|
2290
2240
|
border-bottom-width: 1px;
|
|
2291
2241
|
|
|
2292
2242
|
}
|
|
2293
2243
|
.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{
|
|
2294
|
-
background-color: $
|
|
2244
|
+
background-color: $fk-feather-primary;
|
|
2295
2245
|
|
|
2296
2246
|
}
|
|
2297
2247
|
.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{
|
|
2298
|
-
background-image: $
|
|
2248
|
+
background-image: $fk-feather-hover-on-color;
|
|
2299
2249
|
|
|
2300
2250
|
}
|
|
2301
2251
|
.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{
|
|
2302
|
-
background-color: $
|
|
2252
|
+
background-color: $fk-feather-primary;
|
|
2303
2253
|
|
|
2304
2254
|
}
|
|
2305
2255
|
.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{
|
|
2306
|
-
background-image: $
|
|
2256
|
+
background-image: $fk-feather-active-on-color;
|
|
2307
2257
|
|
|
2308
2258
|
}
|
|
2309
2259
|
.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{
|
|
@@ -2311,7 +2261,7 @@
|
|
|
2311
2261
|
|
|
2312
2262
|
}
|
|
2313
2263
|
.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{
|
|
2314
|
-
background-image: $
|
|
2264
|
+
background-image: $fk-feather-hover-on-color;
|
|
2315
2265
|
|
|
2316
2266
|
}
|
|
2317
2267
|
.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{
|
|
@@ -2319,16 +2269,16 @@
|
|
|
2319
2269
|
|
|
2320
2270
|
}
|
|
2321
2271
|
.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{
|
|
2322
|
-
background-image: $
|
|
2272
|
+
background-image: $fk-feather-active-on-color;
|
|
2323
2273
|
|
|
2324
2274
|
}
|
|
2325
2275
|
.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row.k-selected >td{
|
|
2326
2276
|
background-color: initial;
|
|
2327
|
-
background-image: $
|
|
2277
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
2328
2278
|
|
|
2329
2279
|
}
|
|
2330
2280
|
.k-grid.k-grid-md .k-table-tbody .k-master-row.k-table-row .k-group-cell{
|
|
2331
|
-
background-color: $
|
|
2281
|
+
background-color: $fk-feather-background;
|
|
2332
2282
|
background-image: none;
|
|
2333
2283
|
|
|
2334
2284
|
}
|
|
@@ -2341,16 +2291,16 @@
|
|
|
2341
2291
|
|
|
2342
2292
|
}
|
|
2343
2293
|
.k-pager .k-pager-sizes .k-dropdownlist .k-input-inner .k-input-value-text{
|
|
2344
|
-
@extend %
|
|
2345
|
-
color: $
|
|
2294
|
+
@extend %fk-typography-feather-body-small;
|
|
2295
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2346
2296
|
|
|
2347
2297
|
}
|
|
2348
2298
|
.k-pager .k-pager-numbers-wrap .k-pager-numbers .k-button.k-button-flat.k-button-flat-primary .k-button-text{
|
|
2349
|
-
color: $
|
|
2299
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2350
2300
|
|
|
2351
2301
|
}
|
|
2352
2302
|
.k-pager .k-pager-numbers-wrap .k-pager-numbers .k-button.k-button-flat.k-button-flat-primary.k-selected .k-button-text{
|
|
2353
|
-
color: $
|
|
2303
|
+
color: $fk-feather-primary-text-on-color;
|
|
2354
2304
|
|
|
2355
2305
|
}
|
|
2356
2306
|
.k-pager .k-pager-numbers-wrap .k-pager-numbers .k-button.k-button-flat.k-button-flat-primary{
|
|
@@ -2361,10 +2311,10 @@
|
|
|
2361
2311
|
|
|
2362
2312
|
}
|
|
2363
2313
|
.k-pager .k-pager-numbers-wrap .k-button.k-pager-nav.k-pager-first{
|
|
2364
|
-
border-bottom-left-radius: $
|
|
2365
|
-
border-bottom-right-radius: $
|
|
2366
|
-
border-top-left-radius: $
|
|
2367
|
-
border-top-right-radius: $
|
|
2314
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
2315
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
2316
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
2317
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
2368
2318
|
|
|
2369
2319
|
}
|
|
2370
2320
|
.k-pager.k-pager-md{
|
|
@@ -2372,7 +2322,7 @@
|
|
|
2372
2322
|
|
|
2373
2323
|
}
|
|
2374
2324
|
.k-pager{
|
|
2375
|
-
background-color: $
|
|
2325
|
+
background-color: $fk-feather-surface;
|
|
2376
2326
|
background-image: none;
|
|
2377
2327
|
|
|
2378
2328
|
}
|
|
@@ -2385,22 +2335,22 @@
|
|
|
2385
2335
|
|
|
2386
2336
|
}
|
|
2387
2337
|
.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected{
|
|
2388
|
-
border-left-color: $
|
|
2338
|
+
border-left-color: $fk-feather-primary;
|
|
2389
2339
|
border-left-style: solid;
|
|
2390
2340
|
border-left-width: 3px;
|
|
2391
2341
|
background-color: initial;
|
|
2392
|
-
background-image: $
|
|
2342
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
2393
2343
|
|
|
2394
2344
|
}
|
|
2395
2345
|
.k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected .k-list-item-text{
|
|
2396
2346
|
position: relative;
|
|
2397
2347
|
left: -3px;
|
|
2398
|
-
color: $
|
|
2348
|
+
color: $fk-feather-primary;
|
|
2399
2349
|
font-weight: 700;
|
|
2400
2350
|
|
|
2401
2351
|
}
|
|
2402
2352
|
.k-datepicker.k-input{
|
|
2403
|
-
height: $
|
|
2353
|
+
height: $fk-feather-container-height-lg;
|
|
2404
2354
|
transition-property: all;
|
|
2405
2355
|
transition-duration: 280ms;
|
|
2406
2356
|
transition-timing-function: ease-out;
|
|
@@ -2414,7 +2364,7 @@
|
|
|
2414
2364
|
|
|
2415
2365
|
}
|
|
2416
2366
|
.k-timepicker.k-input{
|
|
2417
|
-
height: $
|
|
2367
|
+
height: $fk-feather-container-height-lg;
|
|
2418
2368
|
transition-duration: 280ms;
|
|
2419
2369
|
transition-property: all;
|
|
2420
2370
|
transition-timing-function: ease-out;
|
|
@@ -2429,7 +2379,7 @@
|
|
|
2429
2379
|
|
|
2430
2380
|
}
|
|
2431
2381
|
.k-datetimepicker.k-input{
|
|
2432
|
-
height: $
|
|
2382
|
+
height: $fk-feather-container-height-lg;
|
|
2433
2383
|
transition-property: all;
|
|
2434
2384
|
transition-duration: 280ms;
|
|
2435
2385
|
transition-timing-function: ease-out;
|
|
@@ -2444,40 +2394,19 @@
|
|
|
2444
2394
|
}
|
|
2445
2395
|
.k-datetimepicker.k-input .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-input-button{
|
|
2446
2396
|
align-items: center;
|
|
2397
|
+
color: $fk-feather-icon-on-neutral;
|
|
2447
2398
|
height: 100%;
|
|
2448
|
-
|
|
2449
|
-
|
|
2450
|
-
|
|
2451
|
-
}
|
|
2452
|
-
.k-calendar .k-calendar-view .k-calendar-header{
|
|
2453
|
-
padding-top: 0.25rem;
|
|
2454
|
-
padding-bottom: 12px;
|
|
2455
|
-
|
|
2456
|
-
}
|
|
2457
|
-
.k-calendar .k-calendar-view .k-content.k-scrollable{
|
|
2458
|
-
background-color: $feather-feather-surface;
|
|
2459
|
-
background-image: none;
|
|
2460
|
-
|
|
2461
|
-
}
|
|
2462
|
-
.k-calendar .k-calendar-view.k-calendar-monthview .k-calendar-table.k-calendar-weekdays .k-calendar-thead .k-calendar-tr .k-calendar-th{
|
|
2463
|
-
width: 40px;
|
|
2464
|
-
height: 40px;
|
|
2465
|
-
|
|
2466
|
-
}
|
|
2467
|
-
.k-calendar{
|
|
2468
|
-
border-bottom-left-radius: $feather-feather-border-radius-m;
|
|
2469
|
-
border-bottom-right-radius: $feather-feather-border-radius-m;
|
|
2470
|
-
border-top-left-radius: $feather-feather-border-radius-m;
|
|
2471
|
-
border-top-right-radius: $feather-feather-border-radius-m;
|
|
2399
|
+
aspect-ratio: 1/1;
|
|
2400
|
+
width: unset;
|
|
2472
2401
|
|
|
2473
2402
|
}
|
|
2474
2403
|
.k-dropdownlist .k-input-inner .k-input-value-text{
|
|
2475
|
-
@extend %
|
|
2476
|
-
color: $
|
|
2404
|
+
@extend %fk-typography-feather-body-small;
|
|
2405
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2477
2406
|
|
|
2478
2407
|
}
|
|
2479
2408
|
.k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item.k-selected{
|
|
2480
|
-
box-shadow: inset 4px 0px 0px 0px $
|
|
2409
|
+
box-shadow: inset 4px 0px 0px 0px $fk-feather-primary;
|
|
2481
2410
|
border-bottom-style: none;
|
|
2482
2411
|
border-left-style: none;
|
|
2483
2412
|
border-right-style: none;
|
|
@@ -2498,7 +2427,7 @@
|
|
|
2498
2427
|
}
|
|
2499
2428
|
.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{
|
|
2500
2429
|
background-color: initial;
|
|
2501
|
-
background-image: $
|
|
2430
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
2502
2431
|
|
|
2503
2432
|
}
|
|
2504
2433
|
.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{
|
|
@@ -2518,7 +2447,7 @@
|
|
|
2518
2447
|
|
|
2519
2448
|
}
|
|
2520
2449
|
.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{
|
|
2521
|
-
@extend %
|
|
2450
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2522
2451
|
border-bottom-color: currentcolor;
|
|
2523
2452
|
border-left-color: currentcolor;
|
|
2524
2453
|
border-right-color: currentcolor;
|
|
@@ -2533,40 +2462,40 @@
|
|
|
2533
2462
|
|
|
2534
2463
|
}
|
|
2535
2464
|
.k-dropdownlist.k-disabled.k-picker-solid,.k-dropdownlist.k-state-disabled.k-picker-solid,.k-dropdownlist:disabled.k-picker-solid{
|
|
2536
|
-
border-bottom-color: $
|
|
2537
|
-
border-left-color: $
|
|
2538
|
-
border-right-color: $
|
|
2539
|
-
border-top-color: $
|
|
2465
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
2466
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
2467
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
2468
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
2540
2469
|
|
|
2541
2470
|
}
|
|
2542
2471
|
.k-autocomplete.k-input .k-input-inner{
|
|
2543
|
-
@extend %
|
|
2544
|
-
color: $
|
|
2472
|
+
@extend %fk-typography-feather-body-small;
|
|
2473
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2545
2474
|
|
|
2546
2475
|
}
|
|
2547
2476
|
.k-autocomplete.k-input{
|
|
2548
|
-
height: $
|
|
2477
|
+
height: $fk-feather-container-height-lg;
|
|
2549
2478
|
background-image: none;
|
|
2550
2479
|
|
|
2551
2480
|
}
|
|
2552
2481
|
.k-autocomplete.k-input.k-input-solid{
|
|
2553
|
-
color: $
|
|
2554
|
-
border-bottom-color: $
|
|
2555
|
-
border-left-color: $
|
|
2556
|
-
border-right-color: $
|
|
2557
|
-
border-top-color: $
|
|
2482
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2483
|
+
border-bottom-color: $fk-feather-secondary-text-on-surface;
|
|
2484
|
+
border-left-color: $fk-feather-secondary-text-on-surface;
|
|
2485
|
+
border-right-color: $fk-feather-secondary-text-on-surface;
|
|
2486
|
+
border-top-color: $fk-feather-secondary-text-on-surface;
|
|
2558
2487
|
background-color: initial;
|
|
2559
2488
|
|
|
2560
2489
|
}
|
|
2561
2490
|
.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{
|
|
2562
|
-
border-bottom-color: $
|
|
2563
|
-
border-left-color: $
|
|
2564
|
-
border-right-color: $
|
|
2565
|
-
border-top-color: $
|
|
2491
|
+
border-bottom-color: $fk-feather-primary-text-on-surface;
|
|
2492
|
+
border-left-color: $fk-feather-primary-text-on-surface;
|
|
2493
|
+
border-right-color: $fk-feather-primary-text-on-surface;
|
|
2494
|
+
border-top-color: $fk-feather-primary-text-on-surface;
|
|
2566
2495
|
|
|
2567
2496
|
}
|
|
2568
2497
|
.k-autocomplete.k-input.k-state-focus-within.k-input-solid,.k-autocomplete.k-input:focus-within.k-input-solid{
|
|
2569
|
-
@extend %
|
|
2498
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
2570
2499
|
border-bottom-color: k-color( primary );
|
|
2571
2500
|
border-left-color: k-color( primary );
|
|
2572
2501
|
border-right-color: k-color( primary );
|
|
@@ -2591,7 +2520,7 @@
|
|
|
2591
2520
|
|
|
2592
2521
|
}
|
|
2593
2522
|
.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{
|
|
2594
|
-
@extend %
|
|
2523
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2595
2524
|
border-bottom-color: currentcolor;
|
|
2596
2525
|
border-left-color: currentcolor;
|
|
2597
2526
|
border-right-color: currentcolor;
|
|
@@ -2599,11 +2528,11 @@
|
|
|
2599
2528
|
|
|
2600
2529
|
}
|
|
2601
2530
|
.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{
|
|
2602
|
-
border-bottom-color: $
|
|
2603
|
-
border-left-color: $
|
|
2604
|
-
border-right-color: $
|
|
2605
|
-
border-top-color: $
|
|
2606
|
-
color: $
|
|
2531
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
2532
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
2533
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
2534
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
2535
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2607
2536
|
|
|
2608
2537
|
}
|
|
2609
2538
|
.k-autocomplete.k-input.k-disabled,.k-autocomplete.k-input.k-state-disabled,.k-autocomplete.k-input:disabled{
|
|
@@ -2611,45 +2540,45 @@
|
|
|
2611
2540
|
|
|
2612
2541
|
}
|
|
2613
2542
|
.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{
|
|
2614
|
-
color: $
|
|
2543
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2615
2544
|
|
|
2616
2545
|
}
|
|
2617
2546
|
.k-autocomplete .k-clear-value{
|
|
2618
|
-
width: $
|
|
2619
|
-
height: $
|
|
2547
|
+
width: $fk-feather-container-height-xs;
|
|
2548
|
+
height: $fk-feather-container-height-xs;
|
|
2620
2549
|
margin-right: 4px;
|
|
2621
2550
|
margin-left: 4px;
|
|
2622
|
-
color: $
|
|
2551
|
+
color: $fk-feather-icon-on-neutral;
|
|
2623
2552
|
opacity: 100%;
|
|
2624
2553
|
|
|
2625
2554
|
}
|
|
2626
2555
|
.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{
|
|
2627
2556
|
background-color: initial;
|
|
2628
|
-
background-image: $
|
|
2557
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
2629
2558
|
border-bottom-left-radius: 100px;
|
|
2630
2559
|
border-bottom-right-radius: 100px;
|
|
2631
2560
|
border-top-left-radius: 100px;
|
|
2632
2561
|
border-top-right-radius: 100px;
|
|
2633
|
-
color: $
|
|
2562
|
+
color: $fk-feather-primary-text-on-surface;
|
|
2634
2563
|
|
|
2635
2564
|
}
|
|
2636
2565
|
.k-autocomplete .k-clear-value .k-icon.k-svg-icon{
|
|
2637
|
-
color: $
|
|
2566
|
+
color: $fk-feather-icon-on-neutral;
|
|
2638
2567
|
|
|
2639
2568
|
}
|
|
2640
2569
|
.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{
|
|
2641
|
-
color: $
|
|
2570
|
+
color: $fk-feather-primary-text-on-surface;
|
|
2642
2571
|
|
|
2643
2572
|
}
|
|
2644
2573
|
.k-combobox.k-input .k-input-inner{
|
|
2645
|
-
color: $
|
|
2574
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2646
2575
|
|
|
2647
2576
|
}
|
|
2648
2577
|
.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{
|
|
2649
|
-
border-bottom-color: $
|
|
2650
|
-
border-left-color: $
|
|
2651
|
-
border-right-color: $
|
|
2652
|
-
border-top-color: $
|
|
2578
|
+
border-bottom-color: $fk-feather-primary-text-on-surface;
|
|
2579
|
+
border-left-color: $fk-feather-primary-text-on-surface;
|
|
2580
|
+
border-right-color: $fk-feather-primary-text-on-surface;
|
|
2581
|
+
border-top-color: $fk-feather-primary-text-on-surface;
|
|
2653
2582
|
|
|
2654
2583
|
}
|
|
2655
2584
|
.k-combobox.k-input.k-state-focus-within,.k-combobox.k-input:focus-within{
|
|
@@ -2660,7 +2589,7 @@
|
|
|
2660
2589
|
|
|
2661
2590
|
}
|
|
2662
2591
|
.k-combobox.k-input.k-state-focus-within.k-input-solid,.k-combobox.k-input:focus-within.k-input-solid{
|
|
2663
|
-
@extend %
|
|
2592
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
2664
2593
|
|
|
2665
2594
|
}
|
|
2666
2595
|
.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{
|
|
@@ -2678,30 +2607,23 @@
|
|
|
2678
2607
|
|
|
2679
2608
|
}
|
|
2680
2609
|
.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{
|
|
2681
|
-
@extend %
|
|
2610
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2682
2611
|
|
|
2683
2612
|
}
|
|
2684
2613
|
.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{
|
|
2685
|
-
@extend %
|
|
2686
|
-
color:
|
|
2687
|
-
|
|
2688
|
-
}
|
|
2689
|
-
.k-textbox.k-input.k-hover.k-input-solid,.k-textbox.k-input.k-state-hover.k-input-solid,.k-textbox.k-input.k-state-hovered.k-input-solid,.k-textbox.k-input.k-input-solid:hover{
|
|
2690
|
-
border-bottom-color: currentcolor;
|
|
2691
|
-
border-left-color: currentcolor;
|
|
2692
|
-
border-right-color: currentcolor;
|
|
2693
|
-
border-top-color: currentcolor;
|
|
2614
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
2615
|
+
color: unset;
|
|
2694
2616
|
|
|
2695
2617
|
}
|
|
2696
2618
|
.k-numerictextbox.k-input .k-input-inner{
|
|
2697
|
-
@extend %
|
|
2698
|
-
color: $
|
|
2619
|
+
@extend %fk-typography-feather-body-small;
|
|
2620
|
+
color: $fk-kendo-input-text;
|
|
2699
2621
|
height: auto;
|
|
2700
2622
|
|
|
2701
2623
|
}
|
|
2702
2624
|
.k-maskedtextbox.k-input .k-input-inner{
|
|
2703
|
-
@extend %
|
|
2704
|
-
color: $
|
|
2625
|
+
@extend %fk-typography-feather-body-small;
|
|
2626
|
+
color: $fk-kendo-input-text;
|
|
2705
2627
|
height: auto;
|
|
2706
2628
|
|
|
2707
2629
|
}
|
|
@@ -2718,41 +2640,41 @@
|
|
|
2718
2640
|
|
|
2719
2641
|
}
|
|
2720
2642
|
.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{
|
|
2721
|
-
color: $
|
|
2643
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2722
2644
|
|
|
2723
2645
|
}
|
|
2724
2646
|
.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{
|
|
2725
|
-
color: $
|
|
2647
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2726
2648
|
|
|
2727
2649
|
}
|
|
2728
2650
|
.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{
|
|
2729
|
-
color: $
|
|
2651
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2730
2652
|
opacity: 40%;
|
|
2731
2653
|
|
|
2732
2654
|
}
|
|
2733
2655
|
.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{
|
|
2734
|
-
color: $
|
|
2656
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
2735
2657
|
opacity: 40%;
|
|
2736
2658
|
|
|
2737
2659
|
}
|
|
2738
2660
|
.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{
|
|
2739
|
-
color: $
|
|
2661
|
+
color: $fk-feather-primary;
|
|
2740
2662
|
|
|
2741
2663
|
}
|
|
2742
2664
|
.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{
|
|
2743
|
-
color: $
|
|
2665
|
+
color: $fk-feather-primary;
|
|
2744
2666
|
font-weight: 600;
|
|
2745
2667
|
|
|
2746
2668
|
}
|
|
2747
2669
|
.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{
|
|
2748
|
-
color: $
|
|
2670
|
+
color: $fk-feather-primary;
|
|
2749
2671
|
font-weight: 600;
|
|
2750
2672
|
|
|
2751
2673
|
}
|
|
2752
2674
|
.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{
|
|
2753
2675
|
align-items: stretch;
|
|
2754
2676
|
height: 100%;
|
|
2755
|
-
width: $
|
|
2677
|
+
width: $fk-feather-container-height-xs;
|
|
2756
2678
|
|
|
2757
2679
|
}
|
|
2758
2680
|
.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{
|
|
@@ -2764,11 +2686,11 @@
|
|
|
2764
2686
|
height: 100%;
|
|
2765
2687
|
display: flex;
|
|
2766
2688
|
align-items: stretch;
|
|
2767
|
-
width: $
|
|
2689
|
+
width: $fk-feather-container-height-xs;
|
|
2768
2690
|
|
|
2769
2691
|
}
|
|
2770
2692
|
.k-column-menu.k-grid-columnmenu-popup.k-popup .k-columnmenu-item-wrapper .k-columnmenu-item{
|
|
2771
|
-
height: $
|
|
2693
|
+
height: $fk-feather-container-height-sm;
|
|
2772
2694
|
display: flex;
|
|
2773
2695
|
align-items: center;
|
|
2774
2696
|
justify-content: start;
|
|
@@ -2789,7 +2711,7 @@
|
|
|
2789
2711
|
|
|
2790
2712
|
}
|
|
2791
2713
|
.k-popup.k-list-container.k-dropdownlist-popup{
|
|
2792
|
-
@extend %
|
|
2714
|
+
@extend %fk-effects-feather-elevation-04dp;
|
|
2793
2715
|
|
|
2794
2716
|
}
|
|
2795
2717
|
.k-dropdowntree.k-picker-solid{
|
|
@@ -2798,19 +2720,19 @@
|
|
|
2798
2720
|
}
|
|
2799
2721
|
.k-dropdowntree{
|
|
2800
2722
|
background-image: none;
|
|
2801
|
-
min-height: $
|
|
2723
|
+
min-height: $fk-feather-container-height-lg;
|
|
2802
2724
|
transition-property: all;
|
|
2803
2725
|
transition-duration: 280ms;
|
|
2804
2726
|
transition-timing-function: ease-out;
|
|
2805
2727
|
|
|
2806
2728
|
}
|
|
2807
2729
|
.k-dropdowntree .k-input-inner .k-input-value-text{
|
|
2808
|
-
@extend %
|
|
2809
|
-
color: $
|
|
2730
|
+
@extend %fk-typography-feather-body-small;
|
|
2731
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2810
2732
|
|
|
2811
2733
|
}
|
|
2812
2734
|
.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{
|
|
2813
|
-
@extend %
|
|
2735
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
2814
2736
|
border-bottom-color: transparent;
|
|
2815
2737
|
border-left-color: transparent;
|
|
2816
2738
|
border-right-color: transparent;
|
|
@@ -2825,7 +2747,7 @@
|
|
|
2825
2747
|
|
|
2826
2748
|
}
|
|
2827
2749
|
.k-dropdowntree-popup.k-popup{
|
|
2828
|
-
@extend %
|
|
2750
|
+
@extend %fk-effects-feather-elevation-04dp;
|
|
2829
2751
|
border-bottom-style: none;
|
|
2830
2752
|
border-left-style: none;
|
|
2831
2753
|
border-right-style: none;
|
|
@@ -2838,22 +2760,22 @@
|
|
|
2838
2760
|
|
|
2839
2761
|
}
|
|
2840
2762
|
.k-popup.k-list-container{
|
|
2841
|
-
padding-bottom: $
|
|
2763
|
+
padding-bottom: $fk-feather-spacing-xs;
|
|
2842
2764
|
|
|
2843
2765
|
}
|
|
2844
2766
|
.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{
|
|
2845
|
-
@extend %
|
|
2767
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
2846
2768
|
|
|
2847
2769
|
}
|
|
2848
2770
|
.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{
|
|
2849
|
-
@extend %
|
|
2771
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
2850
2772
|
|
|
2851
2773
|
}
|
|
2852
2774
|
.k-treeview .k-treeview-group .k-treeview-item .k-treeview-leaf{
|
|
2853
|
-
padding-top: $
|
|
2854
|
-
padding-bottom: $
|
|
2855
|
-
padding-right: $
|
|
2856
|
-
padding-left: $
|
|
2775
|
+
padding-top: $fk-feather-spacing-xs;
|
|
2776
|
+
padding-bottom: $fk-feather-spacing-xs;
|
|
2777
|
+
padding-right: $fk-feather-spacing-m;
|
|
2778
|
+
padding-left: $fk-feather-spacing-m;
|
|
2857
2779
|
transition-property: all;
|
|
2858
2780
|
transition-duration: 280ms;
|
|
2859
2781
|
transition-timing-function: ease-out;
|
|
@@ -2867,14 +2789,14 @@
|
|
|
2867
2789
|
|
|
2868
2790
|
}
|
|
2869
2791
|
.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{
|
|
2870
|
-
@extend %
|
|
2792
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
2871
2793
|
background-color: initial;
|
|
2872
|
-
background-image: $
|
|
2794
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
2873
2795
|
|
|
2874
2796
|
}
|
|
2875
2797
|
.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{
|
|
2876
2798
|
background-color: initial;
|
|
2877
|
-
background-image: $
|
|
2799
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
2878
2800
|
|
|
2879
2801
|
}
|
|
2880
2802
|
.k-form .k-form-fieldset .k-form-field{
|
|
@@ -2882,14 +2804,14 @@
|
|
|
2882
2804
|
|
|
2883
2805
|
}
|
|
2884
2806
|
.k-form.k-form-horizontal .k-form-fieldset .k-form-field{
|
|
2885
|
-
@extend %
|
|
2807
|
+
@extend %fk-typography-feather-body-small;
|
|
2886
2808
|
align-items: start;
|
|
2887
2809
|
align-self: stretch;
|
|
2888
2810
|
justify-content: start;
|
|
2889
2811
|
height: 80px;
|
|
2890
2812
|
display: flex;
|
|
2891
2813
|
flex-direction: row;
|
|
2892
|
-
color: $
|
|
2814
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2893
2815
|
|
|
2894
2816
|
}
|
|
2895
2817
|
.k-form.k-form-horizontal .k-form-fieldset{
|
|
@@ -2916,10 +2838,10 @@
|
|
|
2916
2838
|
|
|
2917
2839
|
}
|
|
2918
2840
|
.k-form.k-form-horizontal .k-label .k-label-optional{
|
|
2919
|
-
color: $
|
|
2841
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2920
2842
|
font-family: inter;
|
|
2921
2843
|
font-weight: 500;
|
|
2922
|
-
font-size: $
|
|
2844
|
+
font-size: $fk-feather-font-size-sm;
|
|
2923
2845
|
font-style: normal;
|
|
2924
2846
|
|
|
2925
2847
|
}
|
|
@@ -2932,13 +2854,13 @@
|
|
|
2932
2854
|
font-style: normal;
|
|
2933
2855
|
font-family: Inter;
|
|
2934
2856
|
font-weight: 500;
|
|
2935
|
-
font-size: $
|
|
2857
|
+
font-size: $fk-feather-font-size-md;
|
|
2936
2858
|
line-height: 1.4285714286em;
|
|
2937
|
-
color: $
|
|
2859
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
2938
2860
|
|
|
2939
2861
|
}
|
|
2940
2862
|
.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{
|
|
2941
|
-
@extend %
|
|
2863
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
2942
2864
|
border-bottom-style: none;
|
|
2943
2865
|
border-left-style: none;
|
|
2944
2866
|
border-right-style: none;
|
|
@@ -2964,39 +2886,39 @@
|
|
|
2964
2886
|
|
|
2965
2887
|
}
|
|
2966
2888
|
.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{
|
|
2967
|
-
background-color: $
|
|
2889
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2968
2890
|
|
|
2969
2891
|
}
|
|
2970
2892
|
.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{
|
|
2971
|
-
background-image: $
|
|
2893
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
2972
2894
|
|
|
2973
2895
|
}
|
|
2974
2896
|
.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{
|
|
2975
|
-
background-color: $
|
|
2897
|
+
background-color: $fk-feather-surface-shade-1;
|
|
2976
2898
|
|
|
2977
2899
|
}
|
|
2978
2900
|
.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{
|
|
2979
|
-
background-image: $
|
|
2901
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
2980
2902
|
|
|
2981
2903
|
}
|
|
2982
2904
|
.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{
|
|
2983
|
-
color: $
|
|
2905
|
+
color: $fk-feather-icon-on-neutral;
|
|
2984
2906
|
|
|
2985
2907
|
}
|
|
2986
2908
|
.k-multiselecttree.k-input .k-input-values.k-chip-list .k-chip{
|
|
2987
|
-
height: $
|
|
2909
|
+
height: $fk-feather-container-height-xs;
|
|
2988
2910
|
|
|
2989
2911
|
}
|
|
2990
2912
|
.k-chip.k-chip-outline.k-selected .k-chip-content{
|
|
2991
|
-
color: $
|
|
2913
|
+
color: $fk-kendo-chip-outline-selected-text;
|
|
2992
2914
|
|
|
2993
2915
|
}
|
|
2994
2916
|
.k-chip.k-chip-outline .k-chip-content{
|
|
2995
|
-
color: $
|
|
2917
|
+
color: $fk-kendo-chip-outline-text;
|
|
2996
2918
|
|
|
2997
2919
|
}
|
|
2998
2920
|
.k-chip.k-disabled .k-chip-content,.k-chip.k-state-disabled .k-chip-content,.k-chip:disabled .k-chip-content{
|
|
2999
|
-
color: $
|
|
2921
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
3000
2922
|
|
|
3001
2923
|
}
|
|
3002
2924
|
.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{
|
|
@@ -3004,7 +2926,7 @@
|
|
|
3004
2926
|
|
|
3005
2927
|
}
|
|
3006
2928
|
.k-window.k-dialog{
|
|
3007
|
-
@extend %
|
|
2929
|
+
@extend %fk-effects-feather-elevation-24dp;
|
|
3008
2930
|
|
|
3009
2931
|
}
|
|
3010
2932
|
.k-window.k-dialog .k-window-titlebar.k-dialog-titlebar{
|
|
@@ -3014,17 +2936,17 @@
|
|
|
3014
2936
|
border-left-style: none;
|
|
3015
2937
|
border-right-style: none;
|
|
3016
2938
|
border-top-style: none;
|
|
3017
|
-
padding-bottom: $
|
|
3018
|
-
padding-top: $
|
|
2939
|
+
padding-bottom: $fk-kendo-window-titlebar-padding-y;
|
|
2940
|
+
padding-top: $fk-kendo-window-titlebar-padding-y;
|
|
3019
2941
|
|
|
3020
2942
|
}
|
|
3021
2943
|
.k-window .k-window-titlebar .k-window-title{
|
|
3022
|
-
@extend %
|
|
3023
|
-
color: $
|
|
2944
|
+
@extend %fk-typography-feather-body-large;
|
|
2945
|
+
color: $fk-feather-primary-text-on-surface;
|
|
3024
2946
|
|
|
3025
2947
|
}
|
|
3026
2948
|
.k-window.k-focus,.k-window.k-state-focus,.k-window.k-state-focused,.k-window:focus{
|
|
3027
|
-
@extend %
|
|
2949
|
+
@extend %fk-effects-feather-elevation-12dp;
|
|
3028
2950
|
|
|
3029
2951
|
}
|
|
3030
2952
|
.k-popover.k-popup{
|
|
@@ -3035,7 +2957,7 @@
|
|
|
3035
2957
|
|
|
3036
2958
|
}
|
|
3037
2959
|
.k-popover{
|
|
3038
|
-
@extend %
|
|
2960
|
+
@extend %fk-effects-feather-elevation-04dp;
|
|
3039
2961
|
|
|
3040
2962
|
}
|
|
3041
2963
|
.k-popover .k-popover-callout.k-callout-s{
|
|
@@ -3076,7 +2998,7 @@
|
|
|
3076
2998
|
border-bottom-right-radius: 8px;
|
|
3077
2999
|
border-top-left-radius: 8px;
|
|
3078
3000
|
border-top-right-radius: 8px;
|
|
3079
|
-
background-color: $
|
|
3001
|
+
background-color: $fk-feather-surface-shade-1;
|
|
3080
3002
|
background-image: none;
|
|
3081
3003
|
transition-property: box-shadow;
|
|
3082
3004
|
transition-duration: 280ms;
|
|
@@ -3090,7 +3012,7 @@
|
|
|
3090
3012
|
column-gap: 8px;
|
|
3091
3013
|
padding-top: 20px;
|
|
3092
3014
|
border-top-width: 1px;
|
|
3093
|
-
border-top-color: $
|
|
3015
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
3094
3016
|
border-top-style: solid;
|
|
3095
3017
|
margin-top: 4px;
|
|
3096
3018
|
margin-right: -12px;
|
|
@@ -3110,11 +3032,11 @@
|
|
|
3110
3032
|
}
|
|
3111
3033
|
.k-colorgradient .k-colorgradient-inputs.k-hstack .k-vstack .k-colorgradient-input-label{
|
|
3112
3034
|
margin-top: 2px;
|
|
3113
|
-
color: $
|
|
3035
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3114
3036
|
|
|
3115
3037
|
}
|
|
3116
3038
|
.k-colorgradient.k-focus,.k-colorgradient.k-state-focus,.k-colorgradient.k-state-focused,.k-colorgradient:focus{
|
|
3117
|
-
@extend %
|
|
3039
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3118
3040
|
|
|
3119
3041
|
}
|
|
3120
3042
|
.k-colorgradient .k-colorgradient-canvas.k-hstack{
|
|
@@ -3125,9 +3047,9 @@
|
|
|
3125
3047
|
|
|
3126
3048
|
}
|
|
3127
3049
|
.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{
|
|
3128
|
-
@extend %
|
|
3050
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3129
3051
|
border-top-style: solid;
|
|
3130
|
-
border-top-width: $
|
|
3052
|
+
border-top-width: $fk-kendo-input-border-width;
|
|
3131
3053
|
border-bottom-color: transparent;
|
|
3132
3054
|
border-left-color: transparent;
|
|
3133
3055
|
border-right-color: transparent;
|
|
@@ -3138,10 +3060,10 @@
|
|
|
3138
3060
|
|
|
3139
3061
|
}
|
|
3140
3062
|
.k-colorgradient .k-colorgradient-inputs .k-hex-value.k-textbox.k-input{
|
|
3141
|
-
border-bottom-left-radius: $
|
|
3142
|
-
border-bottom-right-radius: $
|
|
3143
|
-
border-top-left-radius: $
|
|
3144
|
-
border-top-right-radius: $
|
|
3063
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
3064
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
3065
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
3066
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
3145
3067
|
|
|
3146
3068
|
}
|
|
3147
3069
|
.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{
|
|
@@ -3156,13 +3078,13 @@
|
|
|
3156
3078
|
|
|
3157
3079
|
}
|
|
3158
3080
|
.feather-ks-notification-flat.k-notification{
|
|
3159
|
-
@extend %
|
|
3160
|
-
@extend %
|
|
3081
|
+
@extend %fk-effects-tb-internal-none-effects;
|
|
3082
|
+
@extend %fk-typography-feather-body-small;
|
|
3161
3083
|
border-bottom-style: none;
|
|
3162
3084
|
border-left-style: none;
|
|
3163
3085
|
border-right-style: none;
|
|
3164
3086
|
border-top-style: none;
|
|
3165
|
-
color: $
|
|
3087
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3166
3088
|
column-gap: 8px;
|
|
3167
3089
|
background-color: initial;
|
|
3168
3090
|
background-image: none;
|
|
@@ -3172,16 +3094,16 @@
|
|
|
3172
3094
|
|
|
3173
3095
|
}
|
|
3174
3096
|
.feather-ks-notification-flat.k-notification.k-notification-success{
|
|
3175
|
-
@extend %
|
|
3097
|
+
@extend %fk-typography-feather-body-small;
|
|
3176
3098
|
background-color: initial;
|
|
3177
3099
|
background-image: none;
|
|
3178
|
-
color: $
|
|
3100
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3179
3101
|
|
|
3180
3102
|
}
|
|
3181
3103
|
.feather-ks-notification-flat.k-notification.k-notification-error{
|
|
3182
3104
|
background-color: initial;
|
|
3183
3105
|
background-image: none;
|
|
3184
|
-
color: $
|
|
3106
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3185
3107
|
|
|
3186
3108
|
}
|
|
3187
3109
|
.feather-ks-notification-flat.k-notification.k-notification-warning{
|
|
@@ -3190,7 +3112,7 @@
|
|
|
3190
3112
|
|
|
3191
3113
|
}
|
|
3192
3114
|
.feather-ks-notification-flat.k-notification.k-notification-warning .k-notification-status.k-icon.k-svg-icon{
|
|
3193
|
-
color: $
|
|
3115
|
+
color: $fk-feather-icon-on-neutral;
|
|
3194
3116
|
|
|
3195
3117
|
}
|
|
3196
3118
|
.feather-ks-notification-flat.k-notification.k-notification-success .k-notification-status.k-icon.k-svg-icon{
|
|
@@ -3207,7 +3129,7 @@
|
|
|
3207
3129
|
|
|
3208
3130
|
}
|
|
3209
3131
|
.feather-ks-notification-flat.k-notification.k-notification-info .k-notification-status.k-icon.k-svg-icon{
|
|
3210
|
-
color: $
|
|
3132
|
+
color: $fk-feather-icon-on-neutral;
|
|
3211
3133
|
|
|
3212
3134
|
}
|
|
3213
3135
|
.feather-ks-notification-flat.k-notification .k-notification-content{
|
|
@@ -3215,18 +3137,18 @@
|
|
|
3215
3137
|
|
|
3216
3138
|
}
|
|
3217
3139
|
.k-multiselecttree.k-input .k-input-values.k-chip-list{
|
|
3218
|
-
padding-right: $
|
|
3219
|
-
padding-left: $
|
|
3220
|
-
row-gap: $
|
|
3221
|
-
column-gap: $
|
|
3222
|
-
padding-top: $
|
|
3223
|
-
padding-bottom: $
|
|
3140
|
+
padding-right: $fk-feather-spacing-xs;
|
|
3141
|
+
padding-left: $fk-feather-spacing-xs;
|
|
3142
|
+
row-gap: $fk-feather-spacing-min;
|
|
3143
|
+
column-gap: $fk-feather-spacing-min;
|
|
3144
|
+
padding-top: $fk-feather-spacing-min;
|
|
3145
|
+
padding-bottom: $fk-feather-spacing-min;
|
|
3224
3146
|
|
|
3225
3147
|
}
|
|
3226
3148
|
.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{
|
|
3227
3149
|
background-color: initial;
|
|
3228
|
-
background-image: $
|
|
3229
|
-
color: $
|
|
3150
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
3151
|
+
color: $fk-feather-primary;
|
|
3230
3152
|
|
|
3231
3153
|
}
|
|
3232
3154
|
.k-window.k-dialog .k-window-actions.k-dialog-actions.k-actions.k-actions-end{
|
|
@@ -3252,29 +3174,29 @@
|
|
|
3252
3174
|
}
|
|
3253
3175
|
.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{
|
|
3254
3176
|
z-index: 1;
|
|
3255
|
-
box-shadow: inset 0px 0px 0px 2px $
|
|
3177
|
+
box-shadow: inset 0px 0px 0px 2px $fk-feather-primary;
|
|
3256
3178
|
|
|
3257
3179
|
}
|
|
3258
3180
|
.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item .k-link.k-menu-link .k-menu-link-text{
|
|
3259
|
-
@extend %
|
|
3260
|
-
color: $
|
|
3181
|
+
@extend %fk-typography-feather-body-small;
|
|
3182
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3261
3183
|
|
|
3262
3184
|
}
|
|
3263
3185
|
.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{
|
|
3264
|
-
color: $
|
|
3186
|
+
color: $fk-feather-primary-text-on-surface;
|
|
3265
3187
|
|
|
3266
3188
|
}
|
|
3267
3189
|
.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{
|
|
3268
|
-
color: $
|
|
3190
|
+
color: $fk-feather-primary-text-on-surface;
|
|
3269
3191
|
|
|
3270
3192
|
}
|
|
3271
3193
|
.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{
|
|
3272
3194
|
background-color: initial;
|
|
3273
|
-
background-image: $
|
|
3195
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3274
3196
|
|
|
3275
3197
|
}
|
|
3276
3198
|
.k-split-button.k-button-group .k-button.k-icon-button.k-split-button-arrow.k-button-solid-base{
|
|
3277
|
-
color: $
|
|
3199
|
+
color: $fk-feather-icon-on-neutral;
|
|
3278
3200
|
|
|
3279
3201
|
}
|
|
3280
3202
|
.k-split-button.k-button-group .k-button.k-icon-button.k-split-button-arrow{
|
|
@@ -3282,7 +3204,7 @@
|
|
|
3282
3204
|
|
|
3283
3205
|
}
|
|
3284
3206
|
.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{
|
|
3285
|
-
color: $
|
|
3207
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3286
3208
|
|
|
3287
3209
|
}
|
|
3288
3210
|
.k-split-button.k-button-group .k-button.k-first-child,.k-split-button.k-button-group .k-button:first-child{
|
|
@@ -3296,11 +3218,11 @@
|
|
|
3296
3218
|
|
|
3297
3219
|
}
|
|
3298
3220
|
.k-colorpicker.k-picker.k-icon-picker.k-picker-solid{
|
|
3299
|
-
background-color: $
|
|
3300
|
-
border-bottom-color: $
|
|
3301
|
-
border-left-color: $
|
|
3302
|
-
border-right-color: $
|
|
3303
|
-
border-top-color: $
|
|
3221
|
+
background-color: $fk-feather-surface;
|
|
3222
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
3223
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
3224
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
3225
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
3304
3226
|
|
|
3305
3227
|
}
|
|
3306
3228
|
.k-colorpicker.k-picker.k-icon-picker .k-input-inner{
|
|
@@ -3310,20 +3232,20 @@
|
|
|
3310
3232
|
|
|
3311
3233
|
}
|
|
3312
3234
|
.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{
|
|
3313
|
-
background-color: $
|
|
3235
|
+
background-color: $fk-feather-surface;
|
|
3314
3236
|
|
|
3315
3237
|
}
|
|
3316
3238
|
.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{
|
|
3317
|
-
background-image: $
|
|
3239
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3318
3240
|
|
|
3319
3241
|
}
|
|
3320
3242
|
.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{
|
|
3321
|
-
@extend %
|
|
3322
|
-
background-color: $
|
|
3243
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3244
|
+
background-color: $fk-feather-surface;
|
|
3323
3245
|
|
|
3324
3246
|
}
|
|
3325
3247
|
.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{
|
|
3326
|
-
background-image: $
|
|
3248
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
3327
3249
|
|
|
3328
3250
|
}
|
|
3329
3251
|
.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{
|
|
@@ -3334,7 +3256,7 @@
|
|
|
3334
3256
|
}
|
|
3335
3257
|
.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{
|
|
3336
3258
|
visibility: visible;
|
|
3337
|
-
background-color: $
|
|
3259
|
+
background-color: $fk-feather-disabled-text-on-surface;
|
|
3338
3260
|
background-image: none;
|
|
3339
3261
|
|
|
3340
3262
|
}
|
|
@@ -3344,15 +3266,15 @@
|
|
|
3344
3266
|
|
|
3345
3267
|
}
|
|
3346
3268
|
.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{
|
|
3347
|
-
color: $
|
|
3348
|
-
border-bottom-color: $
|
|
3349
|
-
border-left-color: $
|
|
3350
|
-
border-right-color: $
|
|
3351
|
-
border-top-color: $
|
|
3269
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
3270
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
3271
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
3272
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
3273
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
3352
3274
|
|
|
3353
3275
|
}
|
|
3354
3276
|
.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{
|
|
3355
|
-
background-color: $
|
|
3277
|
+
background-color: $fk-feather-surface;
|
|
3356
3278
|
|
|
3357
3279
|
}
|
|
3358
3280
|
.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{
|
|
@@ -3363,7 +3285,7 @@
|
|
|
3363
3285
|
|
|
3364
3286
|
}
|
|
3365
3287
|
.k-popup.k-color-picker-popup{
|
|
3366
|
-
@extend %
|
|
3288
|
+
@extend %fk-effects-feather-elevation-04dp;
|
|
3367
3289
|
border-bottom-left-radius: 8px;
|
|
3368
3290
|
border-bottom-right-radius: 8px;
|
|
3369
3291
|
border-top-left-radius: 8px;
|
|
@@ -3372,10 +3294,10 @@
|
|
|
3372
3294
|
border-left-width: 1px;
|
|
3373
3295
|
border-right-width: 1px;
|
|
3374
3296
|
border-top-width: 1px;
|
|
3375
|
-
border-bottom-color: $
|
|
3376
|
-
border-left-color: $
|
|
3377
|
-
border-right-color: $
|
|
3378
|
-
border-top-color: $
|
|
3297
|
+
border-bottom-color: $fk-feather-border-on-surface;
|
|
3298
|
+
border-left-color: $fk-feather-border-on-surface;
|
|
3299
|
+
border-right-color: $fk-feather-border-on-surface;
|
|
3300
|
+
border-top-color: $fk-feather-border-on-surface;
|
|
3379
3301
|
padding-bottom: 4px;
|
|
3380
3302
|
padding-left: 4px;
|
|
3381
3303
|
padding-right: 4px;
|
|
@@ -3393,15 +3315,15 @@
|
|
|
3393
3315
|
|
|
3394
3316
|
}
|
|
3395
3317
|
div.feather-ks-spacing-min{
|
|
3396
|
-
padding-top: $
|
|
3318
|
+
padding-top: $fk-feather-spacing-min;
|
|
3397
3319
|
|
|
3398
3320
|
}
|
|
3399
3321
|
div.feather-ks-spacing-xs{
|
|
3400
|
-
padding-top: $
|
|
3322
|
+
padding-top: $fk-feather-spacing-xs;
|
|
3401
3323
|
|
|
3402
3324
|
}
|
|
3403
3325
|
div.feather-ks-spacing-s{
|
|
3404
|
-
padding-top: $
|
|
3326
|
+
padding-top: $fk-feather-spacing-s;
|
|
3405
3327
|
|
|
3406
3328
|
}
|
|
3407
3329
|
.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{
|
|
@@ -3436,10 +3358,10 @@
|
|
|
3436
3358
|
|
|
3437
3359
|
}
|
|
3438
3360
|
.k-button.k-button-solid-primary.k-icon-button.k-rounded-md{
|
|
3439
|
-
border-bottom-left-radius: $
|
|
3440
|
-
border-bottom-right-radius: $
|
|
3441
|
-
border-top-left-radius: $
|
|
3442
|
-
border-top-right-radius: $
|
|
3361
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
3362
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
3363
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
3364
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
3443
3365
|
|
|
3444
3366
|
}
|
|
3445
3367
|
.k-button.k-button-outline.k-icon-button.k-rounded-md{
|
|
@@ -3450,13 +3372,8 @@
|
|
|
3450
3372
|
|
|
3451
3373
|
}
|
|
3452
3374
|
.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{
|
|
3453
|
-
border-top-right-radius: $
|
|
3454
|
-
border-bottom-right-radius: $
|
|
3455
|
-
|
|
3456
|
-
}
|
|
3457
|
-
input:focus{
|
|
3458
|
-
transition-duration: 280ms;
|
|
3459
|
-
transition-property: all;
|
|
3375
|
+
border-top-right-radius: $fk-kendo-border-radius;
|
|
3376
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
3460
3377
|
|
|
3461
3378
|
}
|
|
3462
3379
|
.k-textbox.k-input.k-invalid,.k-textbox.k-input.ng-invalid.ng-touched,.k-textbox.k-input.ng-invalid.ng-dirty{
|
|
@@ -3469,13 +3386,6 @@
|
|
|
3469
3386
|
.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{
|
|
3470
3387
|
color: k-color( error );
|
|
3471
3388
|
|
|
3472
|
-
}
|
|
3473
|
-
input{
|
|
3474
|
-
height: 40px;
|
|
3475
|
-
padding-left: 16px;
|
|
3476
|
-
padding-top: 0px;
|
|
3477
|
-
padding-right: 16px;
|
|
3478
|
-
|
|
3479
3389
|
}
|
|
3480
3390
|
.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{
|
|
3481
3391
|
box-shadow: none;
|
|
@@ -3494,7 +3404,7 @@
|
|
|
3494
3404
|
|
|
3495
3405
|
}
|
|
3496
3406
|
.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{
|
|
3497
|
-
@extend %
|
|
3407
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
3498
3408
|
z-index: 3;
|
|
3499
3409
|
|
|
3500
3410
|
}
|
|
@@ -3504,7 +3414,7 @@
|
|
|
3504
3414
|
}
|
|
3505
3415
|
.k-button-group .k-button.k-group-end,.k-button-group .k-button:last-child{
|
|
3506
3416
|
z-index: 2;
|
|
3507
|
-
box-shadow: inset 1px 0px 0px 0px $
|
|
3417
|
+
box-shadow: inset 1px 0px 0px 0px $fk-kendo-button-border;
|
|
3508
3418
|
|
|
3509
3419
|
}
|
|
3510
3420
|
.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{
|
|
@@ -3516,7 +3426,7 @@
|
|
|
3516
3426
|
|
|
3517
3427
|
}
|
|
3518
3428
|
.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{
|
|
3519
|
-
@extend %
|
|
3429
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
3520
3430
|
z-index: 3;
|
|
3521
3431
|
|
|
3522
3432
|
}
|
|
@@ -3531,28 +3441,21 @@
|
|
|
3531
3441
|
.k-grid.k-grid-md .k-table-thead .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu::before,.k-grid.k-grid-md .k-grid-header .k-table-row .k-header.k-table-th.k-filterable .k-cell-inner .k-grid-column-menu.k-grid-header-menu::before{
|
|
3532
3442
|
visibility: visible;
|
|
3533
3443
|
|
|
3534
|
-
}
|
|
3535
|
-
.k-input.k-input-solid{
|
|
3536
|
-
background-color: initial;
|
|
3537
|
-
|
|
3538
3444
|
}
|
|
3539
3445
|
.k-input{
|
|
3540
|
-
|
|
3541
|
-
transition-property: all;
|
|
3446
|
+
transition-property: all;
|
|
3542
3447
|
transition-duration: 280ms;
|
|
3543
3448
|
transition-timing-function: ease-out;
|
|
3544
|
-
|
|
3449
|
+
height: $fk-feather-container-height-lg;
|
|
3450
|
+
background-image: none;
|
|
3545
3451
|
|
|
3546
3452
|
}
|
|
3547
|
-
.k-input.k-
|
|
3548
|
-
|
|
3549
|
-
border-bottom-right-radius: $feather-feather-border-radius;
|
|
3550
|
-
border-top-left-radius: $feather-feather-border-radius;
|
|
3551
|
-
border-top-right-radius: $feather-feather-border-radius;
|
|
3453
|
+
.k-input.k-input-solid{
|
|
3454
|
+
background-color: initial;
|
|
3552
3455
|
|
|
3553
3456
|
}
|
|
3554
3457
|
.k-floating-label-container.k-empty .k-floating-label{
|
|
3555
|
-
@extend %
|
|
3458
|
+
@extend %fk-typography-feather-body-small;
|
|
3556
3459
|
top: 30px;
|
|
3557
3460
|
|
|
3558
3461
|
}
|
|
@@ -3596,7 +3499,7 @@
|
|
|
3596
3499
|
border-right-style: none;
|
|
3597
3500
|
border-top-style: none;
|
|
3598
3501
|
text-transform: none;
|
|
3599
|
-
color: $
|
|
3502
|
+
color: $fk-feather-primary-text-on-surface;
|
|
3600
3503
|
|
|
3601
3504
|
}
|
|
3602
3505
|
.k-floating-label-container .k-floating-label .k-label-optional{
|
|
@@ -3634,7 +3537,7 @@
|
|
|
3634
3537
|
|
|
3635
3538
|
}
|
|
3636
3539
|
.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{
|
|
3637
|
-
@extend %
|
|
3540
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
3638
3541
|
|
|
3639
3542
|
}
|
|
3640
3543
|
.k-slider .k-draghandle.k-draghandle-end{
|
|
@@ -3650,8 +3553,8 @@
|
|
|
3650
3553
|
border-top-style: solid;
|
|
3651
3554
|
background-color: initial;
|
|
3652
3555
|
background-image: none;
|
|
3653
|
-
height: $
|
|
3654
|
-
width: $
|
|
3556
|
+
height: $fk-feather-container-height-sm;
|
|
3557
|
+
width: $fk-feather-container-height-sm;
|
|
3655
3558
|
|
|
3656
3559
|
}
|
|
3657
3560
|
.k-slider .k-button.k-button-md.k-button-solid.k-button-solid-base.k-icon-button.k-rounded-full.k-button-increase{
|
|
@@ -3661,12 +3564,12 @@
|
|
|
3661
3564
|
border-top-style: solid;
|
|
3662
3565
|
background-color: initial;
|
|
3663
3566
|
background-image: none;
|
|
3664
|
-
height: $
|
|
3665
|
-
width: $
|
|
3567
|
+
height: $fk-feather-container-height-sm;
|
|
3568
|
+
width: $fk-feather-container-height-sm;
|
|
3666
3569
|
|
|
3667
3570
|
}
|
|
3668
3571
|
.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{
|
|
3669
|
-
@extend %
|
|
3572
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3670
3573
|
border-bottom-style: none;
|
|
3671
3574
|
border-left-style: none;
|
|
3672
3575
|
border-right-style: none;
|
|
@@ -3689,34 +3592,34 @@
|
|
|
3689
3592
|
}
|
|
3690
3593
|
.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{
|
|
3691
3594
|
background-color: initial;
|
|
3692
|
-
background-image: $
|
|
3595
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3693
3596
|
|
|
3694
3597
|
}
|
|
3695
3598
|
.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{
|
|
3696
3599
|
background-color: initial;
|
|
3697
|
-
background-image: $
|
|
3600
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3698
3601
|
|
|
3699
3602
|
}
|
|
3700
3603
|
.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{
|
|
3701
|
-
@extend %
|
|
3604
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3702
3605
|
background-color: initial;
|
|
3703
|
-
background-image: $
|
|
3606
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
3704
3607
|
|
|
3705
3608
|
}
|
|
3706
3609
|
.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{
|
|
3707
|
-
@extend %
|
|
3610
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3708
3611
|
background-color: initial;
|
|
3709
|
-
background-image: $
|
|
3612
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
3710
3613
|
|
|
3711
3614
|
}
|
|
3712
3615
|
.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{
|
|
3713
3616
|
background-color: initial;
|
|
3714
|
-
background-image: $
|
|
3617
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
3715
3618
|
|
|
3716
3619
|
}
|
|
3717
3620
|
.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{
|
|
3718
3621
|
background-color: initial;
|
|
3719
|
-
background-image: $
|
|
3622
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
3720
3623
|
|
|
3721
3624
|
}
|
|
3722
3625
|
.k-popup.k-timepicker-popup .k-timeselector{
|
|
@@ -3725,7 +3628,7 @@
|
|
|
3725
3628
|
|
|
3726
3629
|
}
|
|
3727
3630
|
.k-popup.k-timepicker-popup{
|
|
3728
|
-
@extend %
|
|
3631
|
+
@extend %fk-effects-feather-elevation-06dp;
|
|
3729
3632
|
min-width: 208px;
|
|
3730
3633
|
|
|
3731
3634
|
}
|
|
@@ -3740,13 +3643,13 @@
|
|
|
3740
3643
|
|
|
3741
3644
|
}
|
|
3742
3645
|
.k-popup.k-datetime-container.k-reset .k-time-tab.k-datetime-wrap{
|
|
3743
|
-
padding-top: $
|
|
3744
|
-
padding-bottom: $
|
|
3646
|
+
padding-top: $fk-feather-spacing-xs;
|
|
3647
|
+
padding-bottom: $fk-feather-spacing-xs;
|
|
3745
3648
|
|
|
3746
3649
|
}
|
|
3747
3650
|
.k-popup.k-datetime-container .k-time-tab.k-datetime-wrap .k-time-list-container .k-time-list-wrapper .k-title{
|
|
3748
|
-
padding-top: $
|
|
3749
|
-
padding-bottom: $
|
|
3651
|
+
padding-top: $fk-feather-spacing-xs;
|
|
3652
|
+
padding-bottom: $fk-feather-spacing-xs;
|
|
3750
3653
|
|
|
3751
3654
|
}
|
|
3752
3655
|
.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{
|
|
@@ -3760,10 +3663,10 @@
|
|
|
3760
3663
|
|
|
3761
3664
|
}
|
|
3762
3665
|
.k-pager .k-pager-numbers-wrap .k-button.k-pager-nav{
|
|
3763
|
-
border-bottom-left-radius: $
|
|
3764
|
-
border-bottom-right-radius: $
|
|
3765
|
-
border-top-left-radius: $
|
|
3766
|
-
border-top-right-radius: $
|
|
3666
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
3667
|
+
border-bottom-right-radius: $fk-kendo-border-radius-md;
|
|
3668
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
3669
|
+
border-top-right-radius: $fk-kendo-border-radius-md;
|
|
3767
3670
|
|
|
3768
3671
|
}
|
|
3769
3672
|
.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{
|
|
@@ -3797,23 +3700,23 @@
|
|
|
3797
3700
|
|
|
3798
3701
|
}
|
|
3799
3702
|
.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{
|
|
3800
|
-
@extend %
|
|
3703
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3801
3704
|
|
|
3802
3705
|
}
|
|
3803
3706
|
.k-input.k-state-focus-within.k-input-solid,.k-input:focus-within.k-input-solid{
|
|
3804
|
-
@extend %
|
|
3805
|
-
border-bottom-color: $
|
|
3806
|
-
border-left-color: $
|
|
3807
|
-
border-right-color: $
|
|
3808
|
-
border-top-color: $
|
|
3707
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
3708
|
+
border-bottom-color: $fk-kendo-input-focus-border;
|
|
3709
|
+
border-left-color: $fk-kendo-input-focus-border;
|
|
3710
|
+
border-right-color: $fk-kendo-input-focus-border;
|
|
3711
|
+
border-top-color: $fk-kendo-input-focus-border;
|
|
3809
3712
|
|
|
3810
3713
|
}
|
|
3811
3714
|
.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{
|
|
3812
|
-
@extend %
|
|
3715
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
3813
3716
|
|
|
3814
3717
|
}
|
|
3815
3718
|
.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{
|
|
3816
|
-
color: $
|
|
3719
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
3817
3720
|
|
|
3818
3721
|
}
|
|
3819
3722
|
.k-input.k-disabled,.k-input.k-state-disabled,.k-input:disabled{
|
|
@@ -3822,18 +3725,18 @@
|
|
|
3822
3725
|
|
|
3823
3726
|
}
|
|
3824
3727
|
.k-input.k-disabled.k-input-solid,.k-input.k-state-disabled.k-input-solid,.k-input:disabled.k-input-solid{
|
|
3825
|
-
color: $
|
|
3826
|
-
border-bottom-color: $
|
|
3827
|
-
border-left-color: $
|
|
3828
|
-
border-right-color: $
|
|
3829
|
-
border-top-color: $
|
|
3728
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
3729
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
3730
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
3731
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
3732
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
3830
3733
|
|
|
3831
3734
|
}
|
|
3832
3735
|
.k-input.k-state-readonly.k-input-solid,.k-input[readonly].k-input-solid{
|
|
3833
|
-
border-bottom-color: $
|
|
3834
|
-
border-left-color: $
|
|
3835
|
-
border-right-color: $
|
|
3836
|
-
border-top-color: $
|
|
3736
|
+
border-bottom-color: $fk-feather-disabled-text-on-surface;
|
|
3737
|
+
border-left-color: $fk-feather-disabled-text-on-surface;
|
|
3738
|
+
border-right-color: $fk-feather-disabled-text-on-surface;
|
|
3739
|
+
border-top-color: $fk-feather-disabled-text-on-surface;
|
|
3837
3740
|
|
|
3838
3741
|
}
|
|
3839
3742
|
.k-input.k-state-readonly,.k-input[readonly]{
|
|
@@ -3843,12 +3746,12 @@
|
|
|
3843
3746
|
}
|
|
3844
3747
|
.k-dateinput.k-input .k-input-inner{
|
|
3845
3748
|
height: auto;
|
|
3846
|
-
color: $
|
|
3749
|
+
color: $fk-kendo-component-text;
|
|
3847
3750
|
|
|
3848
3751
|
}
|
|
3849
3752
|
.k-datepicker.k-input .k-input-inner{
|
|
3850
3753
|
height: auto;
|
|
3851
|
-
color: $
|
|
3754
|
+
color: $fk-kendo-input-text;
|
|
3852
3755
|
|
|
3853
3756
|
}
|
|
3854
3757
|
.k-label .k-label-optional{
|
|
@@ -3856,11 +3759,11 @@
|
|
|
3856
3759
|
|
|
3857
3760
|
}
|
|
3858
3761
|
.k-label{
|
|
3859
|
-
margin-bottom: $
|
|
3762
|
+
margin-bottom: $fk-kendo-form-label-margin-bottom;
|
|
3860
3763
|
|
|
3861
3764
|
}
|
|
3862
3765
|
.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{
|
|
3863
|
-
@extend %
|
|
3766
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
3864
3767
|
border-bottom-color: k-color( primary );
|
|
3865
3768
|
border-left-color: k-color( primary );
|
|
3866
3769
|
border-right-color: k-color( primary );
|
|
@@ -3884,22 +3787,22 @@
|
|
|
3884
3787
|
|
|
3885
3788
|
}
|
|
3886
3789
|
.k-chip-list{
|
|
3887
|
-
border-bottom-left-radius: $
|
|
3888
|
-
border-bottom-right-radius: $
|
|
3889
|
-
border-top-left-radius: $
|
|
3890
|
-
border-top-right-radius: $
|
|
3790
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
3791
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
3792
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
3793
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
3891
3794
|
|
|
3892
3795
|
}
|
|
3893
3796
|
.k-dropdownlist-popup .k-list.k-list-md .k-list-content .k-list-ul .k-list-item{
|
|
3894
|
-
min-height: $
|
|
3797
|
+
min-height: $fk-feather-container-height-md;
|
|
3895
3798
|
|
|
3896
3799
|
}
|
|
3897
3800
|
.k-menu-popup .k-group.k-menu-group .k-item.k-menu-item{
|
|
3898
|
-
min-height: $
|
|
3801
|
+
min-height: $fk-feather-container-height-md;
|
|
3899
3802
|
|
|
3900
3803
|
}
|
|
3901
3804
|
.k-card{
|
|
3902
|
-
@extend %
|
|
3805
|
+
@extend %fk-effects-feather-elevation-02dp;
|
|
3903
3806
|
background-color: k-color( app-surface );
|
|
3904
3807
|
background-image: none;
|
|
3905
3808
|
|
|
@@ -3912,25 +3815,25 @@
|
|
|
3912
3815
|
|
|
3913
3816
|
}
|
|
3914
3817
|
.k-card .k-card-header .k-card-title{
|
|
3915
|
-
@extend %
|
|
3916
|
-
color: $
|
|
3818
|
+
@extend %fk-typography-feather-heading-3;
|
|
3819
|
+
color: $fk-feather-secondary-text-on-surface;
|
|
3917
3820
|
|
|
3918
3821
|
}
|
|
3919
3822
|
.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{
|
|
3920
3823
|
background-color: initial;
|
|
3921
|
-
background-image: $
|
|
3824
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3922
3825
|
|
|
3923
3826
|
}
|
|
3924
3827
|
.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{
|
|
3925
|
-
@extend %
|
|
3828
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
3926
3829
|
outline-style: none;
|
|
3927
3830
|
background-color: initial;
|
|
3928
|
-
background-image: $
|
|
3831
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
3929
3832
|
|
|
3930
3833
|
}
|
|
3931
3834
|
.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{
|
|
3932
3835
|
opacity: unset;
|
|
3933
|
-
color: $
|
|
3836
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
3934
3837
|
|
|
3935
3838
|
}
|
|
3936
3839
|
.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{
|
|
@@ -3939,13 +3842,13 @@
|
|
|
3939
3842
|
}
|
|
3940
3843
|
.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{
|
|
3941
3844
|
background-color: initial;
|
|
3942
|
-
background-image: $
|
|
3845
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
3943
3846
|
|
|
3944
3847
|
}
|
|
3945
3848
|
.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{
|
|
3946
|
-
@extend %
|
|
3849
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
3947
3850
|
background-color: initial;
|
|
3948
|
-
background-image: $
|
|
3851
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
3949
3852
|
|
|
3950
3853
|
}
|
|
3951
3854
|
.k-breadcrumb .k-breadcrumb-root-item-container .k-breadcrumb-item.k-breadcrumb-root-item .k-breadcrumb-root-link{
|
|
@@ -3994,65 +3897,65 @@
|
|
|
3994
3897
|
|
|
3995
3898
|
}
|
|
3996
3899
|
.k-drawer-container.k-drawer-expanded.k-drawer-push .k-drawer.k-drawer-start .k-drawer-wrapper{
|
|
3997
|
-
@extend %
|
|
3900
|
+
@extend %fk-effects-feather-elevation-02dp;
|
|
3998
3901
|
|
|
3999
3902
|
}
|
|
4000
3903
|
.k-drawer-container.k-drawer-mini .k-drawer.k-drawer-start .k-drawer-wrapper{
|
|
4001
|
-
@extend %
|
|
3904
|
+
@extend %fk-effects-feather-elevation-02dp;
|
|
4002
3905
|
|
|
4003
3906
|
}
|
|
4004
3907
|
.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{
|
|
4005
|
-
border-bottom-left-radius: $
|
|
4006
|
-
border-bottom-right-radius: $
|
|
4007
|
-
border-top-left-radius: $
|
|
4008
|
-
border-top-right-radius: $
|
|
3908
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
3909
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
3910
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
3911
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4009
3912
|
|
|
4010
3913
|
}
|
|
4011
3914
|
.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{
|
|
4012
|
-
border-bottom-left-radius: $
|
|
4013
|
-
border-bottom-right-radius: $
|
|
4014
|
-
border-top-left-radius: $
|
|
4015
|
-
border-top-right-radius: $
|
|
3915
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
3916
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
3917
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
3918
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4016
3919
|
|
|
4017
3920
|
}
|
|
4018
3921
|
.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{
|
|
4019
|
-
border-bottom-left-radius: $
|
|
4020
|
-
border-bottom-right-radius: $
|
|
4021
|
-
border-top-left-radius: $
|
|
4022
|
-
border-top-right-radius: $
|
|
3922
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
3923
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
3924
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
3925
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4023
3926
|
|
|
4024
3927
|
}
|
|
4025
3928
|
.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{
|
|
4026
|
-
border-bottom-left-radius: $
|
|
4027
|
-
border-bottom-right-radius: $
|
|
4028
|
-
border-top-left-radius: $
|
|
4029
|
-
border-top-right-radius: $
|
|
3929
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
3930
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
3931
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
3932
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4030
3933
|
|
|
4031
3934
|
}
|
|
4032
3935
|
.k-button.k-hover,.k-button.k-state-hover,.k-button.k-state-hovered,.k-button:hover{
|
|
4033
3936
|
background-color: inherit;
|
|
4034
|
-
background-image: $
|
|
3937
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4035
3938
|
|
|
4036
3939
|
}
|
|
4037
3940
|
.k-button.k-active,.k-button.k-state-active,.k-button:active{
|
|
4038
3941
|
background-color: inherit;
|
|
4039
|
-
background-image: $
|
|
3942
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4040
3943
|
|
|
4041
3944
|
}
|
|
4042
3945
|
.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{
|
|
4043
3946
|
background-color: k-color( primary );
|
|
4044
|
-
background-image: $
|
|
3947
|
+
background-image: $fk-feather-hover-on-color;
|
|
4045
3948
|
|
|
4046
3949
|
}
|
|
4047
3950
|
.k-button.k-active.k-button-solid-primary,.k-button.k-state-active.k-button-solid-primary,.k-button:active.k-button-solid-primary{
|
|
4048
3951
|
background-color: k-color( primary );
|
|
4049
|
-
background-image: $
|
|
3952
|
+
background-image: $fk-feather-active-on-color;
|
|
4050
3953
|
|
|
4051
3954
|
}
|
|
4052
3955
|
.k-button.k-selected.k-button-solid-primary{
|
|
4053
3956
|
color: k-color( primary );
|
|
4054
3957
|
background-color: k-color( app-surface );
|
|
4055
|
-
background-image: $
|
|
3958
|
+
background-image: $fk-feather-selected-on-surface-gradient;
|
|
4056
3959
|
|
|
4057
3960
|
}
|
|
4058
3961
|
.k-button.k-selected.k-button-solid-primary .k-button-text{
|
|
@@ -4060,9 +3963,9 @@
|
|
|
4060
3963
|
|
|
4061
3964
|
}
|
|
4062
3965
|
.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{
|
|
4063
|
-
@extend %
|
|
3966
|
+
@extend %fk-effects-feather-focus-outer-on-color;
|
|
4064
3967
|
background-color: k-color( primary );
|
|
4065
|
-
background-image: $
|
|
3968
|
+
background-image: $fk-feather-focused-on-color;
|
|
4066
3969
|
|
|
4067
3970
|
}
|
|
4068
3971
|
.k-button.k-button-solid-primary{
|
|
@@ -4070,6 +3973,7 @@
|
|
|
4070
3973
|
transition-property: all;
|
|
4071
3974
|
transition-timing-function: ease-out;
|
|
4072
3975
|
color: k-color( secondary );
|
|
3976
|
+
flex-direction: row;
|
|
4073
3977
|
|
|
4074
3978
|
}
|
|
4075
3979
|
.k-button.k-button-outline.k-button-outline-primary.k-icon-button .k-button-icon.k-icon.k-svg-icon >svg{
|
|
@@ -4082,36 +3986,35 @@
|
|
|
4082
3986
|
|
|
4083
3987
|
}
|
|
4084
3988
|
.k-button.k-button-outline.k-button-outline-primary.k-icon-button{
|
|
4085
|
-
border-bottom-left-radius: $
|
|
4086
|
-
border-bottom-right-radius: $
|
|
4087
|
-
border-top-left-radius: $
|
|
4088
|
-
border-top-right-radius: $
|
|
3989
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
3990
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
3991
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
3992
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
4089
3993
|
|
|
4090
3994
|
}
|
|
4091
3995
|
.k-button.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
4092
3996
|
translate: 0 -1px;
|
|
4093
3997
|
color: k-color( on-primary );
|
|
4094
|
-
width: $
|
|
4095
|
-
height: $
|
|
3998
|
+
width: $fk-kendo-icon-size;
|
|
3999
|
+
height: $fk-kendo-icon-size;
|
|
4096
4000
|
|
|
4097
4001
|
}
|
|
4098
4002
|
.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{
|
|
4099
|
-
border-top-left-radius: $
|
|
4100
|
-
border-bottom-left-radius: $
|
|
4003
|
+
border-top-left-radius: $fk-kendo-border-radius;
|
|
4004
|
+
border-bottom-left-radius: $fk-kendo-border-radius;
|
|
4101
4005
|
border-top-right-radius: 0px;
|
|
4102
4006
|
border-bottom-right-radius: 0px;
|
|
4103
4007
|
|
|
4104
4008
|
}
|
|
4105
4009
|
.k-button-group .k-button.k-button-outline.k-group-start,.k-button-group .k-button.k-button-outline:first-child{
|
|
4106
|
-
border-top-left-radius: $
|
|
4107
|
-
border-bottom-left-radius: $
|
|
4010
|
+
border-top-left-radius: $fk-kendo-border-radius-md;
|
|
4011
|
+
border-bottom-left-radius: $fk-kendo-border-radius-md;
|
|
4108
4012
|
box-shadow: inset 0px 0px 0px 1px currentcolor;
|
|
4109
4013
|
|
|
4110
4014
|
}
|
|
4111
4015
|
.k-button.k-icon-button{
|
|
4112
4016
|
aspect-ratio: 1/1;
|
|
4113
|
-
|
|
4114
|
-
overflow: hidden;
|
|
4017
|
+
background-image: none;
|
|
4115
4018
|
|
|
4116
4019
|
}
|
|
4117
4020
|
.k-button.k-icon-button.k-button-md{
|
|
@@ -4120,10 +4023,14 @@
|
|
|
4120
4023
|
padding-right: 0px;
|
|
4121
4024
|
padding-top: 0px;
|
|
4122
4025
|
|
|
4026
|
+
}
|
|
4027
|
+
.k-button.k-icon-button.k-button-solid-base{
|
|
4028
|
+
background-color: $fk-kendo-button-bg;
|
|
4029
|
+
|
|
4123
4030
|
}
|
|
4124
4031
|
.k-button.k-icon-button .k-button-icon.k-icon.k-svg-icon >svg{
|
|
4125
|
-
width: $
|
|
4126
|
-
height: $
|
|
4032
|
+
width: $fk-kendo-icon-size;
|
|
4033
|
+
height: $fk-kendo-icon-size;
|
|
4127
4034
|
|
|
4128
4035
|
}
|
|
4129
4036
|
.k-button .k-button-icon.k-icon.k-svg-icon{
|
|
@@ -4132,8 +4039,8 @@
|
|
|
4132
4039
|
}
|
|
4133
4040
|
.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{
|
|
4134
4041
|
border-top-left-radius: 0px;
|
|
4135
|
-
border-top-right-radius: $
|
|
4136
|
-
border-bottom-right-radius: $
|
|
4042
|
+
border-top-right-radius: $fk-kendo-border-radius;
|
|
4043
|
+
border-bottom-right-radius: $fk-kendo-border-radius;
|
|
4137
4044
|
|
|
4138
4045
|
}
|
|
4139
4046
|
.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{
|
|
@@ -4149,23 +4056,23 @@
|
|
|
4149
4056
|
|
|
4150
4057
|
}
|
|
4151
4058
|
.k-button-group .k-button.k-button-flat{
|
|
4152
|
-
box-shadow: inset -1px 0 0 0 $
|
|
4059
|
+
box-shadow: inset -1px 0 0 0 $fk-kendo-button-border,inset 1px 0px 0px 0px $fk-kendo-button-border !important;
|
|
4153
4060
|
|
|
4154
4061
|
}
|
|
4155
4062
|
.k-button-group .k-button.k-button-flat.k-group-start,.k-button-group .k-button.k-button-flat:first-child{
|
|
4156
|
-
box-shadow: inset -1px 0 0 0 $
|
|
4063
|
+
box-shadow: inset -1px 0 0 0 $fk-kendo-button-border !important;
|
|
4157
4064
|
|
|
4158
4065
|
}
|
|
4159
4066
|
.k-button-group .k-button.k-button-flat.k-group-end,.k-button-group .k-button.k-button-flat:last-child{
|
|
4160
|
-
box-shadow: inset 1px 0px 0px 0px $
|
|
4067
|
+
box-shadow: inset 1px 0px 0px 0px $fk-kendo-button-border !important;
|
|
4161
4068
|
|
|
4162
4069
|
}
|
|
4163
4070
|
.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{
|
|
4164
|
-
@extend %
|
|
4071
|
+
@extend %fk-effects-feather-focus-inner-on-surface-important;
|
|
4165
4072
|
|
|
4166
4073
|
}
|
|
4167
4074
|
.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{
|
|
4168
|
-
@extend %
|
|
4075
|
+
@extend %fk-effects-feather-focus-inner-on-color-important;
|
|
4169
4076
|
|
|
4170
4077
|
}
|
|
4171
4078
|
.k-button-group .k-button.k-button-outline.k-icon-button{
|
|
@@ -4176,8 +4083,8 @@
|
|
|
4176
4083
|
|
|
4177
4084
|
}
|
|
4178
4085
|
.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{
|
|
4179
|
-
border-top-left-radius: $
|
|
4180
|
-
border-bottom-left-radius: $
|
|
4086
|
+
border-top-left-radius: $fk-kendo-border-radius;
|
|
4087
|
+
border-bottom-left-radius: $fk-kendo-border-radius;
|
|
4181
4088
|
|
|
4182
4089
|
}
|
|
4183
4090
|
.k-button-group .k-button.k-button-outline{
|
|
@@ -4185,11 +4092,11 @@
|
|
|
4185
4092
|
|
|
4186
4093
|
}
|
|
4187
4094
|
.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{
|
|
4188
|
-
@extend %
|
|
4095
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
4189
4096
|
|
|
4190
4097
|
}
|
|
4191
4098
|
.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{
|
|
4192
|
-
@extend %
|
|
4099
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
4193
4100
|
|
|
4194
4101
|
}
|
|
4195
4102
|
.k-button-group .k-button.k-button-outline.k-selected{
|
|
@@ -4201,7 +4108,7 @@
|
|
|
4201
4108
|
|
|
4202
4109
|
}
|
|
4203
4110
|
.k-button-group .k-button.k-selected{
|
|
4204
|
-
box-shadow: inset 1px 0px 0px 0px $
|
|
4111
|
+
box-shadow: inset 1px 0px 0px 0px $fk-feather-disabled-text-on-color,inset -1px 0px 0px 0px $fk-feather-disabled-text-on-color;
|
|
4205
4112
|
|
|
4206
4113
|
}
|
|
4207
4114
|
.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{
|
|
@@ -4240,23 +4147,23 @@
|
|
|
4240
4147
|
|
|
4241
4148
|
}
|
|
4242
4149
|
.k-button-group .k-button.k-selected.k-group-start,.k-button-group .k-button.k-selected:first-child{
|
|
4243
|
-
box-shadow: inset -1px 0px 0px 0px $
|
|
4150
|
+
box-shadow: inset -1px 0px 0px 0px $fk-feather-disabled-text-on-color;
|
|
4244
4151
|
|
|
4245
4152
|
}
|
|
4246
4153
|
.k-button-group .k-button.k-selected.k-group-end,.k-button-group .k-button.k-selected:last-child{
|
|
4247
|
-
box-shadow: inset 1px 0px 0px 0px $
|
|
4154
|
+
box-shadow: inset 1px 0px 0px 0px $fk-feather-disabled-text-on-color;
|
|
4248
4155
|
|
|
4249
4156
|
}
|
|
4250
4157
|
.k-multiselecttree.k-input{
|
|
4251
|
-
min-height: $
|
|
4158
|
+
min-height: $fk-feather-container-height-lg;
|
|
4252
4159
|
|
|
4253
4160
|
}
|
|
4254
4161
|
.k-popup.k-multiselecttree-popup{
|
|
4255
|
-
@extend %
|
|
4256
|
-
border-bottom-left-radius: $
|
|
4257
|
-
border-bottom-right-radius: $
|
|
4258
|
-
border-top-left-radius: $
|
|
4259
|
-
border-top-right-radius: $
|
|
4162
|
+
@extend %fk-effects-feather-elevation-06dp;
|
|
4163
|
+
border-bottom-left-radius: $fk-kendo-border-radius;
|
|
4164
|
+
border-bottom-right-radius: $fk-kendo-border-radius;
|
|
4165
|
+
border-top-left-radius: $fk-kendo-border-radius;
|
|
4166
|
+
border-top-right-radius: $fk-kendo-border-radius;
|
|
4260
4167
|
border-bottom-style: none;
|
|
4261
4168
|
border-left-style: none;
|
|
4262
4169
|
border-right-style: none;
|
|
@@ -4264,23 +4171,23 @@
|
|
|
4264
4171
|
|
|
4265
4172
|
}
|
|
4266
4173
|
.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{
|
|
4267
|
-
@extend %
|
|
4174
|
+
@extend %fk-effects-feather-focus-inner-on-surface-important;
|
|
4268
4175
|
|
|
4269
4176
|
}
|
|
4270
4177
|
.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{
|
|
4271
|
-
@extend %
|
|
4178
|
+
@extend %fk-effects-feather-focus-inner-on-surface-important;
|
|
4272
4179
|
|
|
4273
4180
|
}
|
|
4274
4181
|
.k-button-group .k-button.k-icon-button.k-group-start,.k-button-group .k-button.k-icon-button:first-child{
|
|
4275
|
-
border-top-left-radius: $
|
|
4276
|
-
border-bottom-left-radius: $
|
|
4182
|
+
border-top-left-radius: $fk-kendo-border-radius;
|
|
4183
|
+
border-bottom-left-radius: $fk-kendo-border-radius;
|
|
4277
4184
|
border-top-right-radius: 0px;
|
|
4278
4185
|
border-bottom-right-radius: 0px;
|
|
4279
4186
|
|
|
4280
4187
|
}
|
|
4281
4188
|
.k-button-group .k-button.k-group-end.k-icon-button,.k-button-group .k-button:last-child.k-icon-button{
|
|
4282
|
-
border-top-right-radius: $
|
|
4283
|
-
border-bottom-right-radius: $
|
|
4189
|
+
border-top-right-radius: $fk-kendo-border-radius;
|
|
4190
|
+
border-bottom-right-radius: $fk-kendo-border-radius;
|
|
4284
4191
|
border-top-left-radius: 0px;
|
|
4285
4192
|
border-bottom-left-radius: 0px;
|
|
4286
4193
|
|
|
@@ -4293,7 +4200,7 @@
|
|
|
4293
4200
|
|
|
4294
4201
|
}
|
|
4295
4202
|
.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{
|
|
4296
|
-
@extend %
|
|
4203
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
4297
4204
|
|
|
4298
4205
|
}
|
|
4299
4206
|
.k-dropdowntree.k-invalid,.k-dropdowntree.ng-invalid.ng-touched,.k-dropdowntree.ng-invalid.ng-dirty{
|
|
@@ -4301,10 +4208,10 @@
|
|
|
4301
4208
|
|
|
4302
4209
|
}
|
|
4303
4210
|
.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{
|
|
4304
|
-
border-bottom-color: $
|
|
4305
|
-
border-left-color: $
|
|
4306
|
-
border-right-color: $
|
|
4307
|
-
border-top-color: $
|
|
4211
|
+
border-bottom-color: $fk-kendo-component-header-text;
|
|
4212
|
+
border-left-color: $fk-kendo-component-header-text;
|
|
4213
|
+
border-right-color: $fk-kendo-component-header-text;
|
|
4214
|
+
border-top-color: $fk-kendo-component-header-text;
|
|
4308
4215
|
|
|
4309
4216
|
}
|
|
4310
4217
|
.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{
|
|
@@ -4314,7 +4221,7 @@
|
|
|
4314
4221
|
|
|
4315
4222
|
}
|
|
4316
4223
|
.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{
|
|
4317
|
-
@extend %
|
|
4224
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
4318
4225
|
|
|
4319
4226
|
}
|
|
4320
4227
|
.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{
|
|
@@ -4322,19 +4229,19 @@
|
|
|
4322
4229
|
|
|
4323
4230
|
}
|
|
4324
4231
|
.k-dropdownlist .k-input-button{
|
|
4325
|
-
color: $
|
|
4232
|
+
color: $fk-kendo-component-text;
|
|
4326
4233
|
|
|
4327
4234
|
}
|
|
4328
4235
|
.k-popup.k-list-container .k-list.k-list-md .k-list-content{
|
|
4329
|
-
padding-top: $
|
|
4236
|
+
padding-top: $fk-feather-spacing-s;
|
|
4330
4237
|
padding-bottom: 0px;
|
|
4331
4238
|
|
|
4332
4239
|
}
|
|
4333
4240
|
.k-chip .k-icon.k-svg-icon.k-chip-icon{
|
|
4334
|
-
padding-bottom: $
|
|
4335
|
-
padding-left: $
|
|
4336
|
-
padding-right: $
|
|
4337
|
-
padding-top: $
|
|
4241
|
+
padding-bottom: $fk-kendo-chip-md-padding-y;
|
|
4242
|
+
padding-left: $fk-kendo-chip-md-padding-y;
|
|
4243
|
+
padding-right: $fk-kendo-chip-md-padding-y;
|
|
4244
|
+
padding-top: $fk-kendo-chip-md-padding-y;
|
|
4338
4245
|
margin-top: -0.5em;
|
|
4339
4246
|
margin-bottom: -0.5em;
|
|
4340
4247
|
margin-left: -0.025rem;
|
|
@@ -4346,7 +4253,7 @@
|
|
|
4346
4253
|
|
|
4347
4254
|
}
|
|
4348
4255
|
.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{
|
|
4349
|
-
width: $
|
|
4256
|
+
width: $fk-kendo-icon-size-md;
|
|
4350
4257
|
height: unset;
|
|
4351
4258
|
|
|
4352
4259
|
}
|
|
@@ -4369,12 +4276,12 @@
|
|
|
4369
4276
|
|
|
4370
4277
|
}
|
|
4371
4278
|
.k-chip .k-icon.k-svg-icon.k-chip-icon >svg{
|
|
4372
|
-
width: $
|
|
4279
|
+
width: $fk-kendo-icon-size-md;
|
|
4373
4280
|
|
|
4374
4281
|
}
|
|
4375
4282
|
.k-chip .k-chip-actions .k-chip-action.k-chip-remove-action .k-icon.k-svg-icon >svg{
|
|
4376
|
-
width: $
|
|
4377
|
-
height: $
|
|
4283
|
+
width: $fk-kendo-icon-size-md;
|
|
4284
|
+
height: $fk-kendo-icon-size-md;
|
|
4378
4285
|
|
|
4379
4286
|
}
|
|
4380
4287
|
.k-chip .k-chip-actions{
|
|
@@ -4388,10 +4295,10 @@
|
|
|
4388
4295
|
border-left-style: solid;
|
|
4389
4296
|
border-right-style: solid;
|
|
4390
4297
|
border-top-style: solid;
|
|
4391
|
-
border-bottom-left-radius: $
|
|
4392
|
-
border-bottom-right-radius: $
|
|
4393
|
-
border-top-left-radius: $
|
|
4394
|
-
border-top-right-radius: $
|
|
4298
|
+
border-bottom-left-radius: $fk-kendo-border-radius;
|
|
4299
|
+
border-bottom-right-radius: $fk-kendo-border-radius;
|
|
4300
|
+
border-top-left-radius: $fk-kendo-border-radius;
|
|
4301
|
+
border-top-right-radius: $fk-kendo-border-radius;
|
|
4395
4302
|
|
|
4396
4303
|
}
|
|
4397
4304
|
.k-editor .k-toolbar.k-editor-toolbar{
|
|
@@ -4400,24 +4307,24 @@
|
|
|
4400
4307
|
|
|
4401
4308
|
}
|
|
4402
4309
|
.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{
|
|
4403
|
-
@extend %
|
|
4310
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
4404
4311
|
|
|
4405
4312
|
}
|
|
4406
4313
|
.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{
|
|
4407
|
-
@extend %
|
|
4314
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
4408
4315
|
|
|
4409
4316
|
}
|
|
4410
4317
|
.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{
|
|
4411
|
-
@extend %
|
|
4318
|
+
@extend %fk-effects-feather-focus-outer-on-surface;
|
|
4412
4319
|
|
|
4413
4320
|
}
|
|
4414
4321
|
.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{
|
|
4415
4322
|
z-index: 101;
|
|
4416
4323
|
box-shadow: 0px 0px 0px 1.5px rgba(0, 0, 0, 1),inset 0px 0px 0px 1px rgba(255, 255, 255, 1);
|
|
4417
|
-
border-bottom-left-radius: $
|
|
4418
|
-
border-bottom-right-radius: $
|
|
4419
|
-
border-top-left-radius: $
|
|
4420
|
-
border-top-right-radius: $
|
|
4324
|
+
border-bottom-left-radius: $fk-feather-border-radius-s;
|
|
4325
|
+
border-bottom-right-radius: $fk-feather-border-radius-s;
|
|
4326
|
+
border-top-left-radius: $fk-feather-border-radius-s;
|
|
4327
|
+
border-top-right-radius: $fk-feather-border-radius-s;
|
|
4421
4328
|
|
|
4422
4329
|
}
|
|
4423
4330
|
.k-colorpalette .k-colorpalette-table .k-colorpalette-tile{
|
|
@@ -4426,10 +4333,10 @@
|
|
|
4426
4333
|
}
|
|
4427
4334
|
.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{
|
|
4428
4335
|
box-shadow: 0px 0px 0px 1px rgba(0, 0, 0, 0.7),inset 0px 0px 0px 1px rgba(255, 255, 255, 0.8);
|
|
4429
|
-
border-bottom-left-radius: $
|
|
4430
|
-
border-bottom-right-radius: $
|
|
4431
|
-
border-top-left-radius: $
|
|
4432
|
-
border-top-right-radius: $
|
|
4336
|
+
border-bottom-left-radius: $fk-feather-border-radius-s;
|
|
4337
|
+
border-bottom-right-radius: $fk-feather-border-radius-s;
|
|
4338
|
+
border-top-left-radius: $fk-feather-border-radius-s;
|
|
4339
|
+
border-top-right-radius: $fk-feather-border-radius-s;
|
|
4433
4340
|
|
|
4434
4341
|
}
|
|
4435
4342
|
.k-flatcolorpicker.k-coloreditor{
|
|
@@ -4440,53 +4347,53 @@
|
|
|
4440
4347
|
}
|
|
4441
4348
|
.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{
|
|
4442
4349
|
background-color: initial;
|
|
4443
|
-
background-image: $
|
|
4350
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4444
4351
|
|
|
4445
4352
|
}
|
|
4446
4353
|
.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{
|
|
4447
4354
|
background-color: initial;
|
|
4448
|
-
background-image: $
|
|
4355
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4449
4356
|
|
|
4450
4357
|
}
|
|
4451
4358
|
.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{
|
|
4452
4359
|
background-color: initial;
|
|
4453
|
-
background-image: $
|
|
4360
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4454
4361
|
|
|
4455
4362
|
}
|
|
4456
4363
|
.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{
|
|
4457
4364
|
background-color: initial;
|
|
4458
|
-
background-image: $
|
|
4365
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4459
4366
|
|
|
4460
4367
|
}
|
|
4461
4368
|
.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{
|
|
4462
|
-
@extend %
|
|
4369
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
4463
4370
|
|
|
4464
4371
|
}
|
|
4465
4372
|
.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{
|
|
4466
4373
|
background-color: initial;
|
|
4467
|
-
background-image: $
|
|
4374
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4468
4375
|
|
|
4469
4376
|
}
|
|
4470
4377
|
.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{
|
|
4471
4378
|
background-color: initial;
|
|
4472
|
-
background-image: $
|
|
4379
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4473
4380
|
|
|
4474
4381
|
}
|
|
4475
4382
|
.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{
|
|
4476
|
-
@extend %
|
|
4383
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
4477
4384
|
|
|
4478
4385
|
}
|
|
4479
4386
|
.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{
|
|
4480
|
-
@extend %
|
|
4387
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
4481
4388
|
|
|
4482
4389
|
}
|
|
4483
4390
|
.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{
|
|
4484
|
-
@extend %
|
|
4391
|
+
@extend %fk-effects-feather-focus-inner-on-surface;
|
|
4485
4392
|
|
|
4486
4393
|
}
|
|
4487
4394
|
.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{
|
|
4488
4395
|
background-color: initial;
|
|
4489
|
-
background-image: $
|
|
4396
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4490
4397
|
|
|
4491
4398
|
}
|
|
4492
4399
|
.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{
|
|
@@ -4495,20 +4402,17 @@
|
|
|
4495
4402
|
}
|
|
4496
4403
|
.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{
|
|
4497
4404
|
background-color: initial;
|
|
4498
|
-
background-image: $
|
|
4499
|
-
color: currentcolor;
|
|
4405
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4500
4406
|
|
|
4501
4407
|
}
|
|
4502
4408
|
.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{
|
|
4503
4409
|
background-color: initial;
|
|
4504
|
-
background-image: $
|
|
4505
|
-
color: currentcolor;
|
|
4410
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4506
4411
|
|
|
4507
4412
|
}
|
|
4508
4413
|
.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{
|
|
4509
4414
|
background-color: initial;
|
|
4510
|
-
background-image: $
|
|
4511
|
-
color: currentcolor;
|
|
4415
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4512
4416
|
|
|
4513
4417
|
}
|
|
4514
4418
|
.k-autocomplete.k-input .k-input-inner::placeholder{
|
|
@@ -4523,10 +4427,10 @@
|
|
|
4523
4427
|
border-left-style: solid;
|
|
4524
4428
|
border-right-style: solid;
|
|
4525
4429
|
border-top-style: solid;
|
|
4526
|
-
border-bottom-left-radius: $
|
|
4527
|
-
border-bottom-right-radius: $
|
|
4528
|
-
border-top-left-radius: $
|
|
4529
|
-
border-top-right-radius: $
|
|
4430
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
4431
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
4432
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
4433
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4530
4434
|
|
|
4531
4435
|
}
|
|
4532
4436
|
.k-expander.k-expanded .k-expander-content-wrapper{
|
|
@@ -4546,25 +4450,25 @@
|
|
|
4546
4450
|
}
|
|
4547
4451
|
.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{
|
|
4548
4452
|
background-color: initial;
|
|
4549
|
-
background-image: $
|
|
4453
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4550
4454
|
|
|
4551
4455
|
}
|
|
4552
4456
|
.k-expander.k-focus,.k-expander.k-state-focus,.k-expander.k-state-focused,.k-expander:focus{
|
|
4553
|
-
|
|
4554
|
-
outline-style: none;
|
|
4457
|
+
outline-style: none;
|
|
4555
4458
|
z-index: 1;
|
|
4459
|
+
box-shadow: none;
|
|
4556
4460
|
|
|
4557
4461
|
}
|
|
4558
4462
|
.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{
|
|
4559
|
-
color: $
|
|
4463
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4560
4464
|
|
|
4561
4465
|
}
|
|
4562
4466
|
.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{
|
|
4563
|
-
color: $
|
|
4467
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4564
4468
|
|
|
4565
4469
|
}
|
|
4566
4470
|
.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{
|
|
4567
|
-
color: $
|
|
4471
|
+
color: $fk-feather-border-on-surface;
|
|
4568
4472
|
|
|
4569
4473
|
}
|
|
4570
4474
|
.k-expander.k-disabled .k-expander-header,.k-expander.k-state-disabled .k-expander-header,.k-expander:disabled .k-expander-header{
|
|
@@ -4576,20 +4480,20 @@
|
|
|
4576
4480
|
|
|
4577
4481
|
}
|
|
4578
4482
|
.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{
|
|
4579
|
-
color: $
|
|
4483
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4580
4484
|
|
|
4581
4485
|
}
|
|
4582
4486
|
.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{
|
|
4583
|
-
|
|
4584
|
-
background-
|
|
4585
|
-
|
|
4487
|
+
background-color: initial;
|
|
4488
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4489
|
+
box-shadow: inset 0px 0px 0px 0px rgba(0, 0, 0, 0.12);
|
|
4586
4490
|
|
|
4587
4491
|
}
|
|
4588
4492
|
.k-expander .k-expander-header{
|
|
4589
|
-
border-bottom-left-radius: $
|
|
4590
|
-
border-bottom-right-radius: $
|
|
4591
|
-
border-top-left-radius: $
|
|
4592
|
-
border-top-right-radius: $
|
|
4493
|
+
border-bottom-left-radius: $fk-feather-border-radius-s;
|
|
4494
|
+
border-bottom-right-radius: $fk-feather-border-radius-s;
|
|
4495
|
+
border-top-left-radius: $fk-feather-border-radius-s;
|
|
4496
|
+
border-top-right-radius: $fk-feather-border-radius-s;
|
|
4593
4497
|
|
|
4594
4498
|
}
|
|
4595
4499
|
.k-expander.k-expanded{
|
|
@@ -4600,59 +4504,59 @@
|
|
|
4600
4504
|
border-left-style: solid;
|
|
4601
4505
|
border-right-style: solid;
|
|
4602
4506
|
border-top-style: solid;
|
|
4603
|
-
border-bottom-left-radius: $
|
|
4604
|
-
border-bottom-right-radius: $
|
|
4605
|
-
border-top-left-radius: $
|
|
4606
|
-
border-top-right-radius: $
|
|
4507
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
4508
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
4509
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
4510
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4607
4511
|
z-index: 1;
|
|
4608
4512
|
|
|
4609
4513
|
}
|
|
4610
4514
|
.k-card .k-card-header .k-card-subtitle{
|
|
4611
|
-
@extend %
|
|
4515
|
+
@extend %fk-typography-feather-caption-text;
|
|
4612
4516
|
|
|
4613
4517
|
}
|
|
4614
4518
|
.k-card .k-card-body >p{
|
|
4615
|
-
@extend %
|
|
4519
|
+
@extend %fk-typography-feather-body-small;
|
|
4616
4520
|
|
|
4617
4521
|
}
|
|
4618
4522
|
.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{
|
|
4619
|
-
@extend %
|
|
4523
|
+
@extend %fk-effects-feather-focus-outer-on-surface-thin;
|
|
4620
4524
|
outline-style: none;
|
|
4621
4525
|
color: k-color( secondary );
|
|
4622
4526
|
|
|
4623
4527
|
}
|
|
4624
4528
|
.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{
|
|
4625
|
-
@extend %
|
|
4529
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
4626
4530
|
|
|
4627
4531
|
}
|
|
4628
4532
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-range-mid{
|
|
4629
4533
|
background-color: initial;
|
|
4630
|
-
background-image: $
|
|
4534
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4631
4535
|
|
|
4632
4536
|
}
|
|
4633
4537
|
.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{
|
|
4634
4538
|
opacity: 100%;
|
|
4635
4539
|
background-color: initial;
|
|
4636
4540
|
background-image: none;
|
|
4637
|
-
color: $
|
|
4541
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4638
4542
|
|
|
4639
4543
|
}
|
|
4640
4544
|
.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{
|
|
4641
4545
|
background-color: initial;
|
|
4642
|
-
background-image: $
|
|
4546
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4643
4547
|
color: currentcolor;
|
|
4644
4548
|
|
|
4645
4549
|
}
|
|
4646
4550
|
.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-range-mid{
|
|
4647
4551
|
background-color: initial;
|
|
4648
|
-
background-image: $
|
|
4552
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4649
4553
|
|
|
4650
4554
|
}
|
|
4651
4555
|
.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{
|
|
4652
4556
|
opacity: 100%;
|
|
4653
4557
|
background-color: initial;
|
|
4654
4558
|
background-image: none;
|
|
4655
|
-
color: $
|
|
4559
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4656
4560
|
|
|
4657
4561
|
}
|
|
4658
4562
|
.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{
|
|
@@ -4660,13 +4564,13 @@
|
|
|
4660
4564
|
|
|
4661
4565
|
}
|
|
4662
4566
|
.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td.k-selected{
|
|
4663
|
-
color: $
|
|
4567
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
4664
4568
|
font-weight: 500;
|
|
4665
4569
|
|
|
4666
4570
|
}
|
|
4667
4571
|
.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{
|
|
4668
4572
|
background-color: initial;
|
|
4669
|
-
background-image: $
|
|
4573
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4670
4574
|
|
|
4671
4575
|
}
|
|
4672
4576
|
.k-calendar .k-calendar-navigation .k-calendar-navigation-highlight{
|
|
@@ -4678,29 +4582,16 @@
|
|
|
4678
4582
|
border-left-color: k-color( primary );
|
|
4679
4583
|
border-right-color: k-color( primary );
|
|
4680
4584
|
border-top-color: k-color( primary );
|
|
4681
|
-
border-bottom-left-radius: $
|
|
4682
|
-
border-bottom-right-radius: $
|
|
4683
|
-
border-top-left-radius: $
|
|
4684
|
-
border-top-right-radius: $
|
|
4685
|
-
|
|
4686
|
-
}
|
|
4687
|
-
.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td{
|
|
4688
|
-
width: 2.5rem;
|
|
4689
|
-
|
|
4690
|
-
}
|
|
4691
|
-
.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{
|
|
4692
|
-
color: k-color( primary );
|
|
4693
|
-
|
|
4694
|
-
}
|
|
4695
|
-
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td{
|
|
4696
|
-
width: 2.5rem;
|
|
4697
|
-
height: 2.5rem;
|
|
4585
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
4586
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
4587
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
4588
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
4698
4589
|
|
|
4699
4590
|
}
|
|
4700
4591
|
.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{
|
|
4701
4592
|
color: currentcolor;
|
|
4702
4593
|
background-color: initial;
|
|
4703
|
-
background-image: $
|
|
4594
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4704
4595
|
|
|
4705
4596
|
}
|
|
4706
4597
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-selected .k-link{
|
|
@@ -4709,19 +4600,7 @@
|
|
|
4709
4600
|
|
|
4710
4601
|
}
|
|
4711
4602
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td.k-selected{
|
|
4712
|
-
color: $
|
|
4713
|
-
|
|
4714
|
-
}
|
|
4715
|
-
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-hover .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-hover .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-state-hovered .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td:hover .k-link{
|
|
4716
|
-
color: inherit;
|
|
4717
|
-
|
|
4718
|
-
}
|
|
4719
|
-
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-hover .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-hover .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-state-hovered .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td:hover .k-link{
|
|
4720
|
-
color: inherit;
|
|
4721
|
-
|
|
4722
|
-
}
|
|
4723
|
-
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-hover .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-hover .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-state-hovered .k-link,.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td:hover .k-link{
|
|
4724
|
-
color: inherit;
|
|
4603
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
4725
4604
|
|
|
4726
4605
|
}
|
|
4727
4606
|
.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{
|
|
@@ -4738,7 +4617,7 @@
|
|
|
4738
4617
|
}
|
|
4739
4618
|
.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{
|
|
4740
4619
|
background-color: initial;
|
|
4741
|
-
background-image: $
|
|
4620
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
4742
4621
|
|
|
4743
4622
|
}
|
|
4744
4623
|
.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-selected .k-link{
|
|
@@ -4750,7 +4629,7 @@
|
|
|
4750
4629
|
|
|
4751
4630
|
}
|
|
4752
4631
|
.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-selected{
|
|
4753
|
-
color: $
|
|
4632
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
4754
4633
|
font-weight: 500;
|
|
4755
4634
|
|
|
4756
4635
|
}
|
|
@@ -4759,7 +4638,7 @@
|
|
|
4759
4638
|
|
|
4760
4639
|
}
|
|
4761
4640
|
.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-selected{
|
|
4762
|
-
color: $
|
|
4641
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
4763
4642
|
font-weight: 500;
|
|
4764
4643
|
|
|
4765
4644
|
}
|
|
@@ -4768,35 +4647,35 @@
|
|
|
4768
4647
|
|
|
4769
4648
|
}
|
|
4770
4649
|
.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-selected{
|
|
4771
|
-
color: $
|
|
4650
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
4772
4651
|
font-weight: 500;
|
|
4773
4652
|
|
|
4774
4653
|
}
|
|
4775
4654
|
.k-calendar .k-calendar-view.k-calendar-yearview .k-content .k-calendar-td.k-range-mid{
|
|
4776
4655
|
background-color: initial;
|
|
4777
|
-
background-image: $
|
|
4656
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4778
4657
|
|
|
4779
4658
|
}
|
|
4780
4659
|
.k-calendar .k-calendar-view.k-calendar-decadeview .k-content .k-calendar-td.k-range-mid{
|
|
4781
4660
|
background-color: initial;
|
|
4782
|
-
background-image: $
|
|
4661
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4783
4662
|
|
|
4784
4663
|
}
|
|
4785
4664
|
.k-calendar .k-calendar-view.k-calendar-centuryview .k-content .k-calendar-td.k-range-mid{
|
|
4786
4665
|
background-color: initial;
|
|
4787
|
-
background-image: $
|
|
4666
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4788
4667
|
|
|
4789
4668
|
}
|
|
4790
4669
|
.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{
|
|
4791
4670
|
opacity: 100%;
|
|
4792
|
-
color: $
|
|
4671
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4793
4672
|
background-color: initial;
|
|
4794
4673
|
background-image: none;
|
|
4795
4674
|
|
|
4796
4675
|
}
|
|
4797
4676
|
.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{
|
|
4798
4677
|
opacity: 100%;
|
|
4799
|
-
color: $
|
|
4678
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4800
4679
|
background-color: initial;
|
|
4801
4680
|
background-image: none;
|
|
4802
4681
|
|
|
@@ -4804,7 +4683,7 @@
|
|
|
4804
4683
|
.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{
|
|
4805
4684
|
background-color: initial;
|
|
4806
4685
|
background-image: none;
|
|
4807
|
-
color: $
|
|
4686
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4808
4687
|
opacity: 100%;
|
|
4809
4688
|
|
|
4810
4689
|
}
|
|
@@ -4814,17 +4693,17 @@
|
|
|
4814
4693
|
}
|
|
4815
4694
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-range-mid{
|
|
4816
4695
|
background-color: initial;
|
|
4817
|
-
background-image: $
|
|
4696
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4818
4697
|
|
|
4819
4698
|
}
|
|
4820
4699
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-range-mid{
|
|
4821
4700
|
background-color: initial;
|
|
4822
|
-
background-image: $
|
|
4701
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4823
4702
|
|
|
4824
4703
|
}
|
|
4825
4704
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-range-mid{
|
|
4826
4705
|
background-color: initial;
|
|
4827
|
-
background-image: $
|
|
4706
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
4828
4707
|
|
|
4829
4708
|
}
|
|
4830
4709
|
.k-button.k-button-flat.k-button-flat-primary .k-button-text{
|
|
@@ -4832,8 +4711,8 @@
|
|
|
4832
4711
|
|
|
4833
4712
|
}
|
|
4834
4713
|
.k-button.k-button-flat.k-button-flat-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
4835
|
-
width: $
|
|
4836
|
-
height: $
|
|
4714
|
+
width: $fk-kendo-icon-size;
|
|
4715
|
+
height: $fk-kendo-icon-size;
|
|
4837
4716
|
color: k-color( primary-on-surface );
|
|
4838
4717
|
|
|
4839
4718
|
}
|
|
@@ -4846,7 +4725,7 @@
|
|
|
4846
4725
|
|
|
4847
4726
|
}
|
|
4848
4727
|
.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{
|
|
4849
|
-
color: $
|
|
4728
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
4850
4729
|
|
|
4851
4730
|
}
|
|
4852
4731
|
.k-colorpicker.k-picker.k-icon-picker .k-input-inner .k-value-icon.k-color-preview{
|
|
@@ -4869,47 +4748,47 @@
|
|
|
4869
4748
|
}
|
|
4870
4749
|
.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{
|
|
4871
4750
|
background-color: k-color( app-surface );
|
|
4872
|
-
background-image: $
|
|
4751
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4873
4752
|
outline-style: none;
|
|
4874
4753
|
|
|
4875
4754
|
}
|
|
4876
4755
|
.k-form-hint{
|
|
4877
4756
|
font-style: normal;
|
|
4878
|
-
font-size: $
|
|
4757
|
+
font-size: $fk-feather-font-size-md;
|
|
4879
4758
|
|
|
4880
4759
|
}
|
|
4881
4760
|
.k-form-error{
|
|
4882
|
-
font-size: $
|
|
4761
|
+
font-size: $fk-feather-font-size-md;
|
|
4883
4762
|
font-style: normal;
|
|
4884
4763
|
|
|
4885
4764
|
}
|
|
4886
4765
|
.k-dropdowntree .k-input-button.k-button.k-icon-button{
|
|
4887
|
-
width: $
|
|
4888
|
-
height: $
|
|
4766
|
+
width: $fk-feather-container-height-sm;
|
|
4767
|
+
height: $fk-feather-container-height-sm;
|
|
4889
4768
|
margin-top: 0.175rem;
|
|
4890
4769
|
margin-right: 0.25rem;
|
|
4891
|
-
border-bottom-left-radius: $
|
|
4892
|
-
border-bottom-right-radius: $
|
|
4893
|
-
border-top-left-radius: $
|
|
4894
|
-
border-top-right-radius: $
|
|
4770
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
4771
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
4772
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
4773
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
4895
4774
|
|
|
4896
4775
|
}
|
|
4897
4776
|
.k-textbox.k-input.k-input-md.k-rounded-md.k-input-solid .k-clear-value{
|
|
4898
|
-
|
|
4899
|
-
|
|
4900
|
-
border-
|
|
4901
|
-
border-
|
|
4902
|
-
|
|
4903
|
-
|
|
4777
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
4778
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
4779
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
4780
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
4781
|
+
width: $fk-feather-container-height-sm;
|
|
4782
|
+
height: $fk-feather-container-height-sm;
|
|
4904
4783
|
|
|
4905
4784
|
}
|
|
4906
4785
|
.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{
|
|
4907
|
-
width: $
|
|
4908
|
-
height: $
|
|
4909
|
-
border-bottom-left-radius: $
|
|
4910
|
-
border-bottom-right-radius: $
|
|
4911
|
-
border-top-left-radius: $
|
|
4912
|
-
border-top-right-radius: $
|
|
4786
|
+
width: $fk-feather-container-height-sm;
|
|
4787
|
+
height: $fk-feather-container-height-sm;
|
|
4788
|
+
border-bottom-left-radius: $fk-feather-border-radius-full;
|
|
4789
|
+
border-bottom-right-radius: $fk-feather-border-radius-full;
|
|
4790
|
+
border-top-left-radius: $fk-feather-border-radius-full;
|
|
4791
|
+
border-top-right-radius: $fk-feather-border-radius-full;
|
|
4913
4792
|
border-bottom-style: none;
|
|
4914
4793
|
border-left-style: none;
|
|
4915
4794
|
border-right-style: none;
|
|
@@ -4918,7 +4797,7 @@
|
|
|
4918
4797
|
|
|
4919
4798
|
}
|
|
4920
4799
|
.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{
|
|
4921
|
-
@extend %
|
|
4800
|
+
@extend %fk-effects-feather-focus-inner-on-surface-important;
|
|
4922
4801
|
|
|
4923
4802
|
}
|
|
4924
4803
|
.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{
|
|
@@ -4926,20 +4805,16 @@
|
|
|
4926
4805
|
|
|
4927
4806
|
}
|
|
4928
4807
|
.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{
|
|
4929
|
-
@extend %
|
|
4808
|
+
@extend %fk-effects-feather-focus-outer-on-color-important;
|
|
4930
4809
|
outline-style: none;
|
|
4931
4810
|
|
|
4932
4811
|
}
|
|
4933
4812
|
.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{
|
|
4934
|
-
color: $
|
|
4813
|
+
color: $fk-feather-border-on-surface;
|
|
4935
4814
|
|
|
4936
4815
|
}
|
|
4937
4816
|
.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{
|
|
4938
|
-
color: $
|
|
4939
|
-
|
|
4940
|
-
}
|
|
4941
|
-
.k-textbox.k-input .k-input-inner::placeholder{
|
|
4942
|
-
color: inherit;
|
|
4817
|
+
color: $fk-kendo-component-text;
|
|
4943
4818
|
|
|
4944
4819
|
}
|
|
4945
4820
|
.k-numerictextbox.k-input .k-input-inner::placeholder{
|
|
@@ -4955,18 +4830,18 @@
|
|
|
4955
4830
|
|
|
4956
4831
|
}
|
|
4957
4832
|
.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{
|
|
4958
|
-
@extend %
|
|
4833
|
+
@extend %fk-effects-feather-focus-invalid-outer;
|
|
4959
4834
|
|
|
4960
4835
|
}
|
|
4961
4836
|
.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{
|
|
4962
|
-
border-bottom-color: $
|
|
4963
|
-
border-left-color: $
|
|
4964
|
-
border-right-color: $
|
|
4965
|
-
border-top-color: $
|
|
4837
|
+
border-bottom-color: $fk-kendo-input-invalid-border;
|
|
4838
|
+
border-left-color: $fk-kendo-input-invalid-border;
|
|
4839
|
+
border-right-color: $fk-kendo-input-invalid-border;
|
|
4840
|
+
border-top-color: $fk-kendo-input-invalid-border;
|
|
4966
4841
|
|
|
4967
4842
|
}
|
|
4968
4843
|
.k-input.k-hover,.k-input.k-state-hover,.k-input.k-state-hovered,.k-input:hover{
|
|
4969
|
-
@extend %
|
|
4844
|
+
@extend %fk-effects-feather-input-hover-on-surface;
|
|
4970
4845
|
transition-property: all;
|
|
4971
4846
|
transition-duration: 280ms;
|
|
4972
4847
|
transition-timing-function: ease-out;
|
|
@@ -4984,11 +4859,11 @@
|
|
|
4984
4859
|
|
|
4985
4860
|
}
|
|
4986
4861
|
.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{
|
|
4987
|
-
color: $
|
|
4862
|
+
color: $fk-kendo-input-text;
|
|
4988
4863
|
|
|
4989
4864
|
}
|
|
4990
4865
|
.k-timepicker.k-input .k-input-inner{
|
|
4991
|
-
color: $
|
|
4866
|
+
color: $fk-kendo-input-text;
|
|
4992
4867
|
|
|
4993
4868
|
}
|
|
4994
4869
|
.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{
|
|
@@ -5023,7 +4898,7 @@
|
|
|
5023
4898
|
}
|
|
5024
4899
|
.k-popup.k-timepicker-popup .k-timeselector .k-time-list-container .k-time-highlight{
|
|
5025
4900
|
background-color: initial;
|
|
5026
|
-
background-image: $
|
|
4901
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
5027
4902
|
visibility: visible;
|
|
5028
4903
|
margin-top: 14px;
|
|
5029
4904
|
border-bottom-style: none;
|
|
@@ -5040,18 +4915,18 @@
|
|
|
5040
4915
|
}
|
|
5041
4916
|
.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{
|
|
5042
4917
|
background-color: initial;
|
|
5043
|
-
background-image: $
|
|
5044
|
-
border-bottom-left-radius: $
|
|
5045
|
-
border-bottom-right-radius: $
|
|
5046
|
-
border-top-left-radius: $
|
|
5047
|
-
border-top-right-radius: $
|
|
4918
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
4919
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
4920
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
4921
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
4922
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
5048
4923
|
|
|
5049
4924
|
}
|
|
5050
4925
|
.k-timeselector .k-time-list-container .k-time-list-wrapper{
|
|
5051
|
-
border-bottom-left-radius: $
|
|
5052
|
-
border-bottom-right-radius: $
|
|
5053
|
-
border-top-left-radius: $
|
|
5054
|
-
border-top-right-radius: $
|
|
4926
|
+
border-bottom-left-radius: $fk-feather-border-radius;
|
|
4927
|
+
border-bottom-right-radius: $fk-feather-border-radius;
|
|
4928
|
+
border-top-left-radius: $fk-feather-border-radius;
|
|
4929
|
+
border-top-right-radius: $fk-feather-border-radius;
|
|
5055
4930
|
padding-top: 10px;
|
|
5056
4931
|
|
|
5057
4932
|
}
|
|
@@ -5061,7 +4936,7 @@
|
|
|
5061
4936
|
|
|
5062
4937
|
}
|
|
5063
4938
|
.k-timeselector .k-time-list-container .k-time-list-wrapper .k-title{
|
|
5064
|
-
color: $
|
|
4939
|
+
color: $fk-kendo-component-text;
|
|
5065
4940
|
font-weight: 500;
|
|
5066
4941
|
line-height: 3;
|
|
5067
4942
|
position: relative;
|
|
@@ -5073,24 +4948,19 @@
|
|
|
5073
4948
|
|
|
5074
4949
|
}
|
|
5075
4950
|
.k-popup.k-timepicker-popup .k-timeselector .k-time-header .k-title{
|
|
5076
|
-
@extend %
|
|
4951
|
+
@extend %fk-typography-feather-heading-2;
|
|
5077
4952
|
|
|
5078
4953
|
}
|
|
5079
4954
|
.k-popup.k-timepicker-popup .k-time-footer.k-actions.k-actions-stretched.k-actions-horizontal{
|
|
5080
|
-
padding-bottom: $
|
|
5081
|
-
padding-left: $
|
|
5082
|
-
padding-right: $
|
|
5083
|
-
padding-top: $
|
|
5084
|
-
margin-top: $
|
|
4955
|
+
padding-bottom: $fk-feather-spacing-xs;
|
|
4956
|
+
padding-left: $fk-feather-spacing-s;
|
|
4957
|
+
padding-right: $fk-feather-spacing-s;
|
|
4958
|
+
padding-top: $fk-feather-spacing-xs;
|
|
4959
|
+
margin-top: $fk-feather-spacing-xs;
|
|
5085
4960
|
|
|
5086
4961
|
}
|
|
5087
4962
|
.k-datetimepicker.k-input .k-input-inner{
|
|
5088
|
-
color: $
|
|
5089
|
-
|
|
5090
|
-
}
|
|
5091
|
-
.k-calendar .k-calendar-navigation .k-content .k-reset >li{
|
|
5092
|
-
display: flex;
|
|
5093
|
-
flex-direction: row;
|
|
4963
|
+
color: $fk-kendo-input-text;
|
|
5094
4964
|
|
|
5095
4965
|
}
|
|
5096
4966
|
.k-popup.k-datetime-container .k-date-tab.k-datetime-wrap{
|
|
@@ -5101,7 +4971,7 @@
|
|
|
5101
4971
|
|
|
5102
4972
|
}
|
|
5103
4973
|
.k-daterangepicker .k-floating-label-container .k-dateinput.k-input .k-input-inner{
|
|
5104
|
-
color: $
|
|
4974
|
+
color: $fk-kendo-input-text;
|
|
5105
4975
|
|
|
5106
4976
|
}
|
|
5107
4977
|
.k-daterangepicker .k-floating-label-container .k-dateinput.k-input.k-input-solid{
|
|
@@ -5127,61 +4997,156 @@
|
|
|
5127
4997
|
|
|
5128
4998
|
}
|
|
5129
4999
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-yearview .k-calendar-table .k-calendar-td.k-selected{
|
|
5130
|
-
color: $
|
|
5000
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
5131
5001
|
|
|
5132
5002
|
}
|
|
5133
5003
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-decadeview .k-calendar-table .k-calendar-td.k-selected{
|
|
5134
|
-
color: $
|
|
5004
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
5135
5005
|
|
|
5136
5006
|
}
|
|
5137
5007
|
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-centuryview .k-calendar-table .k-calendar-td.k-selected{
|
|
5138
|
-
color: $
|
|
5008
|
+
color: $fk-kendo-calendar-cell-selected-text;
|
|
5139
5009
|
|
|
5140
5010
|
}
|
|
5141
5011
|
.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{
|
|
5142
|
-
@extend %
|
|
5012
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
5143
5013
|
|
|
5144
5014
|
}
|
|
5145
5015
|
.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{
|
|
5146
|
-
@extend %
|
|
5016
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
5147
5017
|
|
|
5148
5018
|
}
|
|
5149
5019
|
.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{
|
|
5150
|
-
@extend %
|
|
5020
|
+
@extend %fk-effects-feather-focus-inner-on-color;
|
|
5151
5021
|
|
|
5152
5022
|
}
|
|
5153
5023
|
.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{
|
|
5154
5024
|
background-color: initial;
|
|
5155
|
-
background-image: $
|
|
5025
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
5156
5026
|
|
|
5157
5027
|
}
|
|
5158
5028
|
.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{
|
|
5159
5029
|
background-color: initial;
|
|
5160
|
-
background-image: $
|
|
5030
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
5161
5031
|
|
|
5162
5032
|
}
|
|
5163
5033
|
.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{
|
|
5164
5034
|
background-color: initial;
|
|
5165
|
-
background-image: $
|
|
5035
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
5036
|
+
|
|
5037
|
+
}
|
|
5038
|
+
.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{
|
|
5039
|
+
color: k-color( primary );
|
|
5040
|
+
|
|
5041
|
+
}
|
|
5042
|
+
.k-calendar .k-calendar-navigation .k-content .k-reset >li{
|
|
5043
|
+
display: flex;
|
|
5044
|
+
align-items: start;
|
|
5045
|
+
|
|
5046
|
+
}
|
|
5047
|
+
.k-calendar{
|
|
5048
|
+
border-bottom-left-radius: $fk-feather-border-radius-m;
|
|
5049
|
+
border-bottom-right-radius: $fk-feather-border-radius-m;
|
|
5050
|
+
border-top-left-radius: $fk-feather-border-radius-m;
|
|
5051
|
+
border-top-right-radius: $fk-feather-border-radius-m;
|
|
5052
|
+
|
|
5053
|
+
}
|
|
5054
|
+
.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{
|
|
5055
|
+
color: k-color( primary );
|
|
5056
|
+
|
|
5057
|
+
}
|
|
5058
|
+
.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-next{
|
|
5059
|
+
color: k-color( primary );
|
|
5060
|
+
|
|
5061
|
+
}
|
|
5062
|
+
.k-calendar.k-calendar-range.k-calendar-md .k-calendar-view.k-calendar-monthview .k-calendar-table .k-calendar-td .k-link{
|
|
5063
|
+
padding-bottom: 0.5rem;
|
|
5064
|
+
padding-left: 0.5rem;
|
|
5065
|
+
padding-right: 0.5rem;
|
|
5066
|
+
padding-top: 0.5rem;
|
|
5067
|
+
|
|
5068
|
+
}
|
|
5069
|
+
.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{
|
|
5070
|
+
background-color: initial;
|
|
5071
|
+
background-image: none;
|
|
5072
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
5073
|
+
opacity: 100%;
|
|
5074
|
+
|
|
5075
|
+
}
|
|
5076
|
+
.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{
|
|
5077
|
+
background-color: initial;
|
|
5078
|
+
background-image: none;
|
|
5079
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
5080
|
+
opacity: 100%;
|
|
5081
|
+
|
|
5082
|
+
}
|
|
5083
|
+
.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{
|
|
5084
|
+
background-color: initial;
|
|
5085
|
+
background-image: none;
|
|
5086
|
+
color: $fk-feather-disabled-text-on-surface;
|
|
5087
|
+
opacity: 100%;
|
|
5088
|
+
|
|
5089
|
+
}
|
|
5090
|
+
.k-calendar .k-calendar-view.k-calendar-monthview .k-content .k-calendar-td{
|
|
5091
|
+
width: 2.5rem;
|
|
5092
|
+
height: 2.5rem;
|
|
5166
5093
|
|
|
5167
5094
|
}
|
|
5168
|
-
.k-calendar.k-calendar-
|
|
5169
|
-
|
|
5095
|
+
.k-calendar .k-calendar-view.k-calendar-monthview .k-calendar-table.k-calendar-weekdays .k-calendar-thead .k-calendar-tr .k-calendar-th{
|
|
5096
|
+
width: 2.5rem;
|
|
5097
|
+
height: 2.5rem;
|
|
5170
5098
|
|
|
5171
5099
|
}
|
|
5172
|
-
.k-
|
|
5173
|
-
color: $
|
|
5100
|
+
.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{
|
|
5101
|
+
color: $fk-kendo-component-text;
|
|
5174
5102
|
|
|
5175
5103
|
}
|
|
5176
|
-
.k-
|
|
5177
|
-
color: $
|
|
5104
|
+
.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{
|
|
5105
|
+
color: $fk-kendo-component-text;
|
|
5178
5106
|
|
|
5179
5107
|
}
|
|
5180
|
-
.
|
|
5181
|
-
|
|
5108
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-4 .k-loader-canvas{
|
|
5109
|
+
visibility: hidden;
|
|
5182
5110
|
|
|
5183
5111
|
}
|
|
5184
|
-
.
|
|
5185
|
-
|
|
5112
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-4::before{
|
|
5113
|
+
visibility: visible;
|
|
5114
|
+
|
|
5115
|
+
}
|
|
5116
|
+
.k-button.k-selected.k-button-solid-primary .k-button-icon.k-icon.k-svg-icon >svg{
|
|
5117
|
+
color: k-color( primary );
|
|
5118
|
+
|
|
5119
|
+
}
|
|
5120
|
+
.fk-loader.k-loader.k-loader-lg.k-loader-spinner-4{
|
|
5121
|
+
visibility: hidden;
|
|
5122
|
+
|
|
5123
|
+
}
|
|
5124
|
+
.fk-loader.k-loader.k-loader-sm.k-loader-spinner-3 .k-loader-canvas{
|
|
5125
|
+
visibility: hidden;
|
|
5126
|
+
|
|
5127
|
+
}
|
|
5128
|
+
.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{
|
|
5129
|
+
width: $fk-feather-icon-size;
|
|
5130
|
+
height: $fk-feather-icon-size;
|
|
5131
|
+
|
|
5132
|
+
}
|
|
5133
|
+
.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{
|
|
5134
|
+
border-bottom-style: none;
|
|
5135
|
+
border-left-style: none;
|
|
5136
|
+
border-right-style: none;
|
|
5137
|
+
border-top-style: none;
|
|
5138
|
+
background-color: inherit;
|
|
5139
|
+
background-image: $fk-feather-focused-on-surface-gradient;
|
|
5140
|
+
|
|
5141
|
+
}
|
|
5142
|
+
.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{
|
|
5143
|
+
background-color: inherit;
|
|
5144
|
+
background-image: $fk-feather-hover-on-surface-gradient;
|
|
5145
|
+
aspect-ratio: 1/1;
|
|
5146
|
+
|
|
5147
|
+
}
|
|
5148
|
+
.k-button.k-active.k-icon-button,.k-button.k-state-active.k-icon-button,.k-button:active.k-icon-button{
|
|
5149
|
+
background-color: inherit;
|
|
5150
|
+
background-image: $fk-feather-active-on-surface-gradient;
|
|
5186
5151
|
|
|
5187
5152
|
}
|