mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-23 15:14:23 +00:00
30 lines
424 B
CSS
30 lines
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;
|
||
|
}
|