From c3ea8228a16fc44be0c827cfb559c24186f01540 Mon Sep 17 00:00:00 2001 From: Pablo Vazquez Date: Tue, 6 Jun 2017 17:03:16 +0200 Subject: [PATCH] Less padding on buttons --- src/styles/_utils.sass | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) diff --git a/src/styles/_utils.sass b/src/styles/_utils.sass index 50aca6ea..e19ddd6d 100644 --- a/src/styles/_utils.sass +++ b/src/styles/_utils.sass @@ -25,10 +25,9 @@ @mixin button($mixin-color, $roundness, $filled: false) font-family: $font-body text-transform: uppercase - opacity: .9 padding: - left: 20px - right: 20px + left: 12px + right: 12px border-radius: $roundness @if $filled @@ -45,7 +44,6 @@ transition: color 350ms ease-out, border 150ms ease-in-out, opacity 150ms ease-in-out, background-color 150ms ease-in-out &:hover - opacity: 1 cursor: pointer text-decoration: none @@ -65,7 +63,7 @@ color: white i - margin-right: 10px + margin-right: 8px small font-size: .6em