From c1143441eb6134364beeb7a23e726e46978067a9 Mon Sep 17 00:00:00 2001 From: piensaenpixel Date: Tue, 26 Jan 2016 12:16:40 +0100 Subject: [PATCH] fix PR --- src/scss/cdb-components/buttons.scss | 55 ++++++++++++++-------------- 1 file changed, 28 insertions(+), 27 deletions(-) diff --git a/src/scss/cdb-components/buttons.scss b/src/scss/cdb-components/buttons.scss index c6befc7..b757e30 100644 --- a/src/scss/cdb-components/buttons.scss +++ b/src/scss/cdb-components/buttons.scss @@ -5,19 +5,19 @@ # Buttons/Primary ``` - + + - - - @@ -26,19 +26,19 @@
- + + - - -
@@ -56,9 +56,6 @@ border-radius: 4px; cursor: pointer; - &.is-mini { - padding: 5px 12px; - } .CDB-Button-Text { display: block; } @@ -68,6 +65,10 @@ } } +.CDB-Button--small { + padding: 5px 12px; +} + .CDB-Button--primary { background: $cBlue; color: $cWhite; @@ -98,19 +99,19 @@ # Buttons/Secondary ``` - + + - - - @@ -119,19 +120,19 @@
- + + - - -