-
Notifications
You must be signed in to change notification settings - Fork 51
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
381e2f8
commit 168a967
Showing
2 changed files
with
15 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
@mixin newspack-ui-elevation($size: 1) { | ||
@if $size == 1 { | ||
box-shadow: 0 1px 10px rgba( 0, 0, 0, 0.07 ); | ||
} @else if $size == 2 { | ||
box-shadow: 0 2px 20px rgba( 0, 0, 0, 0.14 ); | ||
} @else if $size == 3 { | ||
box-shadow: 0 3px 30px rgba( 0, 0, 0, 0.21 ); | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters