Skip to content
This repository has been archived by the owner on Feb 1, 2024. It is now read-only.

Commit

Permalink
Use our new box-shadow variable from popover config
Browse files Browse the repository at this point in the history
  • Loading branch information
driesd committed Apr 10, 2017
1 parent 4067602 commit 83d127b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions components/popover/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@

.popover {
background: var(--popover-background-color);
box-shadow: var(--shadow-2p);
box-shadow: var(--popover-box-shadow);
position: absolute;
opacity: 0;
min-width: 300px;
Expand All @@ -30,7 +30,7 @@

.arrow {
background: var(--color-white);
box-shadow: var(--shadow-2p);
box-shadow: var(--popover-box-shadow);
content: "";
height: calc(1.4 * var(--unit));
position: absolute;
Expand Down

0 comments on commit 83d127b

Please sign in to comment.