Skip to content

Commit

Permalink
Issue #31 - adjust CSS for blockicon svgnn class
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbingwide committed Jan 9, 2020
1 parent b1414e8 commit 61c9484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions blocks/oik-blockicon/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@
height: 64px;
}

.svg64 .editor-block-icon,
.svg64 .editor-block-icon svg {
.svg64 .block-editor-block-icon,
.svg64 .block-editor-block-icon svg {
width: 64px;
height: 64px;
max-height: 64px;
Expand All @@ -35,8 +35,8 @@
height: $sizepx;
}

.#{$svg-size} .editor-block-icon,
.#{$svg-size} .editor-block-icon svg {
.#{$svg-size} .block-editor-block-icon,
.#{$svg-size} .block-editor-block-icon svg {
width: $sizepx;
height: $sizepx;
max-height: $sizepx;
Expand Down

0 comments on commit 61c9484

Please sign in to comment.