This commit is contained in:
2026-04-30 01:25:20 +04:00
parent ed78bb603b
commit 7c3185084e
5 changed files with 81 additions and 21 deletions

View File

@@ -6,10 +6,10 @@
.back {
position: absolute;
top: 18px;
left: 18px;
width: 38px;
height: 38px;
top: 14px;
left: 14px;
width: 44px;
height: 44px;
border-radius: 50%;
display: inline-flex;
align-items: center;
@@ -44,6 +44,10 @@
display: grid;
grid-template-columns: repeat(4, 1fr);
gap: 8px;
@media (max-width: 360px) {
gap: 6px;
}
}
.method {
@@ -57,6 +61,13 @@
background: #fff;
cursor: pointer;
transition: border-color .15s, background .15s, transform .1s, box-shadow .15s;
-webkit-appearance: none;
font-family: inherit;
@media (max-width: 360px) {
height: 52px;
padding: 6px;
}
&__logo {
max-width: 100%;
@@ -102,16 +113,17 @@
align-items: center;
gap: 6px;
padding: 0 14px;
height: 38px;
height: 44px;
border-radius: 999px;
border: 2px solid #e2e8f0;
background: #f8fafc;
color: #475569;
font-family: inherit;
font-size: 13px;
font-size: 14px;
font-weight: 700;
cursor: pointer;
transition: border-color .15s, background .15s, color .15s;
-webkit-appearance: none;
&__flag { font-size: 16px; line-height: 1; }
&__sign {