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