Big News: Socket raises $60M Series C at a $1B valuation to secure software supply chains for AI-driven development.Announcement
Sign In

@dada-element/style

Package Overview
Dependencies
Maintainers
2
Versions
22
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@dada-element/style - npm Package Compare versions

Comparing version
1.2.7
to
1.2.8
+1
-1
package.json
{
"name": "@dada-element/style",
"version": "1.2.7",
"version": "1.2.8",
"description": "@dada-element styles",

@@ -5,0 +5,0 @@ "author": "gjssss",

.__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;