0.0.08 form poster
This commit is contained in:
@@ -2,8 +2,24 @@
|
||||
.form_line{
|
||||
padding: 40px 0;
|
||||
border-bottom: 1px solid #E6E6E6;
|
||||
input.half{width: calc(100% - 40px)}
|
||||
@media (max-width: 992px) {
|
||||
&._50_grid{
|
||||
grid-template-columns: 1fr;
|
||||
}
|
||||
input.half{width: 100%}
|
||||
}
|
||||
&:last-of-type{
|
||||
border-bottom: none;
|
||||
}
|
||||
}
|
||||
@media (max-width: 992px) {
|
||||
.w_radio_inputs{
|
||||
grid-template-columns: repeat(2, 1fr);
|
||||
}
|
||||
} @media (max-width: 768px) {
|
||||
.w_radio_inputs{
|
||||
grid-template-columns: repeat(1, 1fr);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user