@nurix/ui-component-library 1.1.3-stage.76 → 1.1.3-stage.78
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/README.md +4 -0
- package/dist/styles.css +3 -4
- package/package.json +1 -1
package/README.md
CHANGED
package/dist/styles.css
CHANGED
|
@@ -198,6 +198,9 @@
|
|
|
198
198
|
.lego-land .absolute {
|
|
199
199
|
position: absolute;
|
|
200
200
|
}
|
|
201
|
+
.lego-land .fixed {
|
|
202
|
+
position: fixed;
|
|
203
|
+
}
|
|
201
204
|
.lego-land .relative {
|
|
202
205
|
position: relative;
|
|
203
206
|
}
|
|
@@ -641,10 +644,6 @@
|
|
|
641
644
|
.lego-land * {
|
|
642
645
|
border-color: hsl(var(--border));
|
|
643
646
|
}
|
|
644
|
-
.lego-land {
|
|
645
|
-
background-color: hsl(var(--background));
|
|
646
|
-
color: hsl(var(--foreground));
|
|
647
|
-
}
|
|
648
647
|
}
|
|
649
648
|
@property --tw-translate-x {
|
|
650
649
|
syntax: "*";
|