mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-13 13:54:23 +00:00
fix merge old css styles
This commit is contained in:
parent
07cc394abd
commit
4c3c67344a
@ -112,20 +112,10 @@ div.flex-bloc {
|
|||||||
flex-grow: 0; flex-shrink: 1; flex-basis: 50%;
|
flex-grow: 0; flex-shrink: 1; flex-basis: 50%;
|
||||||
margin: 0;
|
margin: 0;
|
||||||
padding: 1em;
|
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;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
|
|
||||||
& > div.item-row {
|
div.item-row {
|
||||||
flex-grow: 1; flex-shrink: 1; flex-basis: auto;
|
flex-grow: 1; flex-shrink: 1; flex-basis: auto;
|
||||||
display: flex;
|
display: flex;
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
@ -158,12 +148,6 @@ div.flex-bloc {
|
|||||||
@media only screen and (max-width: 900px) {
|
@media only screen and (max-width: 900px) {
|
||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
margin: auto 0;
|
margin: auto 0;
|
||||||
div.item-bloc {
|
|
||||||
border-left: 1px solid #000;
|
|
||||||
&:nth-child(2) {
|
|
||||||
border-top: 0;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -277,5 +261,3 @@ div.address_form {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user