Skip to content

Commit

Permalink
Try: Augment shadows for modals and popovers (#46228)
Browse files Browse the repository at this point in the history
  • Loading branch information
jameskoster authored Dec 2, 2022
1 parent c64b751 commit 94536e6
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions packages/base-styles/_variables.scss
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,8 @@ $canvas-padding: $grid-unit-30;
* Shadows.
*/

$shadow-popover: 0 2px 6px rgba($black, 0.05);
$shadow-modal: 0 10px 10px rgba($black, 0.25);

$shadow-popover: 0 0.7px 1px rgba($black, 0.1), 0 1.2px 1.7px -0.2px rgba($black, 0.1), 0 2.3px 3.3px -0.5px rgba($black, 0.1);
$shadow-modal: 0 0.7px 1px rgba($black, 0.15), 0 2.7px 3.8px -0.2px rgba($black, 0.15), 0 5.5px 7.8px -0.3px rgba($black, 0.15), 0.1px 11.5px 16.4px -0.5px rgba($black, 0.15);

/**
* Editor widths.
Expand Down

0 comments on commit 94536e6

Please sign in to comment.