@dada-element/style
Advanced tools
+1
-1
| { | ||
| "name": "@dada-element/style", | ||
| "version": "1.2.7", | ||
| "version": "1.2.8", | ||
| "description": "@dada-element styles", | ||
@@ -5,0 +5,0 @@ "author": "gjssss", |
+11
-2
| .__dd-toast { | ||
| width: 200px; | ||
| height: 200px; | ||
| max-width: 630px; | ||
| min-width: 200px; | ||
| min-height: 200px; | ||
| background-color: var(--bas-nagative); | ||
@@ -13,2 +14,3 @@ border-radius: 40px; | ||
| color: var(--main-deep); | ||
| overflow: hidden; | ||
| } | ||
@@ -22,2 +24,9 @@ .__dd-toast-icon { | ||
| .__dd-toast-content { | ||
| padding: 0 20px 20px 20px; | ||
| line-height: 40px; | ||
| max-height: 60vh; | ||
| overflow-y: auto; | ||
| } | ||
| .__dd-toast-icon-loading { | ||
@@ -24,0 +33,0 @@ animation: rotate 1.2s linear infinite; |
19069
1.48%