From f1bb8ebfa2ba9cbabb99538696d87303124dc0e5 Mon Sep 17 00:00:00 2001 From: Kyle Knight Date: Fri, 9 Dec 2016 12:36:17 -0600 Subject: [PATCH] Updating Gradient Button styles (#606) --- frontend/components/buttons/Button/_styles.scss | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/frontend/components/buttons/Button/_styles.scss b/frontend/components/buttons/Button/_styles.scss index fc24c94bbb..321c882597 100644 --- a/frontend/components/buttons/Button/_styles.scss +++ b/frontend/components/buttons/Button/_styles.scss @@ -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 {