f
This commit is contained in:
@@ -117,6 +117,18 @@
|
||||
color: var(--error);
|
||||
}
|
||||
|
||||
.warning {
|
||||
margin: 0;
|
||||
padding: 12px 16px;
|
||||
border-radius: 12px;
|
||||
background: rgba(255, 70, 70, 0.1);
|
||||
border: 1px solid var(--error);
|
||||
color: var(--error);
|
||||
font-size: 13px;
|
||||
line-height: 1.4;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.confirmBtn {
|
||||
width: 100%;
|
||||
height: 56px;
|
||||
|
||||
Reference in New Issue
Block a user