@featherk/styles 0.6.3 → 0.6.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/v8.2.0/css/featherk-beautified.css +196 -121
- package/dist/v8.2.0/css/featherk.css +1 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-datetime.css +37 -0
- package/dist/v8.2.0/external-styles/featherk-overrides--k-menu.css +8 -1
- package/dist/v8.2.0/external-styles/featherk-overrides--k-version.css +3 -0
- package/dist/v8.2.0/scss/_externalStyles.scss +9 -7
- package/dist/v8.2.0/scss/_fonts.scss +17 -17
- package/dist/v8.2.0/scss/_overrides.scss +53 -33
- package/dist/v8.2.0/scss/_tokens.scss +4 -0
- package/dist/v8.2.0/scss/custom-components/_fk-container-with-heading.scss +22 -0
- package/dist/v8.2.0/scss/custom-components/index.scss +2 -0
- package/dist/v8.2.0/scss/index.scss +2 -1
- package/package.json +1 -1
|
@@ -1,4 +1,11 @@
|
|
|
1
1
|
/* Compatible with @progress/kendo-theme-default v.8.2.0 */
|
|
2
|
+
@font-face {
|
|
3
|
+
font-family: Inter;
|
|
4
|
+
src: url("../fonts/Inter-Regular.woff2") format("woff2");
|
|
5
|
+
font-style: normal;
|
|
6
|
+
font-weight: 400;
|
|
7
|
+
font-display: auto;
|
|
8
|
+
}
|
|
2
9
|
@font-face {
|
|
3
10
|
font-family: Inter;
|
|
4
11
|
src: url("../fonts/Inter-Light.woff2") format("woff2");
|
|
@@ -15,30 +22,30 @@
|
|
|
15
22
|
}
|
|
16
23
|
@font-face {
|
|
17
24
|
font-family: Inter;
|
|
18
|
-
src: url("../fonts/Inter-
|
|
25
|
+
src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
|
|
19
26
|
font-style: italic;
|
|
20
|
-
font-weight:
|
|
27
|
+
font-weight: 700;
|
|
21
28
|
font-display: auto;
|
|
22
29
|
}
|
|
23
30
|
@font-face {
|
|
24
31
|
font-family: Inter;
|
|
25
|
-
src: url("../fonts/Inter-
|
|
32
|
+
src: url("../fonts/Inter-MediumItalic.woff2") format("woff2");
|
|
26
33
|
font-style: italic;
|
|
27
|
-
font-weight:
|
|
34
|
+
font-weight: 500;
|
|
28
35
|
font-display: auto;
|
|
29
36
|
}
|
|
30
37
|
@font-face {
|
|
31
38
|
font-family: Inter;
|
|
32
|
-
src: url("../fonts/Inter-
|
|
33
|
-
font-style:
|
|
34
|
-
font-weight:
|
|
39
|
+
src: url("../fonts/Inter-LightItalic.woff2") format("woff2");
|
|
40
|
+
font-style: italic;
|
|
41
|
+
font-weight: 300;
|
|
35
42
|
font-display: auto;
|
|
36
43
|
}
|
|
37
44
|
@font-face {
|
|
38
45
|
font-family: Inter;
|
|
39
|
-
src: url("../fonts/Inter-
|
|
46
|
+
src: url("../fonts/Inter-Italic.woff2") format("woff2");
|
|
40
47
|
font-style: italic;
|
|
41
|
-
font-weight:
|
|
48
|
+
font-weight: 400;
|
|
42
49
|
font-display: auto;
|
|
43
50
|
}
|
|
44
51
|
@font-face {
|
|
@@ -48,13 +55,6 @@
|
|
|
48
55
|
font-weight: 500;
|
|
49
56
|
font-display: auto;
|
|
50
57
|
}
|
|
51
|
-
@font-face {
|
|
52
|
-
font-family: Inter;
|
|
53
|
-
src: url("../fonts/Inter-BoldItalic.woff2") format("woff2");
|
|
54
|
-
font-style: italic;
|
|
55
|
-
font-weight: 700;
|
|
56
|
-
font-display: auto;
|
|
57
|
-
}
|
|
58
58
|
:root {
|
|
59
59
|
--kendo-color-app-surface: rgb(252, 252, 255);
|
|
60
60
|
--kendo-color-on-app-surface: rgba(10, 12, 27, 0.7);
|
|
@@ -162,7 +162,7 @@
|
|
|
162
162
|
--kendo-color-dark-emphasis: #666666;
|
|
163
163
|
--kendo-color-dark-on-subtle: #1f1f1f;
|
|
164
164
|
--kendo-color-on-dark: #ffffff;
|
|
165
|
-
--kendo-color-dark-on-surface:
|
|
165
|
+
--kendo-color-dark-on-surface: rgba(10, 12, 27, 0.6);
|
|
166
166
|
--kendo-color-inverse-subtle: #c2c2c2;
|
|
167
167
|
--kendo-color-inverse-subtle-hover: #adadad;
|
|
168
168
|
--kendo-color-inverse-subtle-active: #999999;
|
|
@@ -26814,7 +26814,7 @@ kendo-badge-container {
|
|
|
26814
26814
|
.k-button-outline-dark {
|
|
26815
26815
|
box-shadow: none;
|
|
26816
26816
|
border-color: currentColor;
|
|
26817
|
-
color: var(--kendo-color-dark-on-surface,
|
|
26817
|
+
color: var(--kendo-color-dark-on-surface, rgba(10, 12, 27, 0.6));
|
|
26818
26818
|
background-color: rgba(0, 0, 0, 0);
|
|
26819
26819
|
}
|
|
26820
26820
|
.k-button-outline-dark:hover,
|
|
@@ -26949,7 +26949,7 @@ kendo-badge-container {
|
|
|
26949
26949
|
color: var(--kendo-color-error-on-surface, rgb(123.75, 1.5, 23.25));
|
|
26950
26950
|
}
|
|
26951
26951
|
.k-button-flat-dark {
|
|
26952
|
-
color: var(--kendo-color-dark-on-surface,
|
|
26952
|
+
color: var(--kendo-color-dark-on-surface, rgba(10, 12, 27, 0.6));
|
|
26953
26953
|
}
|
|
26954
26954
|
.k-button-flat-light {
|
|
26955
26955
|
color: var(--kendo-color-light-on-surface, #e0e0e0);
|
|
@@ -27248,7 +27248,7 @@ kendo-badge-container {
|
|
|
27248
27248
|
display: block;
|
|
27249
27249
|
}
|
|
27250
27250
|
.k-button-clear-dark {
|
|
27251
|
-
color: var(--kendo-color-dark-on-surface,
|
|
27251
|
+
color: var(--kendo-color-dark-on-surface, rgba(10, 12, 27, 0.6));
|
|
27252
27252
|
}
|
|
27253
27253
|
.k-button-clear-dark:focus::after,
|
|
27254
27254
|
.k-button-clear-dark.k-focus::after,
|
|
@@ -47195,66 +47195,6 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47195
47195
|
--breakpoint-md: 600px;
|
|
47196
47196
|
--breakpoint-lg: 1440px;
|
|
47197
47197
|
}
|
|
47198
|
-
.k-animation-container:has(.k-tooltip) {
|
|
47199
|
-
white-space: overflow-wrap;
|
|
47200
|
-
background-color: var(--kendo-color-primary-hover);
|
|
47201
|
-
border-radius: 0.25rem;
|
|
47202
|
-
max-width: 50ch;
|
|
47203
|
-
}
|
|
47204
|
-
.k-animation-container:has(.k-tooltip) .k-tooltip {
|
|
47205
|
-
color: var(--kendo-color-light);
|
|
47206
|
-
padding: 0.5rem 1rem;
|
|
47207
|
-
font-size: 0.875rem;
|
|
47208
|
-
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
47209
|
-
}
|
|
47210
|
-
.k-animation-container:has(.k-tooltip) .k-callout {
|
|
47211
|
-
display: none;
|
|
47212
|
-
}
|
|
47213
|
-
:is([class*="fk-popup-alert"]).k-animation-container .k-popup {
|
|
47214
|
-
box-shadow: none;
|
|
47215
|
-
border-radius: 0.25rem;
|
|
47216
|
-
}
|
|
47217
|
-
:is([class*="fk-popup-alert"]).k-animation-container .k-popup div {
|
|
47218
|
-
display: flex;
|
|
47219
|
-
flex-direction: row;
|
|
47220
|
-
align-items: center;
|
|
47221
|
-
gap: 1rem;
|
|
47222
|
-
color: var(--kendo-color-secondary-text);
|
|
47223
|
-
background-color: var(--kendo-color-surface);
|
|
47224
|
-
padding-block: 0.25rem;
|
|
47225
|
-
padding-inline: 1rem 0.5rem;
|
|
47226
|
-
border-radius: 0.25rem;
|
|
47227
|
-
border: 1px solid;
|
|
47228
|
-
border-color: var(--kendo-color-border);
|
|
47229
|
-
box-shadow: none;
|
|
47230
|
-
cursor: pointer;
|
|
47231
|
-
}
|
|
47232
|
-
:is([class*="fk-popup-alert"]).k-animation-container .k-popup div .k-icon {
|
|
47233
|
-
flex-shrink: 0;
|
|
47234
|
-
align-self: start;
|
|
47235
|
-
}
|
|
47236
|
-
.fk-popup-alert-info.k-animation-container .k-popup div {
|
|
47237
|
-
border-color: var(--kendo-color-info);
|
|
47238
|
-
color: var(--kendo-color-info);
|
|
47239
|
-
background-color: var(--kendo-color-info-subtle);
|
|
47240
|
-
}
|
|
47241
|
-
.fk-popup-alert-warning.k-animation-container .k-popup div {
|
|
47242
|
-
border-color: var(--kendo-color-warning);
|
|
47243
|
-
background-color: var(--kendo-color-warning-subtle);
|
|
47244
|
-
}
|
|
47245
|
-
.fk-popup-alert-error.k-animation-container .k-popup div {
|
|
47246
|
-
border-color: var(--kendo-color-error);
|
|
47247
|
-
color: var(--kendo-color-error);
|
|
47248
|
-
background-color: var(--kendo-color-error-subtle);
|
|
47249
|
-
}
|
|
47250
|
-
.fk-popup-alert-success.k-animation-container .k-popup div {
|
|
47251
|
-
border-color: var(--kendo-color-success);
|
|
47252
|
-
color: var(--kendo-color-success);
|
|
47253
|
-
background-color: var(--kendo-color-success-subtle);
|
|
47254
|
-
}
|
|
47255
|
-
.k-expander-header:focus-visible {
|
|
47256
|
-
box-shadow: inset 0px 0px 0px 2px #195bb5;
|
|
47257
|
-
}
|
|
47258
47198
|
.k-slider .k-tick {
|
|
47259
47199
|
background-image: none;
|
|
47260
47200
|
}
|
|
@@ -47373,6 +47313,94 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47373
47313
|
clip-path: polygon(50% 50%, 0 0, 100% 0, 100% 100%, 0 100%, 0 0);
|
|
47374
47314
|
}
|
|
47375
47315
|
}
|
|
47316
|
+
:is([class*="fk-popup-alert"]).k-animation-container .k-popup {
|
|
47317
|
+
box-shadow: none;
|
|
47318
|
+
border-radius: 0.25rem;
|
|
47319
|
+
}
|
|
47320
|
+
:is([class*="fk-popup-alert"]).k-animation-container .k-popup div {
|
|
47321
|
+
display: flex;
|
|
47322
|
+
flex-direction: row;
|
|
47323
|
+
align-items: center;
|
|
47324
|
+
gap: 1rem;
|
|
47325
|
+
color: var(--kendo-color-secondary-text);
|
|
47326
|
+
background-color: var(--kendo-color-surface);
|
|
47327
|
+
padding-block: 0.25rem;
|
|
47328
|
+
padding-inline: 1rem 0.5rem;
|
|
47329
|
+
border-radius: 0.25rem;
|
|
47330
|
+
border: 1px solid;
|
|
47331
|
+
border-color: var(--kendo-color-border);
|
|
47332
|
+
box-shadow: none;
|
|
47333
|
+
cursor: pointer;
|
|
47334
|
+
}
|
|
47335
|
+
:is([class*="fk-popup-alert"]).k-animation-container .k-popup div .k-icon {
|
|
47336
|
+
flex-shrink: 0;
|
|
47337
|
+
align-self: start;
|
|
47338
|
+
}
|
|
47339
|
+
.fk-popup-alert-info.k-animation-container .k-popup div {
|
|
47340
|
+
border-color: var(--kendo-color-info);
|
|
47341
|
+
color: var(--kendo-color-info);
|
|
47342
|
+
background-color: var(--kendo-color-info-subtle);
|
|
47343
|
+
}
|
|
47344
|
+
.fk-popup-alert-warning.k-animation-container .k-popup div {
|
|
47345
|
+
border-color: var(--kendo-color-warning);
|
|
47346
|
+
background-color: var(--kendo-color-warning-subtle);
|
|
47347
|
+
}
|
|
47348
|
+
.fk-popup-alert-error.k-animation-container .k-popup div {
|
|
47349
|
+
border-color: var(--kendo-color-error);
|
|
47350
|
+
color: var(--kendo-color-error);
|
|
47351
|
+
background-color: var(--kendo-color-error-subtle);
|
|
47352
|
+
}
|
|
47353
|
+
.fk-popup-alert-success.k-animation-container .k-popup div {
|
|
47354
|
+
border-color: var(--kendo-color-success);
|
|
47355
|
+
color: var(--kendo-color-success);
|
|
47356
|
+
background-color: var(--kendo-color-success-subtle);
|
|
47357
|
+
}
|
|
47358
|
+
.k-animation-container:has(.k-tooltip) {
|
|
47359
|
+
white-space: overflow-wrap;
|
|
47360
|
+
background-color: var(--kendo-color-primary-hover);
|
|
47361
|
+
border-radius: 0.25rem;
|
|
47362
|
+
max-width: 50ch;
|
|
47363
|
+
}
|
|
47364
|
+
.k-animation-container:has(.k-tooltip) .k-tooltip {
|
|
47365
|
+
color: var(--kendo-color-light);
|
|
47366
|
+
padding: 0.5rem 1rem;
|
|
47367
|
+
font-size: 0.875rem;
|
|
47368
|
+
box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
|
|
47369
|
+
}
|
|
47370
|
+
.k-animation-container:has(.k-tooltip) .k-callout {
|
|
47371
|
+
display: none;
|
|
47372
|
+
}
|
|
47373
|
+
.k-expander-header:focus-visible {
|
|
47374
|
+
box-shadow: inset 0px 0px 0px 2px #195bb5;
|
|
47375
|
+
}
|
|
47376
|
+
.k-icon-wrap::before,
|
|
47377
|
+
.k-checkbox-wrap::before,
|
|
47378
|
+
.k-list-optionlabel::before,
|
|
47379
|
+
.k-table-list .k-table-group-row::before,
|
|
47380
|
+
.k-skeleton-text:empty::before,
|
|
47381
|
+
.k-placeholder-line:empty::before,
|
|
47382
|
+
.k-input-value-text::before,
|
|
47383
|
+
.k-radio-wrap::before,
|
|
47384
|
+
.k-calendar-infinite .k-calendar-view::after,
|
|
47385
|
+
.k-calendar-navigation::before,
|
|
47386
|
+
.k-calendar-navigation::after,
|
|
47387
|
+
.k-time-list-wrapper.k-focus::before,
|
|
47388
|
+
.k-time-list-wrapper.k-focus::after,
|
|
47389
|
+
.k-time-list::before,
|
|
47390
|
+
.k-time-list::after,
|
|
47391
|
+
.k-multiselecttree .k-input-inner::before,
|
|
47392
|
+
.k-window-title::before,
|
|
47393
|
+
.k-gantt-tasks td::after {
|
|
47394
|
+
content: "";
|
|
47395
|
+
}
|
|
47396
|
+
.fk-daterangepicker .k-maskedtextbox {
|
|
47397
|
+
width: 16rem;
|
|
47398
|
+
min-width: 16rem;
|
|
47399
|
+
}
|
|
47400
|
+
.fk-daterangepicker .k-maskedtextbox:has(.k-clear-value) {
|
|
47401
|
+
width: 18rem;
|
|
47402
|
+
min-width: 18rem;
|
|
47403
|
+
}
|
|
47376
47404
|
.fk-daterangepicker .k-input-suffix,
|
|
47377
47405
|
.fk-daterangepicker .k-input-prefix {
|
|
47378
47406
|
cursor: pointer;
|
|
@@ -47425,6 +47453,28 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47425
47453
|
.k-animation-container:has(.k-calendar-view) {
|
|
47426
47454
|
margin-top: 0.25rem;
|
|
47427
47455
|
}
|
|
47456
|
+
.fk-timepicker .k-timepicker {
|
|
47457
|
+
width: 10rem;
|
|
47458
|
+
min-width: 10rem;
|
|
47459
|
+
display: flex;
|
|
47460
|
+
justify-content: space-between;
|
|
47461
|
+
}
|
|
47462
|
+
.fk-timepicker .k-timepicker.k-input .k-maskedtextbox.k-input,
|
|
47463
|
+
.fk-timepicker .k-timepicker.k-input.k-focus .k-maskedtextbox.k-input {
|
|
47464
|
+
border: 0;
|
|
47465
|
+
outline: 0;
|
|
47466
|
+
}
|
|
47467
|
+
.fk-datepicker .k-datepicker {
|
|
47468
|
+
width: 10rem;
|
|
47469
|
+
min-width: 10rem;
|
|
47470
|
+
display: flex;
|
|
47471
|
+
justify-content: space-between;
|
|
47472
|
+
}
|
|
47473
|
+
.fk-datepicker .k-datepicker.k-input .k-maskedtextbox.k-input,
|
|
47474
|
+
.fk-datepicker .k-datepicker.k-input.k-focus .k-maskedtextbox.k-input {
|
|
47475
|
+
border: 0;
|
|
47476
|
+
outline: 0;
|
|
47477
|
+
}
|
|
47428
47478
|
.fk-menu .k-menu.k-menu-horizontal > .k-item.k-menu-item {
|
|
47429
47479
|
position: relative;
|
|
47430
47480
|
}
|
|
@@ -47437,12 +47487,21 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47437
47487
|
content: "";
|
|
47438
47488
|
position: absolute;
|
|
47439
47489
|
top: 0;
|
|
47440
|
-
bottom: 0;
|
|
47441
47490
|
background: var(--kendo-color-border);
|
|
47442
47491
|
width: 1px;
|
|
47443
47492
|
margin: 0 -1px;
|
|
47444
47493
|
pointer-events: none;
|
|
47445
47494
|
}
|
|
47495
|
+
.fk-menu
|
|
47496
|
+
.k-menu.k-menu-horizontal
|
|
47497
|
+
> .k-item.k-menu-item.fk-separator-prefix::before {
|
|
47498
|
+
left: 0;
|
|
47499
|
+
}
|
|
47500
|
+
.fk-menu
|
|
47501
|
+
.k-menu.k-menu-horizontal
|
|
47502
|
+
> .k-item.k-menu-item.fk-separator-suffix::after {
|
|
47503
|
+
right: 0;
|
|
47504
|
+
}
|
|
47446
47505
|
.fk-menu
|
|
47447
47506
|
.k-menu.k-menu-vertical
|
|
47448
47507
|
> .k-item.k-menu-item.fk-separator-prefix::before,
|
|
@@ -47460,25 +47519,8 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47460
47519
|
width: -moz-fit-content;
|
|
47461
47520
|
width: fit-content;
|
|
47462
47521
|
}
|
|
47463
|
-
.
|
|
47464
|
-
|
|
47465
|
-
.k-list-optionlabel::before,
|
|
47466
|
-
.k-table-list .k-table-group-row::before,
|
|
47467
|
-
.k-skeleton-text:empty::before,
|
|
47468
|
-
.k-placeholder-line:empty::before,
|
|
47469
|
-
.k-input-value-text::before,
|
|
47470
|
-
.k-radio-wrap::before,
|
|
47471
|
-
.k-calendar-infinite .k-calendar-view::after,
|
|
47472
|
-
.k-calendar-navigation::before,
|
|
47473
|
-
.k-calendar-navigation::after,
|
|
47474
|
-
.k-time-list-wrapper.k-focus::before,
|
|
47475
|
-
.k-time-list-wrapper.k-focus::after,
|
|
47476
|
-
.k-time-list::before,
|
|
47477
|
-
.k-time-list::after,
|
|
47478
|
-
.k-multiselecttree .k-input-inner::before,
|
|
47479
|
-
.k-window-title::before,
|
|
47480
|
-
.k-gantt-tasks td::after {
|
|
47481
|
-
content: "";
|
|
47522
|
+
.tb-v8_2_0 {
|
|
47523
|
+
font-family: "Inter";
|
|
47482
47524
|
}
|
|
47483
47525
|
.k-tabstrip .k-tabstrip-content.k-active,
|
|
47484
47526
|
.k-tabstrip .k-tabstrip-content.k-state-active,
|
|
@@ -47488,7 +47530,8 @@ kendo-scrollview.k-scrollview .k-scrollview-nav {
|
|
|
47488
47530
|
font-weight: 500;
|
|
47489
47531
|
line-height: 1.4285714286;
|
|
47490
47532
|
}
|
|
47491
|
-
h1
|
|
47533
|
+
h1,
|
|
47534
|
+
h1:hover {
|
|
47492
47535
|
font-family: Inter;
|
|
47493
47536
|
font-size: 1.5rem;
|
|
47494
47537
|
font-weight: 700;
|
|
@@ -47502,8 +47545,8 @@ h2 {
|
|
|
47502
47545
|
font-weight: 400;
|
|
47503
47546
|
line-height: 1.5;
|
|
47504
47547
|
}
|
|
47505
|
-
|
|
47506
|
-
|
|
47548
|
+
h3,
|
|
47549
|
+
.k-card .k-card-header .k-card-title {
|
|
47507
47550
|
font-family: Inter;
|
|
47508
47551
|
font-size: 1.1875rem;
|
|
47509
47552
|
font-weight: 700;
|
|
@@ -47516,13 +47559,6 @@ h4 {
|
|
|
47516
47559
|
font-weight: 400;
|
|
47517
47560
|
line-height: 1.5;
|
|
47518
47561
|
}
|
|
47519
|
-
h5 {
|
|
47520
|
-
font-family: Inter;
|
|
47521
|
-
font-size: 0.875rem;
|
|
47522
|
-
font-weight: 700;
|
|
47523
|
-
line-height: 1.5;
|
|
47524
|
-
letter-spacing: 0.02em;
|
|
47525
|
-
}
|
|
47526
47562
|
h6 {
|
|
47527
47563
|
font-family: Inter;
|
|
47528
47564
|
font-size: 0.8125rem;
|
|
@@ -47539,6 +47575,7 @@ h6 {
|
|
|
47539
47575
|
font-weight: 400;
|
|
47540
47576
|
line-height: 1.5;
|
|
47541
47577
|
}
|
|
47578
|
+
.fk-container,
|
|
47542
47579
|
.k-card .k-card-body > p,
|
|
47543
47580
|
.k-floating-label-container.k-empty .k-floating-label,
|
|
47544
47581
|
.k-menu-popup
|
|
@@ -47556,8 +47593,6 @@ h6 {
|
|
|
47556
47593
|
.k-dropdownlist .k-input-inner .k-input-value-text,
|
|
47557
47594
|
.k-pager .k-pager-sizes .k-dropdownlist .k-input-inner .k-input-value-text,
|
|
47558
47595
|
.k-numerictextbox.k-input.k-input-md,
|
|
47559
|
-
div,
|
|
47560
|
-
ul,
|
|
47561
47596
|
.k-window .k-window-content,
|
|
47562
47597
|
.k-window,
|
|
47563
47598
|
.k-window.k-dialog .k-window-content.k-dialog-content,
|
|
@@ -52040,7 +52075,7 @@ ul,
|
|
|
52040
52075
|
transition-duration: 280ms;
|
|
52041
52076
|
transition-property: all;
|
|
52042
52077
|
transition-timing-function: ease-out;
|
|
52043
|
-
min-width:
|
|
52078
|
+
min-width: unset;
|
|
52044
52079
|
}
|
|
52045
52080
|
.k-timepicker.k-input.k-input-solid {
|
|
52046
52081
|
border-bottom-color: currentcolor;
|
|
@@ -55300,10 +55335,10 @@ div.feather-ks-spacing-s {
|
|
|
55300
55335
|
box-shadow: none;
|
|
55301
55336
|
}
|
|
55302
55337
|
.k-expander .k-expander-header {
|
|
55303
|
-
border-bottom-left-radius: 0.
|
|
55304
|
-
border-bottom-right-radius: 0.
|
|
55305
|
-
border-top-left-radius: 0.
|
|
55306
|
-
border-top-right-radius: 0.
|
|
55338
|
+
border-bottom-left-radius: 0.25rem;
|
|
55339
|
+
border-bottom-right-radius: 0.25rem;
|
|
55340
|
+
border-top-left-radius: 0.25rem;
|
|
55341
|
+
border-top-right-radius: 0.25rem;
|
|
55307
55342
|
}
|
|
55308
55343
|
.k-expander.k-expanded {
|
|
55309
55344
|
transition-property: all;
|
|
@@ -55313,10 +55348,6 @@ div.feather-ks-spacing-s {
|
|
|
55313
55348
|
border-left-style: solid;
|
|
55314
55349
|
border-right-style: solid;
|
|
55315
55350
|
border-top-style: solid;
|
|
55316
|
-
border-bottom-left-radius: 0.25rem;
|
|
55317
|
-
border-bottom-right-radius: 0.25rem;
|
|
55318
|
-
border-top-left-radius: 0.25rem;
|
|
55319
|
-
border-top-right-radius: 0.25rem;
|
|
55320
55351
|
z-index: 1;
|
|
55321
55352
|
}
|
|
55322
55353
|
.k-button.k-focus.k-button-outline.k-button-outline-primary,
|
|
@@ -56916,3 +56947,47 @@ div.feather-ks-spacing-s {
|
|
|
56916
56947
|
rgba(25, 91, 181, 0.12)
|
|
56917
56948
|
);
|
|
56918
56949
|
}
|
|
56950
|
+
div.fk-container {
|
|
56951
|
+
padding-bottom: 1rem;
|
|
56952
|
+
padding-left: 1rem;
|
|
56953
|
+
padding-right: 1rem;
|
|
56954
|
+
padding-top: 1rem;
|
|
56955
|
+
background-color: #fcfcff;
|
|
56956
|
+
background-image: none;
|
|
56957
|
+
border-bottom-left-radius: 0.25rem;
|
|
56958
|
+
border-bottom-right-radius: 0.25rem;
|
|
56959
|
+
border-top-left-radius: 0.25rem;
|
|
56960
|
+
border-top-right-radius: 0.25rem;
|
|
56961
|
+
border-bottom-width: 1px;
|
|
56962
|
+
border-left-width: 1px;
|
|
56963
|
+
border-right-width: 1px;
|
|
56964
|
+
border-top-width: 1px;
|
|
56965
|
+
border-bottom-color: rgba(10, 12, 27, 0.12);
|
|
56966
|
+
border-bottom-style: solid;
|
|
56967
|
+
border-left-color: rgba(10, 12, 27, 0.12);
|
|
56968
|
+
border-left-style: solid;
|
|
56969
|
+
border-right-color: rgba(10, 12, 27, 0.12);
|
|
56970
|
+
border-right-style: solid;
|
|
56971
|
+
border-top-color: rgba(10, 12, 27, 0.12);
|
|
56972
|
+
border-top-style: solid;
|
|
56973
|
+
display: flex;
|
|
56974
|
+
flex-direction: column;
|
|
56975
|
+
row-gap: 0.75rem;
|
|
56976
|
+
}
|
|
56977
|
+
p {
|
|
56978
|
+
font-family: Inter;
|
|
56979
|
+
}
|
|
56980
|
+
.fk-container .fk-container-actions {
|
|
56981
|
+
justify-content: end;
|
|
56982
|
+
display: inline-flex;
|
|
56983
|
+
}
|
|
56984
|
+
.fk-container .fk-container-content {
|
|
56985
|
+
display: flex;
|
|
56986
|
+
}
|
|
56987
|
+
.fk-container .fk-container-heading-section {
|
|
56988
|
+
height: auto;
|
|
56989
|
+
display: flex;
|
|
56990
|
+
flex-direction: column;
|
|
56991
|
+
justify-content: space-around;
|
|
56992
|
+
align-items: stretch;
|
|
56993
|
+
}
|