mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +00:00
30 lines
No EOL
424 B
CSS
30 lines
No EOL
424 B
CSS
.form-fromto {
|
|
display: flex;
|
|
flex-direction: row;
|
|
|
|
align-items: center;
|
|
gap: 4px;
|
|
}
|
|
|
|
.form-fromto-icon {
|
|
margin-right: 4px;
|
|
}
|
|
|
|
.form-fromto-connector {
|
|
margin-right: 2px;
|
|
}
|
|
|
|
.form-fromto-start,
|
|
.form-fromto-end {
|
|
flex-grow: 1;
|
|
}
|
|
|
|
.form-fromto-icon,
|
|
.form-fromto-connector {
|
|
flex-grow: 0;
|
|
}
|
|
|
|
.form-fromto-preview .form-fromto-start,
|
|
.form-fromto-preview .form-fromto-end {
|
|
flex-grow: 0;
|
|
} |