From 9188bc42ab8d0579d149d46aa28fe8e06172c9f7 Mon Sep 17 00:00:00 2001 From: abhijaygh <42239188+abhijaygh@users.noreply.github.com> Date: Sat, 13 Oct 2018 23:09:53 +0530 Subject: [PATCH] changes in background background and structural --- scss/_buttons.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/scss/_buttons.scss b/scss/_buttons.scss index f978918e..d4839199 100644 --- a/scss/_buttons.scss +++ b/scss/_buttons.scss @@ -9,8 +9,8 @@ text-transform: uppercase; letter-spacing: 0; cursor: pointer; - background-color: transparent; - border: 0; + background-color: #ffdde1; + border: 2px; outline: 0; transition: box-shadow 0.2s $bmd-animation-curve-fast-out-linear-in, background-color 0.2s $bmd-animation-curve-default, @@ -89,13 +89,13 @@ .btn-group-lg &, .btn-group-sm &, & { - padding: 0; // need specificity + padding: 3px; // need specificity border-radius: 50%; line-height: 0; } .material-icons { - position: absolute; + position: fixed; top: 50%; left: 50%; width: $bmd-btn-fab-font-size;