Skip to content

Commit

Permalink
css for distinction
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderGeere committed Nov 12, 2024
1 parent 2e1f3b0 commit a9c6403
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions public/css/_layerview.css
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,16 @@
}
}

.layer-view {
& .layer-view{
> .header {
h2{
font-weight: normal;
}
}
}
}

.drawer.layer-group {
padding-left: 3px;
padding-right: 3px;
Expand All @@ -40,6 +50,12 @@
padding-left: 4px;
padding-right: 4px;
}

& .layer-view{
h2 {
font-weight: normal
}
}
}

#layers>.drawer.layer-group .drawer.layer-view {
Expand Down

0 comments on commit a9c6403

Please sign in to comment.