@kofile/gds-foundations 1.0.0-alpha.7 → 1.0.0-alpha.8
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.
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
.h-px {
|
|
5
5
|
height: 1px !important;
|
|
6
6
|
}
|
|
7
|
-
.h-0.5 {
|
|
7
|
+
/* .h-0.5 {
|
|
8
8
|
height: var(--primitive-2) !important;
|
|
9
|
-
}
|
|
9
|
+
} */
|
|
10
10
|
.h-1 {
|
|
11
11
|
height: var(--primitive-4) !important;
|
|
12
12
|
}
|
|
13
|
-
.h-1.5 {
|
|
13
|
+
/* .h-1.5 {
|
|
14
14
|
height: var(--primitive-6) !important;
|
|
15
|
-
}
|
|
15
|
+
} */
|
|
16
16
|
.h-2 {
|
|
17
17
|
height: var(--primitive-8) !important;
|
|
18
18
|
}
|
|
19
|
-
.h-2.5 {
|
|
19
|
+
/* .h-2.5 {
|
|
20
20
|
height: var(--primitive-10) !important;
|
|
21
|
-
}
|
|
21
|
+
} */
|
|
22
22
|
.h-3 {
|
|
23
23
|
height: var(--primitive-12) !important;
|
|
24
24
|
}
|
|
25
|
-
.h-3.5 {
|
|
25
|
+
/* .h-3.5 {
|
|
26
26
|
height: var(--primitive-14) !important;
|
|
27
|
-
}
|
|
27
|
+
} */
|
|
28
28
|
.h-4 {
|
|
29
29
|
height: var(--primitive-16) !important;
|
|
30
30
|
}
|
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
.max-h-px {
|
|
5
5
|
max-height: 1px !important;
|
|
6
6
|
}
|
|
7
|
-
.max-h-0.5 {
|
|
7
|
+
/* .max-h-0.5 {
|
|
8
8
|
max-height: var(--primitive-2) !important;
|
|
9
|
-
}
|
|
9
|
+
} */
|
|
10
10
|
.max-h-1 {
|
|
11
11
|
max-height: var(--primitive-4) !important;
|
|
12
12
|
}
|
|
13
|
-
.max-h-1.5 {
|
|
13
|
+
/* .max-h-1.5 {
|
|
14
14
|
max-height: var(--primitive-6) !important;
|
|
15
|
-
}
|
|
15
|
+
} */
|
|
16
16
|
.max-h-2 {
|
|
17
17
|
max-height: var(--primitive-8) !important;
|
|
18
18
|
}
|
|
19
|
-
.max-h-2.5 {
|
|
19
|
+
/* .max-h-2.5 {
|
|
20
20
|
max-height: var(--primitive-10) !important;
|
|
21
|
-
}
|
|
21
|
+
} */
|
|
22
22
|
.max-h-3 {
|
|
23
23
|
max-height: var(--primitive-12) !important;
|
|
24
24
|
}
|
|
25
|
-
.max-h-3.5 {
|
|
25
|
+
/* .max-h-3.5 {
|
|
26
26
|
max-height: var(--primitive-14) !important;
|
|
27
|
-
}
|
|
27
|
+
} */
|
|
28
28
|
.max-h-4 {
|
|
29
29
|
max-height: var(--primitive-16) !important;
|
|
30
30
|
}
|
|
@@ -4,27 +4,27 @@
|
|
|
4
4
|
.w-px {
|
|
5
5
|
width: 1px !important;
|
|
6
6
|
}
|
|
7
|
-
.w-0.5 {
|
|
7
|
+
/* .w-0.5 {
|
|
8
8
|
width: var(--primitive-2) !important;
|
|
9
|
-
}
|
|
9
|
+
} */
|
|
10
10
|
.w-1 {
|
|
11
11
|
width: var(--primitive-4) !important;
|
|
12
12
|
}
|
|
13
|
-
.w-1.5 {
|
|
13
|
+
/* .w-1.5 {
|
|
14
14
|
width: var(--primitive-6) !important;
|
|
15
|
-
}
|
|
15
|
+
} */
|
|
16
16
|
.w-2 {
|
|
17
17
|
width: var(--primitive-8) !important;
|
|
18
18
|
}
|
|
19
|
-
.w-2.5 {
|
|
19
|
+
/* .w-2.5 {
|
|
20
20
|
width: var(--primitive-10) !important;
|
|
21
|
-
}
|
|
21
|
+
} */
|
|
22
22
|
.w-3 {
|
|
23
23
|
width: var(--primitive-12) !important;
|
|
24
24
|
}
|
|
25
|
-
.w-3.5 {
|
|
25
|
+
/* .w-3.5 {
|
|
26
26
|
width: var(--primitive-14) !important;
|
|
27
|
-
}
|
|
27
|
+
} */
|
|
28
28
|
.w-4 {
|
|
29
29
|
width: var(--primitive-16) !important;
|
|
30
30
|
}
|