@featherk/styles 0.10.0 → 0.10.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.
|
@@ -19,14 +19,45 @@ This override forces the Kendo UI grid to replace the "overflow" icon with a "fi
|
|
|
19
19
|
transform: translate(-0.875rem, 0.125rem);
|
|
20
20
|
scale: 0.625;
|
|
21
21
|
}
|
|
22
|
+
.fk-grid.k-grid.k-grid-md
|
|
23
|
+
.k-table
|
|
24
|
+
.k-table-tbody
|
|
25
|
+
.k-master-row.k-table-row.k-alt.k-table-alt-row {
|
|
26
|
+
background-color: var(--kendo-color-app-surface);
|
|
27
|
+
}
|
|
22
28
|
.fk-grid.k-grid.k-grid-md
|
|
23
29
|
.k-table
|
|
24
30
|
.k-table-tbody
|
|
25
31
|
.k-master-row.k-table-row.k-alt.k-table-alt-row:hover {
|
|
26
32
|
background-color: color-mix(
|
|
27
33
|
in srgb,
|
|
28
|
-
var(--kendo-color-
|
|
29
|
-
|
|
34
|
+
var(--kendo-color-primary) 10%,
|
|
35
|
+
var(--kendo-color-app-surface) 90%
|
|
36
|
+
);
|
|
37
|
+
border-bottom-color: inherit;
|
|
38
|
+
}
|
|
39
|
+
.fk-grid.k-grid.k-grid-md
|
|
40
|
+
.k-table
|
|
41
|
+
.k-table-tbody
|
|
42
|
+
.k-master-row.k-table-row:hover {
|
|
43
|
+
background-color: color-mix(
|
|
44
|
+
in srgb,
|
|
45
|
+
var(--kendo-color-primary) 10%,
|
|
46
|
+
var(--kendo-color-app-surface) 90%
|
|
47
|
+
);
|
|
48
|
+
border-bottom-color: inherit;
|
|
49
|
+
}
|
|
50
|
+
.fk-grid.k-grid.k-grid-md
|
|
51
|
+
.k-table
|
|
52
|
+
.k-table-tbody
|
|
53
|
+
.k-master-row.k-table-row:has(
|
|
54
|
+
.k-button:focus,
|
|
55
|
+
.k-button[aria-expanded="true"]
|
|
56
|
+
) {
|
|
57
|
+
background-color: color-mix(
|
|
58
|
+
in srgb,
|
|
59
|
+
var(--kendo-color-primary) 10%,
|
|
60
|
+
var(--kendo-color-app-surface) 90%
|
|
30
61
|
);
|
|
31
62
|
border-bottom-color: inherit;
|
|
32
63
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
@use "../external-styles/featherk-map-evitiAdvisor.css";
|
|
2
2
|
|
|
3
|
-
@use "../external-styles/featherk-overrides--k-slider.css";
|
|
4
|
-
|
|
5
|
-
@use "../external-styles/featherk-overrides--k-loader.css";
|
|
6
|
-
|
|
7
3
|
@use "../external-styles/featherk-overrides--k-tooltip.css";
|
|
8
4
|
|
|
9
5
|
@use "../external-styles/featherk-overrides--k-expander.css";
|
|
10
6
|
|
|
7
|
+
@use "../external-styles/featherk-overrides--k-slider.css";
|
|
8
|
+
|
|
9
|
+
@use "../external-styles/featherk-overrides--k-loader.css";
|
|
10
|
+
|
|
11
11
|
@use "../external-styles/featherk-overrides--k-version.css";
|
|
12
12
|
|
|
13
13
|
@use "../external-styles/featherk-overrides--k-zerowidthspace.css";
|
|
@@ -24,8 +24,8 @@
|
|
|
24
24
|
|
|
25
25
|
@use "../external-styles/featherk-overrides--k-datetime.css";
|
|
26
26
|
|
|
27
|
-
@use "../external-styles/featherk-overrides--k-grid.css";
|
|
28
|
-
|
|
29
27
|
@use "../external-styles/featherk-overrides--k-notification.css";
|
|
30
28
|
|
|
31
|
-
@use "../external-styles/featherk-overrides--k-address.css";
|
|
29
|
+
@use "../external-styles/featherk-overrides--k-address.css";
|
|
30
|
+
|
|
31
|
+
@use "../external-styles/featherk-overrides--k-grid.css";
|
|
@@ -1,11 +1,3 @@
|
|
|
1
|
-
@font-face {
|
|
2
|
-
font-family: Inter;
|
|
3
|
-
src: url('../fonts/Inter-Regular.woff2') format('woff2');
|
|
4
|
-
font-style: normal;
|
|
5
|
-
font-weight: 400;
|
|
6
|
-
font-display: auto;
|
|
7
|
-
}
|
|
8
|
-
|
|
9
1
|
@font-face {
|
|
10
2
|
font-family: Inter;
|
|
11
3
|
src: url('../fonts/Inter-Light.woff2') format('woff2');
|
|
@@ -24,33 +16,33 @@
|
|
|
24
16
|
|
|
25
17
|
@font-face {
|
|
26
18
|
font-family: Inter;
|
|
27
|
-
src: url('../fonts/Inter-
|
|
19
|
+
src: url('../fonts/Inter-LightItalic.woff2') format('woff2');
|
|
28
20
|
font-style: italic;
|
|
29
|
-
font-weight:
|
|
21
|
+
font-weight: 300;
|
|
30
22
|
font-display: auto;
|
|
31
23
|
}
|
|
32
24
|
|
|
33
25
|
@font-face {
|
|
34
26
|
font-family: Inter;
|
|
35
|
-
src: url('../fonts/Inter-
|
|
27
|
+
src: url('../fonts/Inter-Italic.woff2') format('woff2');
|
|
36
28
|
font-style: italic;
|
|
37
|
-
font-weight:
|
|
29
|
+
font-weight: 400;
|
|
38
30
|
font-display: auto;
|
|
39
31
|
}
|
|
40
32
|
|
|
41
33
|
@font-face {
|
|
42
34
|
font-family: Inter;
|
|
43
|
-
src: url('../fonts/Inter-
|
|
44
|
-
font-style:
|
|
45
|
-
font-weight:
|
|
35
|
+
src: url('../fonts/Inter-Regular.woff2') format('woff2');
|
|
36
|
+
font-style: normal;
|
|
37
|
+
font-weight: 400;
|
|
46
38
|
font-display: auto;
|
|
47
39
|
}
|
|
48
40
|
|
|
49
41
|
@font-face {
|
|
50
42
|
font-family: Inter;
|
|
51
|
-
src: url('../fonts/Inter-
|
|
43
|
+
src: url('../fonts/Inter-MediumItalic.woff2') format('woff2');
|
|
52
44
|
font-style: italic;
|
|
53
|
-
font-weight:
|
|
45
|
+
font-weight: 500;
|
|
54
46
|
font-display: auto;
|
|
55
47
|
}
|
|
56
48
|
|
|
@@ -60,4 +52,12 @@
|
|
|
60
52
|
font-style: normal;
|
|
61
53
|
font-weight: 500;
|
|
62
54
|
font-display: auto;
|
|
55
|
+
}
|
|
56
|
+
|
|
57
|
+
@font-face {
|
|
58
|
+
font-family: Inter;
|
|
59
|
+
src: url('../fonts/Inter-BoldItalic.woff2') format('woff2');
|
|
60
|
+
font-style: italic;
|
|
61
|
+
font-weight: 700;
|
|
62
|
+
font-display: auto;
|
|
63
63
|
}
|