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

Commit

Permalink
adds missing drop shadow to widget #12
Browse files Browse the repository at this point in the history
  • Loading branch information
Brendon Lees committed Feb 22, 2021
1 parent 8b6db21 commit 81e5653
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion src/index.scss
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
.doko {

// Anchors
&.bottom-left {
bottom: 0;
left: 0;
Expand Down Expand Up @@ -43,7 +45,6 @@
transform: translateY(-50%);
margin: 20px 20px 20px 0;
}

&.center-center {
top: 50%;
left: 50%;
Expand All @@ -70,6 +71,8 @@
transition: all 0.3s cubic-bezier(0.05, 0.69, 0.14, 1);

overflow: hidden;

filter: drop-shadow(0px 4px 25px rgba(0, 0, 0, 0.1));
}

.expanded-container {
Expand Down

0 comments on commit 81e5653

Please sign in to comment.