Added settings tab with color settings (#6)

This commit is contained in:
Przemek Wiech
2021-10-25 13:33:34 +02:00
parent c564d592ec
commit 3914226042
9 changed files with 234 additions and 32 deletions

View File

@@ -141,3 +141,16 @@ div.zoom {
.ui.top.attached.menu {
margin-top: 0px;
}
.ui.segments.details {
margin: 0px !important;
border: 0px !important;
}
.ui.form .field.no-margin {
margin: 0;
}
.ui.tabular.menu a {
text-transform: uppercase;
}