Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions material-shadows.scss
Original file line number Diff line number Diff line change
Expand Up @@ -23,19 +23,19 @@
}

@mixin z-depth-2dp() {
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .14),
box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .13),
0 1px 5px 0 rgba(0, 0, 0, .12),
0 3px 1px -2px rgba(0, 0, 0, .2);
}

@mixin z-depth-3dp() {
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .14),
box-shadow: 0 3px 4px 0 rgba(0, 0, 0, .13),
0 1px 8px 0 rgba(0, 0, 0, .12),
0 3px 3px -2px rgba(0, 0, 0, .4);
}

@mixin z-depth-4dp() {
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .14),
box-shadow: 0 4px 5px 0 rgba(0, 0, 0, .13),
0 1px 10px 0 rgba(0, 0, 0, .12),
0 2px 4px -1px rgba(0, 0, 0, .4);
}
Expand All @@ -53,7 +53,7 @@
}

@mixin z-depth-16dp() {
box-shadow: 0 16px 24px 2px rgba(0, 0, 0, .14),
box-shadow: 0 16px 24px 2px rgba(0, 1, 1, .14),
0 6px 30px 5px rgba(0, 0, 0, .12),
0 8px 10px -5px rgba(0, 0, 0, .4);
}
Expand Down