Updating Gradient Button styles (#606)

This commit is contained in:
Kyle Knight 2016-12-09 12:36:17 -06:00 committed by GitHub
parent b362682d90
commit f1bb8ebfa2

View file

@ -110,7 +110,11 @@ $base-class: 'button';
padding: $medium;
width: 100%;
height: auto;
box-shadow: none;
box-shadow: inset 0 -3px 0px 0 rgba(0, 0, 0, 0.25), 0 -2px 3px 0 rgba(0, 0, 0, 0.15);
&:active {
box-shadow: 0 1px 0 #734893, 0 -2px 0 #D1D9E9;
}
}
&--unstyled {