mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
* chore: configure project-wide linting and formatting * chore: run lint autofix and formatter
13 lines
174 B
Plaintext
13 lines
174 B
Plaintext
.generalSettings {
|
|
&__timePickerContainer {
|
|
display: flex;
|
|
align-items: baseline;
|
|
gap: 1rem;
|
|
}
|
|
|
|
&__help {
|
|
font-size: 11px;
|
|
margin-left: 1rem;
|
|
}
|
|
}
|