change syles for secure-payment

This commit is contained in:
smanylov
2026-03-25 11:14:04 +07:00
parent 3c73dc40dc
commit 6ed75bd08c
2 changed files with 23 additions and 10 deletions
+12 -2
View File
@@ -417,8 +417,10 @@
.secure-payments-card { .secure-payments-card {
padding: 12px; padding: 12px;
display: flex;
/* &:has(.yookassa) { flex-direction: column;
justify-content: space-around;
/* &:has(.yookassa) {
align-self: flex-end; align-self: flex-end;
} */ } */
@@ -439,6 +441,14 @@
color: #1e293b; color: #1e293b;
margin-bottom: 6px; margin-bottom: 6px;
font-size: 0.95rem; font-size: 0.95rem;
height: 32px;
display: flex;
justify-content: center;
svg {
max-width: 88px;
margin: 0 auto 8px;
}
} }
p { p {
File diff suppressed because one or more lines are too long