|
|
@ -119,17 +119,24 @@
|
|
|
|
display: flex;
|
|
|
|
display: flex;
|
|
|
|
justify-content: space-between;
|
|
|
|
justify-content: space-between;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
flex-wrap: wrap;
|
|
|
|
div {
|
|
|
|
& > div {
|
|
|
|
flex-basis: 33.333333%;
|
|
|
|
flex-basis: 33.333333%;
|
|
|
|
padding-right: 20px;
|
|
|
|
padding-right: 20px;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
@media screen and (max-width: 600px) {
|
|
|
|
}
|
|
|
|
.cp-form-creator-settings {
|
|
|
|
@media screen and (max-width: 600px) and (min-width: 400px) {
|
|
|
|
div {
|
|
|
|
.cp-form-creator-settings {
|
|
|
|
flex-basis: 50%;
|
|
|
|
& > div {
|
|
|
|
}
|
|
|
|
flex-basis: 50% !important;
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
@media screen and (max-width: 400px) {
|
|
|
|
|
|
|
|
.cp-form-creator-settings {
|
|
|
|
|
|
|
|
& > div {
|
|
|
|
|
|
|
|
flex-basis: 100% !important;
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|