0.0.166 change input type from select to radio for checkbox_cargo_type
This commit is contained in:
@@ -471,7 +471,7 @@ footer>div {
|
||||
header .header-first {
|
||||
float: left;
|
||||
|
||||
margin-top: 5px;
|
||||
margin-top: 13px;
|
||||
|
||||
}
|
||||
.header-first>div{
|
||||
@@ -2406,7 +2406,7 @@ details[open] summary ~ *{
|
||||
}
|
||||
|
||||
.news_item {
|
||||
width: 30%;
|
||||
width: 413px;
|
||||
margin-bottom: 2%;
|
||||
background-color: white;
|
||||
filter: drop-shadow(-1px 4px 10px rgba(198, 199, 203, 0.20)) drop-shadow(0px -1px 10px rgba(198, 199, 203, 0.20));
|
||||
@@ -2416,6 +2416,9 @@ details[open] summary ~ *{
|
||||
.news_item>a>div{
|
||||
margin: 10px;
|
||||
}
|
||||
.news_item>div{
|
||||
margin: 10px;
|
||||
}
|
||||
.news_item>a{
|
||||
color: black;
|
||||
}
|
||||
@@ -2556,6 +2559,12 @@ details[open] summary ~ *{
|
||||
}
|
||||
|
||||
|
||||
.previous_next_news{
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
margin-top: 30px;
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user