@rolster/react-components 18.15.35 → 18.15.36
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.
|
@@ -600,6 +600,10 @@
|
|
|
600
600
|
padding: var(--rlc-poster-padding);
|
|
601
601
|
text-align: var(--rlc-poster-text-align);
|
|
602
602
|
border-radius: var(--rls-sizing-x2);
|
|
603
|
+
color: var(--rls-app-color-300);
|
|
604
|
+
background: var(--rls-app-background-100);
|
|
605
|
+
}
|
|
606
|
+
.rls-poster[rls-theme] {
|
|
603
607
|
color: var(--rls-theme-color-100);
|
|
604
608
|
background: var(--rls-theme-color-500);
|
|
605
609
|
}
|
|
@@ -2190,7 +2194,6 @@
|
|
|
2190
2194
|
background: var(--rls-app-background-500);
|
|
2191
2195
|
box-shadow: var(--rls-light-shadow-bottom-4);
|
|
2192
2196
|
border: var(--rls-theme-border-1-300);
|
|
2193
|
-
will-change: transform;
|
|
2194
2197
|
transform: translate(-50%, 100%);
|
|
2195
2198
|
transition: transform 160ms 0ms var(--rls-standard-curve);
|
|
2196
2199
|
}
|
|
@@ -600,6 +600,10 @@
|
|
|
600
600
|
padding: var(--rlc-poster-padding);
|
|
601
601
|
text-align: var(--rlc-poster-text-align);
|
|
602
602
|
border-radius: var(--rls-sizing-x2);
|
|
603
|
+
color: var(--rls-app-color-300);
|
|
604
|
+
background: var(--rls-app-background-100);
|
|
605
|
+
}
|
|
606
|
+
.rls-poster[rls-theme] {
|
|
603
607
|
color: var(--rls-theme-color-100);
|
|
604
608
|
background: var(--rls-theme-color-500);
|
|
605
609
|
}
|
|
@@ -2190,7 +2194,6 @@
|
|
|
2190
2194
|
background: var(--rls-app-background-500);
|
|
2191
2195
|
box-shadow: var(--rls-light-shadow-bottom-4);
|
|
2192
2196
|
border: var(--rls-theme-border-1-300);
|
|
2193
|
-
will-change: transform;
|
|
2194
2197
|
transform: translate(-50%, 100%);
|
|
2195
2198
|
transition: transform 160ms 0ms var(--rls-standard-curve);
|
|
2196
2199
|
}
|
|
@@ -10,6 +10,10 @@
|
|
|
10
10
|
padding: var(--rlc-poster-padding);
|
|
11
11
|
text-align: var(--rlc-poster-text-align);
|
|
12
12
|
border-radius: var(--rls-sizing-x2);
|
|
13
|
+
color: var(--rls-app-color-300);
|
|
14
|
+
background: var(--rls-app-background-100);
|
|
15
|
+
}
|
|
16
|
+
.rls-poster[rls-theme] {
|
|
13
17
|
color: var(--rls-theme-color-100);
|
|
14
18
|
background: var(--rls-theme-color-500);
|
|
15
19
|
}
|
|
@@ -14,7 +14,6 @@
|
|
|
14
14
|
background: var(--rls-app-background-500);
|
|
15
15
|
box-shadow: var(--rls-light-shadow-bottom-4);
|
|
16
16
|
border: var(--rls-theme-border-1-300);
|
|
17
|
-
will-change: transform;
|
|
18
17
|
transform: translate(-50%, 100%);
|
|
19
18
|
transition: transform 160ms 0ms var(--rls-standard-curve);
|
|
20
19
|
}
|