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

22 lines
307 B
SCSS
Raw Normal View History

2020-04-21 10:50:26 +02:00
@media (min-width: $widescreen) {
//select,
//input,
//label + select,
//label {
// width: 45%;
//}
2020-04-21 10:50:26 +02:00
.date-choice > input:first-of-type {
2021-05-20 14:11:30 +02:00
width: 75%;
2020-04-21 10:50:26 +02:00
}
.date-choice .btn--primary,
.several-times {
margin-left: 1rem;
display: inline-block;
}
.time-choice {
input {
2021-05-20 14:11:30 +02:00
width: 80%;
2020-04-21 10:50:26 +02:00
}
}
}