1
Fork 0
mirror of https://github.com/Steffo99/festa.git synced 2024-12-22 14:44:21 +00:00

Remove leftover global component styles

This commit is contained in:
Steffo 2022-07-16 18:10:42 +02:00
parent b8319beda4
commit 9e7bdadc3e
Signed by: steffo
GPG key ID: 6965406171929D01
3 changed files with 0 additions and 30 deletions

View file

@ -1,30 +0,0 @@
.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;
}