mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
14 lines
174 B
Plaintext
14 lines
174 B
Plaintext
.generalSettings {
|
|
&__timePickerContainer {
|
|
display: flex;
|
|
align-items: baseline;
|
|
gap: 1rem;
|
|
}
|
|
|
|
&__help{
|
|
font-size: 11px;
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
}
|