funky-framadate-front/src/styles/partials/_responsive.scss

22 lines
307 B
SCSS

@media (min-width: $widescreen) {
//select,
//input,
//label + select,
//label {
// width: 45%;
//}
.date-choice > input:first-of-type {
width: 75%;
}
.date-choice .btn--primary,
.several-times {
margin-left: 1rem;
display: inline-block;
}
.time-choice {
input {
width: 80%;
}
}
}