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 // --------------------------------------------------