@featherk/styles 0.10.10 → 0.11.1
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.
|
@@ -62,6 +62,15 @@ This override forces the Kendo UI grid to replace the "overflow" icon with a "fi
|
|
|
62
62
|
border-bottom-color: inherit;
|
|
63
63
|
}
|
|
64
64
|
|
|
65
|
+
.fk-grid .k-table-row[aria-haspopup="menu"][aria-expanded="true"] {
|
|
66
|
+
background-color: color-mix(
|
|
67
|
+
in srgb,
|
|
68
|
+
var(--kendo-color-primary) 10%,
|
|
69
|
+
var(--kendo-color-app-surface) 90%
|
|
70
|
+
);
|
|
71
|
+
border-bottom-color: inherit;
|
|
72
|
+
}
|
|
73
|
+
|
|
65
74
|
.fk-grid .k-table-th:not(.k-sorted) .k-cell-inner .k-link::after {
|
|
66
75
|
transform: translate(0, 0.125rem);
|
|
67
76
|
}
|
|
@@ -1,13 +1,13 @@
|
|
|
1
1
|
@use "../external-styles/featherk-map-evitiAdvisor.css";
|
|
2
2
|
|
|
3
|
-
@use "../external-styles/featherk-overrides--k-tooltip.css";
|
|
4
|
-
|
|
5
|
-
@use "../external-styles/featherk-overrides--k-expander.css";
|
|
6
|
-
|
|
7
3
|
@use "../external-styles/featherk-overrides--k-slider.css";
|
|
8
4
|
|
|
9
5
|
@use "../external-styles/featherk-overrides--k-loader.css";
|
|
10
6
|
|
|
7
|
+
@use "../external-styles/featherk-overrides--k-tooltip.css";
|
|
8
|
+
|
|
9
|
+
@use "../external-styles/featherk-overrides--k-expander.css";
|
|
10
|
+
|
|
11
11
|
@use "../external-styles/featherk-overrides--k-version.css";
|
|
12
12
|
|
|
13
13
|
@use "../external-styles/featherk-overrides--k-zerowidthspace.css";
|
|
@@ -1,3 +1,11 @@
|
|
|
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
|
+
|
|
1
9
|
@font-face {
|
|
2
10
|
font-family: Inter;
|
|
3
11
|
src: url('../fonts/Inter-Light.woff2') format('woff2');
|
|
@@ -16,33 +24,33 @@
|
|
|
16
24
|
|
|
17
25
|
@font-face {
|
|
18
26
|
font-family: Inter;
|
|
19
|
-
src: url('../fonts/Inter-
|
|
27
|
+
src: url('../fonts/Inter-BoldItalic.woff2') format('woff2');
|
|
20
28
|
font-style: italic;
|
|
21
|
-
font-weight:
|
|
29
|
+
font-weight: 700;
|
|
22
30
|
font-display: auto;
|
|
23
31
|
}
|
|
24
32
|
|
|
25
33
|
@font-face {
|
|
26
34
|
font-family: Inter;
|
|
27
|
-
src: url('../fonts/Inter-
|
|
35
|
+
src: url('../fonts/Inter-MediumItalic.woff2') format('woff2');
|
|
28
36
|
font-style: italic;
|
|
29
|
-
font-weight:
|
|
37
|
+
font-weight: 500;
|
|
30
38
|
font-display: auto;
|
|
31
39
|
}
|
|
32
40
|
|
|
33
41
|
@font-face {
|
|
34
42
|
font-family: Inter;
|
|
35
|
-
src: url('../fonts/Inter-
|
|
36
|
-
font-style:
|
|
37
|
-
font-weight:
|
|
43
|
+
src: url('../fonts/Inter-LightItalic.woff2') format('woff2');
|
|
44
|
+
font-style: italic;
|
|
45
|
+
font-weight: 300;
|
|
38
46
|
font-display: auto;
|
|
39
47
|
}
|
|
40
48
|
|
|
41
49
|
@font-face {
|
|
42
50
|
font-family: Inter;
|
|
43
|
-
src: url('../fonts/Inter-
|
|
51
|
+
src: url('../fonts/Inter-Italic.woff2') format('woff2');
|
|
44
52
|
font-style: italic;
|
|
45
|
-
font-weight:
|
|
53
|
+
font-weight: 400;
|
|
46
54
|
font-display: auto;
|
|
47
55
|
}
|
|
48
56
|
|
|
@@ -52,12 +60,4 @@
|
|
|
52
60
|
font-style: normal;
|
|
53
61
|
font-weight: 500;
|
|
54
62
|
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
|
}
|