This commit is contained in:
2023-11-29 17:30:26 +03:00
parent 71ecd65814
commit 446af5e438
3 changed files with 17 additions and 16 deletions

View File

@@ -251,18 +251,18 @@ section.register>h1 {
padding-bottom: 35px;
}
.first-column>div:nth-child(2)>div:last-child>input {
.footer_input {
width: 276px;
padding: 19px 0 19px 10px;
border-radius: 10px;
border: 1px solid black;
}
.first-column>div:nth-child(2)>div:last-child {
.footer_input_wrap {
display: flex;
}
.first-column>div:nth-child(2)>div:last-child>input::placeholder {
.footer_input::placeholder {
color: rgba(39, 36, 36, 0.60);
font-size: 16px;
font-style: normal;
@@ -271,7 +271,7 @@ section.register>h1 {
}
.first-column>div:nth-child(2)>div:first-child {
.footer_text_sub {
color: #FFF;
/* Body text 3 */
font-size: 14px;