pelatform-ui 1.2.2 → 1.2.3
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.
- package/css/theme.css +3 -3
- package/package.json +1 -1
package/css/theme.css
CHANGED
|
@@ -124,9 +124,9 @@
|
|
|
124
124
|
@apply after:border-border relative after:absolute after:inset-0 after:border after:mix-blend-darken dark:after:mix-blend-lighten;
|
|
125
125
|
}
|
|
126
126
|
|
|
127
|
-
@utility section-soft {
|
|
128
|
-
@apply from-background to-surface/40 dark:bg-background bg-gradient-to-b;
|
|
129
|
-
}
|
|
127
|
+
/* @utility section-soft {
|
|
128
|
+
@apply from-background to-surface/40 dark:bg-background 3xl:fixed:bg-none bg-gradient-to-b;
|
|
129
|
+
} */
|
|
130
130
|
|
|
131
131
|
@utility theme-container {
|
|
132
132
|
@apply font-sans;
|