@platformatic/ui-components 0.2.3 → 0.2.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.
package/package.json
CHANGED
|
@@ -1,12 +1,12 @@
|
|
|
1
1
|
.blur {
|
|
2
2
|
@apply fixed top-0 left-0 w-full h-screen z-20;
|
|
3
|
-
background-color: rgba(0, 0, 0, 0.
|
|
3
|
+
background-color: rgba(0, 0, 0, 0.95);
|
|
4
4
|
}
|
|
5
5
|
.blur-absolute {
|
|
6
|
-
@apply absolute top-0 left-0 w-full h-full z-10 bg-rich-black/
|
|
6
|
+
@apply absolute top-0 left-0 w-full h-full z-10 bg-rich-black/95;
|
|
7
7
|
}
|
|
8
8
|
.blur-fixed {
|
|
9
|
-
@apply fixed top-0 left-0 w-screen h-full z-20 bg-rich-black/
|
|
9
|
+
@apply fixed top-0 left-0 w-screen h-full z-20 bg-rich-black/95 flex justify-center items-center;
|
|
10
10
|
}
|
|
11
11
|
.fixedContainer {
|
|
12
12
|
@apply fixed top-0 left-0 w-full h-screen z-20 ;
|