re-declare shadow styles after revert

This commit is contained in:
Jason Costello 2017-04-10 11:30:46 -07:00
parent c75e70b522
commit 09aff81db7
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
.button {
background: $button-background;
border: 1px solid $button-font-color;
box-shadow: 3px 4px 0 rgba(0,0,0,0.1);
box-shadow: 4px 4px 0 rgba(0,0,0,0.1);
color: $button-font-color;
display: inline-block;
font-family: $button-font-family;