Files
fredy/ui/src/views/generalSettings/GeneralSettings.less
Alexander Roidl 2b36f868e7 Project-wide linting and formatting (#150)
* chore: configure project-wide linting and formatting

* chore: run lint autofix and formatter
2025-07-26 20:42:58 +02:00

13 lines
174 B
Plaintext

.generalSettings {
&__timePickerContainer {
display: flex;
align-items: baseline;
gap: 1rem;
}
&__help {
font-size: 11px;
margin-left: 1rem;
}
}