1
0
mirror of https://framagit.org/tykayn/date-poll-api synced 2023-08-25 08:23:11 +02:00
date-poll-api/public/assets/scss/molecules/_flex-line.scss

12 lines
159 B
SCSS
Raw Normal View History

2020-01-22 12:17:49 +01:00
@charset "UTF-8";
.flex-line {
display: flex;
align-items: center;
flex-wrap: wrap;
& > input,
& > select {
flex-grow: 1;
}
}