This commit is contained in:
2026-06-02 00:20:38 +03:00
parent 5b915bbc22
commit 6a399ea7ca
8 changed files with 67 additions and 3 deletions

View File

@@ -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;