Skip to content

Commit

Permalink
chore: make build smooth by applying new syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
jstarpl committed Jan 31, 2025
1 parent 94af13a commit 135b88d
Showing 1 changed file with 9 additions and 7 deletions.
16 changes: 9 additions & 7 deletions packages/webui/src/client/styles/propertiesPanel.scss
Original file line number Diff line number Diff line change
Expand Up @@ -188,13 +188,15 @@
> .propertiespanel-pop-up__groupselector__button {
@include item-type-colors();

width: 50px;
height: 30px;
border: 0px;
margin: 3px;
gap: 10px;
color: #ddd;
opacity: 0.2;
& {
width: 50px;
height: 30px;
border: 0px;
margin: 3px;
gap: 10px;
color: #ddd;
opacity: 0.2;
}

&.splits {
background: linear-gradient(
Expand Down

0 comments on commit 135b88d

Please sign in to comment.