Skip to content

Commit

Permalink
Fix: Set dimensions for close button svg (#1032)
Browse files Browse the repository at this point in the history
  • Loading branch information
ConradJChan authored Jul 8, 2019
1 parent 3ce93e6 commit 2c2d479
Showing 1 changed file with 9 additions and 5 deletions.
14 changes: 9 additions & 5 deletions src/lib/_boxui.scss
Original file line number Diff line number Diff line change
Expand Up @@ -376,11 +376,15 @@
opacity: 0.6;
outline: none;

&.close-btn.default-close-btn {
width: 24px;

path.icon {
fill: $white;
&.default-close-btn {
svg {
height: 24px;
pointer-events: none;
width: 24px;

path.icon {
fill: $white;
}
}
}
}
Expand Down

0 comments on commit 2c2d479

Please sign in to comment.