mirror of
https://framagit.org/tykayn/date-poll-api
synced 2023-08-25 08:23:11 +02:00
12 lines
159 B
SCSS
Executable File
12 lines
159 B
SCSS
Executable File
@charset "UTF-8";
|
|
|
|
.flex-line {
|
|
display: flex;
|
|
align-items: center;
|
|
flex-wrap: wrap;
|
|
|
|
& > input,
|
|
& > select {
|
|
flex-grow: 1;
|
|
}
|
|
} |