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 @@
- + + - - -