Merge remote-tracking branch 'origin/main'

This commit is contained in:
SDE
2023-08-17 17:39:01 +03:00
2 changed files with 25 additions and 9 deletions

View File

@@ -232,6 +232,9 @@ section.register>h1 {
line-height: 20px; line-height: 20px;
margin-bottom: 10px; margin-bottom: 10px;
} }
.first-column>div:first-child{
margin-bottom: 40px;
}
footer>div { footer>div {
max-width: 1280px; max-width: 1280px;
@@ -279,19 +282,16 @@ footer>div {
.second-footer>div { .second-footer>div {
display: flex;
max-width: 1280px; max-width: 1280px;
margin: auto; margin: auto;
height: 60px; height: 60px;
align-items: center;
justify-content: space-between;
width: 100%; width: 100%;
padding-top: 20px;
} }
.second-footer>div>div:last-child { .second-footer>div>div:last-child {
display: flex; width: 62%;
width: clamp(400px, 55%, 60%); float: right;
justify-content: space-between;
} }
.second-footer { .second-footer {
@@ -302,6 +302,18 @@ footer>div {
margin-top: -15px; margin-top: -15px;
} }
.sf_first-column{
width: 27%;
float: left;
}
.sf_second-column{
display: inline-block;
}
.sf_third-column{
width: 33%;
float: right;
}
.second-column>div:first-child { .second-column>div:first-child {
color: #FFF; color: #FFF;
/* Heading 4 */ /* Heading 4 */
@@ -471,6 +483,8 @@ header>div:last-child>div:nth-child(2)>.svg {
font-style: normal; font-style: normal;
font-weight: 400; font-weight: 400;
line-height: 22px; line-height: 22px;
width: 30%;
float: left;
} }
.first-column>div:nth-child(2)>div:last-child>input:focus-visible { .first-column>div:nth-child(2)>div:last-child>input:focus-visible {

View File

@@ -58,11 +58,13 @@
<div class="second-footer"> <div class="second-footer">
<div> <div>
<div>Copyright © 2023. Все права защищены.</div> <div>Copyright © 2023. Все права защищены.</div>
<div> <div>
<div><a href="#">Публичная оферта</a></div> <div class="sf_first-column"><a href="#">Публичная оферта</a></div>
<div><a href="#">Политика конфиденциальности</a></div> <div class="sf_second-column"><a href="#">Политика конфиденциальности</a></div>
<div><a href="#">Правила пользования сервисом</a></div> <div class="sf_third-column"><a href="#">Правила пользования сервисом</a></div>
</div> </div>
</div> </div>
</div> </div>