From 2e48395076595652dbe728d1ae1ef30745ae7ae6 Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 12 Aug 2020 18:28:37 +0200 Subject: [PATCH] Neater cancle button --- components/01_Atoms/button/_button.scss | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/components/01_Atoms/button/_button.scss b/components/01_Atoms/button/_button.scss index 1107a9a..890fd35 100644 --- a/components/01_Atoms/button/_button.scss +++ b/components/01_Atoms/button/_button.scss @@ -5,6 +5,7 @@ padding: 8px 14px; border-radius: 2px; font-weight: bold; + cursor: pointer; &:active{ background-color: $-wine-red; @@ -12,6 +13,11 @@ } &--cancel{ - background-color: $-almost-white; + background-color: $-grey; + color: $-almost-white; + &:active{ + color: $-grey; + background-color: $-almost-white; + } } } \ No newline at end of file