deploz statuses css
This commit is contained in:
+24
-1
@@ -10,6 +10,9 @@
|
||||
--secondary-dark: #173d51;
|
||||
--danger: #b8223e;
|
||||
--danger-dark: #941a31;
|
||||
--danger-bg: #fdecef;
|
||||
--warning: #9a5b00;
|
||||
--warning-bg: #fff4d8;
|
||||
--success: #188654;
|
||||
--success-bg: #e7f5ee;
|
||||
}
|
||||
@@ -179,9 +182,29 @@ button:hover,
|
||||
border-radius: 999px;
|
||||
padding: 4px 10px;
|
||||
font-size: 12px;
|
||||
background: #eef6f9;
|
||||
color: var(--secondary);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.pill-success {
|
||||
background: var(--success-bg);
|
||||
color: var(--success);
|
||||
font-weight: 700;
|
||||
}
|
||||
|
||||
.pill-warning {
|
||||
background: var(--warning-bg);
|
||||
color: var(--warning);
|
||||
}
|
||||
|
||||
.pill-danger {
|
||||
background: var(--danger-bg);
|
||||
color: var(--danger);
|
||||
}
|
||||
|
||||
.pill-muted {
|
||||
background: #eef6f9;
|
||||
color: var(--muted);
|
||||
}
|
||||
|
||||
input,
|
||||
|
||||
Reference in New Issue
Block a user