From 8712e0f2e52855d45bdda01f8067c3e5f6c17a21 Mon Sep 17 00:00:00 2001 From: maria Date: Thu, 1 Aug 2019 17:33:49 +0200 Subject: [PATCH] PR - #31 amendments --- src/components/button/style.module.scss | 32 ++++---------------- src/components/buttonGroup/style.module.scss | 2 +- 2 files changed, 7 insertions(+), 27 deletions(-) diff --git a/src/components/button/style.module.scss b/src/components/button/style.module.scss index ab8815a51..75b2781e9 100644 --- a/src/components/button/style.module.scss +++ b/src/components/button/style.module.scss @@ -14,35 +14,20 @@ transition: all 0.25s ease; - // &:hover { - // border-color: rgba($primary, 0.4); - // cursor: pointer; - // } - - // &:focus { - // border-color: $primary; - // } + &:hover { + border-color: rgba($primary, 0.4); + cursor: pointer; + } &.background { background-color: $primary; color:$white; - // height: 26px; - // width: 124.8px; - // border: 2px solid $white; - // - // border-radius: 15px; + &.contrast { background-color: $white; color: $primary; border-color: $white; } - // &:focus { - // height: 26px; - // width: 124.8px; - // border: 2px solid $white; - // opacity: 0.4; - // border-radius: 15px; - // } } &.transparent { @@ -53,9 +38,7 @@ &:hover { border: 2px solid rgba(0, 133, 127, 0.4); } - // &:focus { - // border-color: $primary; - // } + &.contrast { color: $white; } @@ -65,9 +48,6 @@ &:hover { border-color: rgba(0,0,0,0.4); } - // &:focus { - // border-color: $body-color; - // } } } diff --git a/src/components/buttonGroup/style.module.scss b/src/components/buttonGroup/style.module.scss index d48b38feb..a376c290a 100644 --- a/src/components/buttonGroup/style.module.scss +++ b/src/components/buttonGroup/style.module.scss @@ -2,7 +2,7 @@ .container { border: 2px solid rgba(0,0,0,0.2); - display:inline-flex; + display: inline-flex; position: relative; height: 26px; border-radius: 15px;