From a1b891824ed09e45e234b873b2025b6fd1c46632 Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Tue, 26 Jan 2016 12:22:16 +0100 Subject: [PATCH] use vars --- src/scss/cdb-components/buttons.scss | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/scss/cdb-components/buttons.scss b/src/scss/cdb-components/buttons.scss index b757e30..24cc727 100644 --- a/src/scss/cdb-components/buttons.scss +++ b/src/scss/cdb-components/buttons.scss @@ -52,8 +52,8 @@ .CDB-Button { - padding: 8px 20px; - border-radius: 4px; + padding: $baseSize $baseSize + 12; + border-radius: $baseSize / 2; cursor: pointer; .CDB-Button-Text { @@ -66,7 +66,7 @@ } .CDB-Button--small { - padding: 5px 12px; + padding: $baseSize - 3 $baseSize + 4; } .CDB-Button--primary {