From e7a23eefff80a8cb0478516da3478da9c65e5eb8 Mon Sep 17 00:00:00 2001 From: Adam Bradley Date: Mon, 23 Mar 2015 11:31:13 -0500 Subject: [PATCH] updates --- src/components/button/button.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/components/button/button.scss b/src/components/button/button.scss index 189d1b82d8..734eebf9d5 100644 --- a/src/components/button/button.scss +++ b/src/components/button/button.scss @@ -22,10 +22,6 @@ $button-small-height: 28px !default; $button-small-padding: 4px !default; $button-small-icon-size: 16px !default; -$button-bar-button-font-size: 13px !default; -$button-bar-button-height: 32px !default; -$button-bar-button-padding: 8px !default; -$button-bar-button-icon-size: 20px !default; // Button Mixins @@ -74,6 +70,7 @@ $button-bar-button-icon-size: 20px !default; } + // Button Defaults // -------------------------------------------------- @@ -118,6 +115,7 @@ $button-bar-button-icon-size: 20px !default; } + // Button Sizes // -------------------------------------------------- @@ -136,6 +134,7 @@ $button-bar-button-icon-size: 20px !default; } + // Button Types // -------------------------------------------------- @@ -189,6 +188,7 @@ input.button.button-block { } + // Button Color Generation // --------------------------------------------------