Skip to content

Commit

Permalink
tweaked some styling
Browse files Browse the repository at this point in the history
  • Loading branch information
bfintal@gmail.com committed Jul 12, 2024
1 parent 02aca3b commit d2f0250
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion src/components/variation-picker/editor.scss
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
.stk-variation-picker {
.block-editor-block-variation-picker__variations {
gap: 16px;
}
.block-editor-block-variation-picker__variations > li {
margin: 8px 20px 0 0;
margin: 0;
}
.stk-stackable-icon-gradient {
fill: revert !important;
}

.is-premium {
Expand All @@ -14,6 +20,7 @@
}
.block-editor-block-variation-picker__variation {
background: #fff !important;
height: 42px;

svg {
width: 48px;
Expand Down

0 comments on commit d2f0250

Please sign in to comment.