mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
22 lines
278 B
Plaintext
22 lines
278 B
Plaintext
.generalSettings {
|
|
&__timePickerContainer {
|
|
display: flex;
|
|
align-items: baseline;
|
|
}
|
|
|
|
&__until {
|
|
margin-left: 1rem;
|
|
margin-right: 1rem;
|
|
}
|
|
|
|
&__help{
|
|
font-size: 11px;
|
|
margin-left: 1rem;
|
|
}
|
|
|
|
&__message{
|
|
background: #60c5df!important;
|
|
}
|
|
|
|
}
|