add tokens bundle payments

This commit is contained in:
smanylov
2026-02-19 17:23:52 +07:00
parent 13128d282b
commit 048e1269ad
10 changed files with 316 additions and 47 deletions
+13
View File
@@ -634,4 +634,17 @@
.yaPreloadingSuggestBlockContainer {
height: 52px !important;
}
.error-message {
margin-top: 1rem;
padding: 0.75rem;
background-color: #fef2f2;
border: 1px solid #fecaca;
border-radius: 0.5rem;
.error-message-text {
color: #dc2626;
font-weight: 500;
}
}