fix merge old css styles

This commit is contained in:
Mathieu Jaumotte 2021-06-21 13:43:15 +02:00
parent 07cc394abd
commit 4c3c67344a

View File

@ -112,20 +112,10 @@ div.flex-bloc {
flex-grow: 0; flex-shrink: 1; flex-basis: 50%;
margin: 0;
padding: 1em;
border-top: 0;
&:nth-child(1), &:nth-child(2) {
border-top: 1px solid #000;
}
border-left: 0;
&:nth-child(odd) {
border-left: 1px solid #000;
}
//background-color: #e6e6e6;
display: flex;
flex-direction: column;
& > div.item-row {
div.item-row {
flex-grow: 1; flex-shrink: 1; flex-basis: auto;
display: flex;
flex-direction: column;
@ -158,12 +148,6 @@ div.flex-bloc {
@media only screen and (max-width: 900px) {
flex-direction: column;
margin: auto 0;
div.item-bloc {
border-left: 1px solid #000;
&:nth-child(2) {
border-top: 0;
}
}
}
}
@ -277,5 +261,3 @@ div.address_form {
}
}
}