0.0.166 change input type from select to radio for checkbox_cargo_type

This commit is contained in:
2023-10-03 16:57:13 +03:00
parent 840a61511e
commit 95f92efa70
3 changed files with 64 additions and 3 deletions

View File

@@ -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;
}