@rolster/react-components 18.15.4 → 18.15.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.
|
@@ -889,8 +889,8 @@
|
|
|
889
889
|
}
|
|
890
890
|
.rls-ballot__title {
|
|
891
891
|
--rlc-skeleton-text-height: var(--rls-ballot-title-height);
|
|
892
|
-
--rlc-skeleton-text-letter-spacing: var(--
|
|
893
|
-
--rlc-skeleton-text-font-size: var(--
|
|
892
|
+
--rlc-skeleton-text-letter-spacing: var(--rlc-ballot-title-letter-spacing);
|
|
893
|
+
--rlc-skeleton-text-font-size: var(--rlc-ballot-title-font-size);
|
|
894
894
|
position: relative;
|
|
895
895
|
width: 100%;
|
|
896
896
|
color: var(--rls-app-color-500);
|
|
@@ -898,21 +898,21 @@
|
|
|
898
898
|
white-space: nowrap;
|
|
899
899
|
text-overflow: ellipsis;
|
|
900
900
|
font-weight: var(--rlc-ballot-title-font-weight);
|
|
901
|
-
font-size: var(--
|
|
902
|
-
letter-spacing: var(--
|
|
903
|
-
min-height: var(--
|
|
904
|
-
line-height: var(--
|
|
901
|
+
font-size: var(--rlc-ballot-title-font-size);
|
|
902
|
+
letter-spacing: var(--rlc-ballot-title-letter-spacing);
|
|
903
|
+
min-height: var(--rlc-ballot-title-height);
|
|
904
|
+
line-height: var(--rlc-ballot-title-height);
|
|
905
905
|
}
|
|
906
906
|
.rls-ballot__subtitle {
|
|
907
907
|
--rlc-skeleton-text-height: var(--rlc-ballot-subtitle-height);
|
|
908
|
-
--rlc-skeleton-text-letter-spacing: var(--
|
|
909
|
-
--rlc-skeleton-text-font-size: var(--
|
|
908
|
+
--rlc-skeleton-text-letter-spacing: var(--rlc-ballot-subtitle-letter-spacing);
|
|
909
|
+
--rlc-skeleton-text-font-size: var(--rlc-ballot-subtitle-font-size);
|
|
910
910
|
position: relative;
|
|
911
911
|
width: var(--rlc-ballot-subtitle-width);
|
|
912
912
|
color: var(--rls-app-color-300);
|
|
913
913
|
font-weight: var(--rlc-ballot-subtitle-font-weight);
|
|
914
914
|
font-size: var(--rls-ballot-subtitle-font-size);
|
|
915
|
-
letter-spacing: var(--
|
|
915
|
+
letter-spacing: var(--rlc-ballot-subtitle-letter-spacing);
|
|
916
916
|
min-height: var(--rlc-ballot-subtitle-height);
|
|
917
917
|
line-height: var(--rlc-ballot-subtitle-height);
|
|
918
918
|
overflow: var(--rlc-ballot-subtitle-overflow);
|
|
@@ -889,8 +889,8 @@
|
|
|
889
889
|
}
|
|
890
890
|
.rls-ballot__title {
|
|
891
891
|
--rlc-skeleton-text-height: var(--rls-ballot-title-height);
|
|
892
|
-
--rlc-skeleton-text-letter-spacing: var(--
|
|
893
|
-
--rlc-skeleton-text-font-size: var(--
|
|
892
|
+
--rlc-skeleton-text-letter-spacing: var(--rlc-ballot-title-letter-spacing);
|
|
893
|
+
--rlc-skeleton-text-font-size: var(--rlc-ballot-title-font-size);
|
|
894
894
|
position: relative;
|
|
895
895
|
width: 100%;
|
|
896
896
|
color: var(--rls-app-color-500);
|
|
@@ -898,21 +898,21 @@
|
|
|
898
898
|
white-space: nowrap;
|
|
899
899
|
text-overflow: ellipsis;
|
|
900
900
|
font-weight: var(--rlc-ballot-title-font-weight);
|
|
901
|
-
font-size: var(--
|
|
902
|
-
letter-spacing: var(--
|
|
903
|
-
min-height: var(--
|
|
904
|
-
line-height: var(--
|
|
901
|
+
font-size: var(--rlc-ballot-title-font-size);
|
|
902
|
+
letter-spacing: var(--rlc-ballot-title-letter-spacing);
|
|
903
|
+
min-height: var(--rlc-ballot-title-height);
|
|
904
|
+
line-height: var(--rlc-ballot-title-height);
|
|
905
905
|
}
|
|
906
906
|
.rls-ballot__subtitle {
|
|
907
907
|
--rlc-skeleton-text-height: var(--rlc-ballot-subtitle-height);
|
|
908
|
-
--rlc-skeleton-text-letter-spacing: var(--
|
|
909
|
-
--rlc-skeleton-text-font-size: var(--
|
|
908
|
+
--rlc-skeleton-text-letter-spacing: var(--rlc-ballot-subtitle-letter-spacing);
|
|
909
|
+
--rlc-skeleton-text-font-size: var(--rlc-ballot-subtitle-font-size);
|
|
910
910
|
position: relative;
|
|
911
911
|
width: var(--rlc-ballot-subtitle-width);
|
|
912
912
|
color: var(--rls-app-color-300);
|
|
913
913
|
font-weight: var(--rlc-ballot-subtitle-font-weight);
|
|
914
914
|
font-size: var(--rls-ballot-subtitle-font-size);
|
|
915
|
-
letter-spacing: var(--
|
|
915
|
+
letter-spacing: var(--rlc-ballot-subtitle-letter-spacing);
|
|
916
916
|
min-height: var(--rlc-ballot-subtitle-height);
|
|
917
917
|
line-height: var(--rlc-ballot-subtitle-height);
|
|
918
918
|
overflow: var(--rlc-ballot-subtitle-overflow);
|
|
@@ -25,8 +25,8 @@
|
|
|
25
25
|
}
|
|
26
26
|
.rls-ballot__title {
|
|
27
27
|
--rlc-skeleton-text-height: var(--rls-ballot-title-height);
|
|
28
|
-
--rlc-skeleton-text-letter-spacing: var(--
|
|
29
|
-
--rlc-skeleton-text-font-size: var(--
|
|
28
|
+
--rlc-skeleton-text-letter-spacing: var(--rlc-ballot-title-letter-spacing);
|
|
29
|
+
--rlc-skeleton-text-font-size: var(--rlc-ballot-title-font-size);
|
|
30
30
|
position: relative;
|
|
31
31
|
width: 100%;
|
|
32
32
|
color: var(--rls-app-color-500);
|
|
@@ -34,21 +34,21 @@
|
|
|
34
34
|
white-space: nowrap;
|
|
35
35
|
text-overflow: ellipsis;
|
|
36
36
|
font-weight: var(--rlc-ballot-title-font-weight);
|
|
37
|
-
font-size: var(--
|
|
38
|
-
letter-spacing: var(--
|
|
39
|
-
min-height: var(--
|
|
40
|
-
line-height: var(--
|
|
37
|
+
font-size: var(--rlc-ballot-title-font-size);
|
|
38
|
+
letter-spacing: var(--rlc-ballot-title-letter-spacing);
|
|
39
|
+
min-height: var(--rlc-ballot-title-height);
|
|
40
|
+
line-height: var(--rlc-ballot-title-height);
|
|
41
41
|
}
|
|
42
42
|
.rls-ballot__subtitle {
|
|
43
43
|
--rlc-skeleton-text-height: var(--rlc-ballot-subtitle-height);
|
|
44
|
-
--rlc-skeleton-text-letter-spacing: var(--
|
|
45
|
-
--rlc-skeleton-text-font-size: var(--
|
|
44
|
+
--rlc-skeleton-text-letter-spacing: var(--rlc-ballot-subtitle-letter-spacing);
|
|
45
|
+
--rlc-skeleton-text-font-size: var(--rlc-ballot-subtitle-font-size);
|
|
46
46
|
position: relative;
|
|
47
47
|
width: var(--rlc-ballot-subtitle-width);
|
|
48
48
|
color: var(--rls-app-color-300);
|
|
49
49
|
font-weight: var(--rlc-ballot-subtitle-font-weight);
|
|
50
50
|
font-size: var(--rls-ballot-subtitle-font-size);
|
|
51
|
-
letter-spacing: var(--
|
|
51
|
+
letter-spacing: var(--rlc-ballot-subtitle-letter-spacing);
|
|
52
52
|
min-height: var(--rlc-ballot-subtitle-height);
|
|
53
53
|
line-height: var(--rlc-ballot-subtitle-height);
|
|
54
54
|
overflow: var(--rlc-ballot-subtitle-overflow);
|