1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-10-16 15:07:27 +00:00
festa/styles/components/form-fromto.css

30 lines
424 B
CSS
Raw Normal View History

2022-06-09 21:50:11 +00:00
.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;
}