mirror of
https://github.com/Steffo99/festa.git
synced 2024-12-22 22:54:22 +00:00
Remove leftover global component styles
This commit is contained in:
parent
b8319beda4
commit
9e7bdadc3e
3 changed files with 0 additions and 30 deletions
|
@ -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;
|
|
||||||
}
|
|
Loading…
Reference in a new issue