frankenstyle 0.3.2 → 0.3.4
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.
|
@@ -201,7 +201,9 @@
|
|
|
201
201
|
|
|
202
202
|
@layer base {
|
|
203
203
|
[class*='uk-animation-'] {
|
|
204
|
-
animation: 0.5s
|
|
204
|
+
animation-duration: 0.5s;
|
|
205
|
+
animation-timing-function: ease-out;
|
|
206
|
+
animation-fill-mode: both;
|
|
205
207
|
}
|
|
206
208
|
|
|
207
209
|
body {
|
|
@@ -3011,7 +3013,7 @@
|
|
|
3011
3013
|
}
|
|
3012
3014
|
.uk-list-striped > :nth-of-type(odd) {
|
|
3013
3015
|
--uk-list-striped-background-color: var(--uk-muted);
|
|
3014
|
-
--uk-list-striped-background-color-o:
|
|
3016
|
+
--uk-list-striped-background-color-o: var(--uk-muted-o);
|
|
3015
3017
|
--uk-list-striped-background-color-computed: color-mix(
|
|
3016
3018
|
in srgb,
|
|
3017
3019
|
var(--uk-list-striped-background-color)
|