Made changes to CSS and merged together.
This commit is contained in:
@@ -17,10 +17,10 @@
|
||||
|
||||
/* Unified error style */
|
||||
.error {
|
||||
color: #e53e3e;
|
||||
color: var(--error);
|
||||
margin-top: 0.7rem;
|
||||
text-align: center;
|
||||
background: rgba(255, 107, 107, 0.1);
|
||||
background: var(--error-bg);
|
||||
border-radius: 8px;
|
||||
padding: 1rem;
|
||||
}
|
||||
@@ -34,3 +34,4 @@
|
||||
font-size: 1.05rem;
|
||||
min-width: 90px;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user