0.0.266 replace all child for class or id
This commit is contained in:
@@ -280,7 +280,7 @@ section.register>h1 {
|
|||||||
line-height: 20px;
|
line-height: 20px;
|
||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
.first-column>div:first-child{
|
.footer_logo{
|
||||||
margin-bottom: 40px;
|
margin-bottom: 40px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@@ -471,7 +471,7 @@ footer>div {
|
|||||||
margin-bottom: 10px;
|
margin-bottom: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.first-column>div:nth-child(2)>div:last-child>div {
|
#footer_input_button {
|
||||||
display: flex;
|
display: flex;
|
||||||
width: 60px;
|
width: 60px;
|
||||||
height: 60px;
|
height: 60px;
|
||||||
@@ -2871,14 +2871,14 @@ details[open] summary ~ *{
|
|||||||
width: 76%;
|
width: 76%;
|
||||||
}
|
}
|
||||||
|
|
||||||
.news_item_pagination:nth-child(odd) .pag_news_img,
|
.news_item_pagination .odd .pag_news_img,
|
||||||
.news_item_pagination:nth-child(odd) .pag_news_item_text{
|
.news_item_pagination .odd .pag_news_item_text{
|
||||||
float: left;
|
float: left;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
}
|
}
|
||||||
.news_item_pagination:nth-child(even) .pag_news_img,
|
.news_item_pagination .even .pag_news_img,
|
||||||
.news_item_pagination:nth-child(even) .pag_news_item_text{
|
.news_item_pagination .even .pag_news_item_text{
|
||||||
float: right;
|
float: right;
|
||||||
margin: 10px;
|
margin: 10px;
|
||||||
overflow-wrap: break-word;
|
overflow-wrap: break-word;
|
||||||
|
|||||||
@@ -4,11 +4,11 @@
|
|||||||
<div>
|
<div>
|
||||||
<div class="left-column">
|
<div class="left-column">
|
||||||
<div class="first-column">
|
<div class="first-column">
|
||||||
<div><img class="svg" src="/static/img/svg/LogoWhite.svg"></div>
|
<div class="footer_logo"><img class="svg" src="/static/img/svg/LogoWhite.svg"></div>
|
||||||
<div>
|
<div>
|
||||||
<div class="footer_text_sub">{% trans "Подпишись и будь в курсе всех событий, а также получай подарки и бонусы от Trip With Bonus" %}</div>
|
<div class="footer_text_sub">{% trans "Подпишись и будь в курсе всех событий, а также получай подарки и бонусы от Trip With Bonus" %}</div>
|
||||||
<div class="footer_input_wrap"><input class="footer_input" type="text" placeholder="{% trans "Введите ваш e-mail" %}">
|
<div class="footer_input_wrap"><input class="footer_input" type="text" placeholder="{% trans "Введите ваш e-mail" %}">
|
||||||
<div><img class="svg" src="/static/img/svg/CaretCircleRight.svg"></div>
|
<div id="footer_input_button"><img class="svg" src="/static/img/svg/CaretCircleRight.svg"></div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="social_media_footer">
|
<div class="social_media_footer">
|
||||||
|
|||||||
Reference in New Issue
Block a user