Fix rhs expansion card resize in resized windows, fix credit card title section being overlapped with the credit card number input hint.

Этот коммит содержится в:
Conor Macpherson
2023-04-18 16:27:37 -04:00
родитель 3a76a324f6
Коммит 7bdc5a4a39
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@@ -1,6 +1,6 @@
.SelfHostedExpansionRHSCard { .SelfHostedExpansionRHSCard {
display: flex; display: flex;
max-width: 280px; width: 280px;
flex-direction: column; flex-direction: column;
&__Content { &__Content {

Просмотреть файл

@@ -58,7 +58,8 @@
} }
.section-title { .section-title {
margin-bottom: 24px; display: block;
margin-bottom: 10px;
color: rgba(var(--center-channel-color-rgb), 0.72); color: rgba(var(--center-channel-color-rgb), 0.72);
font-size: 16px; font-size: 16px;
font-weight: 600; font-weight: 600;