Tweak drop shadow on button
This commit is contained in:
parent
d6e78c7519
commit
bb4eecc443
|
@ -1,7 +1,7 @@
|
||||||
.button {
|
.button {
|
||||||
background: $button-background;
|
background: $button-background;
|
||||||
border: 1px solid $button-font-color;
|
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.07);
|
||||||
color: $button-font-color;
|
color: $button-font-color;
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-family: $button-font-family;
|
font-family: $button-font-family;
|
||||||
|
|
Loading…
Reference in New Issue