Skip to content

Commit

Permalink
Merge pull request #1 from jquense/master
Browse files Browse the repository at this point in the history
rm !default !default (jquense#1147)
  • Loading branch information
iambriansreed authored Apr 23, 2024
2 parents 46c72d5 + 00b7905 commit b186b69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/react-widgets/src/scss/popup.scss
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ $border: $widget-border-color !default;
$border-radius: $widget-border-radius !default;
$box-shadow-offset: 1em !default;
$box-shadow: 0 0.5em 1em rgba(#000, 0.175) !default;
$box-shadow-up: 0 0.5em 1em rgba(#000, 0.175) !default !default;
$box-shadow-up: 0 0.5em 1em rgba(#000, 0.175) !default;

$zindex: 1005 !default;
$zindex-focused: $zindex + 1 !default;
Expand Down

0 comments on commit b186b69

Please sign in to comment.