mirror of
https://github.com/orangecoding/fredy.git
synced 2026-06-16 12:31:07 +00:00
* ui-improvements * improving dashboard and settings * improve job overview * improving job card * improving grid view of listings+ * restructuring settings * next release version
18 lines
246 B
Plaintext
18 lines
246 B
Plaintext
.generalSettings {
|
|
&__tab-content {
|
|
padding: 20px 0;
|
|
max-width: 860px;
|
|
}
|
|
|
|
&__timePickerContainer {
|
|
display: flex;
|
|
align-items: baseline;
|
|
gap: 1rem;
|
|
flex-wrap: wrap;
|
|
}
|
|
|
|
&__save-row {
|
|
margin-top: 1.5rem;
|
|
}
|
|
}
|