Skip to content

Commit 66e2f5a

Browse files
committed
Adjust style
1 parent d6b3158 commit 66e2f5a

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

scss/_utilities.elevation.scss

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,13 +24,13 @@
2424

2525

2626
.shadow-sm {
27-
box-shadow: 0 1px 2px rgba($black, .07) !important;
27+
box-shadow: $shadow-sm !important;
2828
}
2929

3030
.shadow-md {
31-
box-shadow: 0 4px 6px rgba($black, .05) !important;
31+
box-shadow: $shadow-md !important;
3232
}
3333

3434
.shadow-lg {
35-
box-shadow: 0 8px 12px rgba($black, .05) !important;
35+
box-shadow: $shadow-lg !important;
3636
}

0 commit comments

Comments
 (0)