Skip to content

Commit

Permalink
css build
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGeere committed Nov 12, 2024
1 parent a9c6403 commit 5c94794
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions public/css/ui.css
Original file line number Diff line number Diff line change
Expand Up @@ -1436,6 +1436,15 @@ label.checkbox {
margin-top: 5px;
}
}
.layer-view {
& .layer-view {
> .header {
h2 {
font-weight: normal;
}
}
}
}
.drawer.layer-group {
padding-left: 3px;
padding-right: 3px;
Expand All @@ -1444,6 +1453,11 @@ label.checkbox {
padding-left: 4px;
padding-right: 4px;
}
& .layer-view {
h2 {
font-weight: normal;
}
}
}
#layers > .drawer.layer-group .drawer.layer-view {
background: var(--color-light);
Expand Down

0 comments on commit 5c94794

Please sign in to comment.