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;
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
.first-column>div:first-child{
|
||||
.footer_logo{
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
@@ -471,7 +471,7 @@ footer>div {
|
||||
margin-bottom: 10px;
|
||||
}
|
||||
|
||||
.first-column>div:nth-child(2)>div:last-child>div {
|
||||
#footer_input_button {
|
||||
display: flex;
|
||||
width: 60px;
|
||||
height: 60px;
|
||||
@@ -2871,14 +2871,14 @@ details[open] summary ~ *{
|
||||
width: 76%;
|
||||
}
|
||||
|
||||
.news_item_pagination:nth-child(odd) .pag_news_img,
|
||||
.news_item_pagination:nth-child(odd) .pag_news_item_text{
|
||||
.news_item_pagination .odd .pag_news_img,
|
||||
.news_item_pagination .odd .pag_news_item_text{
|
||||
float: left;
|
||||
margin: 10px;
|
||||
overflow-wrap: break-word;
|
||||
}
|
||||
.news_item_pagination:nth-child(even) .pag_news_img,
|
||||
.news_item_pagination:nth-child(even) .pag_news_item_text{
|
||||
.news_item_pagination .even .pag_news_img,
|
||||
.news_item_pagination .even .pag_news_item_text{
|
||||
float: right;
|
||||
margin: 10px;
|
||||
overflow-wrap: break-word;
|
||||
|
||||
Reference in New Issue
Block a user