@dada-element/style
Advanced tools
+1
-1
| { | ||
| "name": "@dada-element/style", | ||
| "version": "1.2.9", | ||
| "version": "1.2.10", | ||
| "description": "@dada-element styles", | ||
@@ -5,0 +5,0 @@ "author": "gjssss", |
+6
-5
| .__dd-pop-out-container { | ||
| --base-z-index: 9990; | ||
| position: fixed; | ||
@@ -8,3 +9,3 @@ top: 0; | ||
| transition: all 0.2s ease-out; | ||
| z-index: 9997; | ||
| z-index: var(--base-z-index); | ||
| } | ||
@@ -18,11 +19,11 @@ | ||
| align-items: center; | ||
| z-index: 9998; | ||
| z-index: calc(var(--base-z-index) + 2); | ||
| transition: all 0.3s ease-in; | ||
| position: relative; | ||
| } | ||
| .__dd-pop-out-from{ | ||
| .__dd-pop-out-from { | ||
| transform: translateY(50px); | ||
| opacity: 0; | ||
| } | ||
| .__dd-pop-out-to{ | ||
| .__dd-pop-out-to { | ||
| transform: translateY(0px); | ||
@@ -39,3 +40,3 @@ opacity: 1; | ||
| transition: background 0.3s ease-in; | ||
| z-index: 9997; | ||
| z-index: calc(var(--base-z-index) + 1); | ||
| } | ||
@@ -42,0 +43,0 @@ .__dd-pop-out-mask-from { |
18990
-0.72%