Reformatting some code.
This commit is contained in:
parent
fb51f5ca7e
commit
0aedf01375
@ -23,8 +23,7 @@ $blueprint_button_active_font_color: white !default;
|
|||||||
// Sets the colors for a button
|
// Sets the colors for a button
|
||||||
// @param border_highlight_color
|
// @param border_highlight_color
|
||||||
// The highlight color defaults to whatever is the value of the border_color but it's one shade lighter.
|
// The highlight color defaults to whatever is the value of the border_color but it's one shade lighter.
|
||||||
@mixin button-colors
|
@mixin button-colors(
|
||||||
(
|
|
||||||
$font_color: $blueprint_button_font_color,
|
$font_color: $blueprint_button_font_color,
|
||||||
$bg_color: $blueprint_button_background_color,
|
$bg_color: $blueprint_button_background_color,
|
||||||
$border_color: $blueprint_button_border_color,
|
$border_color: $blueprint_button_border_color,
|
||||||
@ -39,8 +38,7 @@ $blueprint_button_active_font_color: white !default;
|
|||||||
// Sets the colors for a button in the active state
|
// Sets the colors for a button in the active state
|
||||||
// @param border_highlight_color
|
// @param border_highlight_color
|
||||||
// The highlight color defaults to whatever is the value of the border_color but it's one shade lighter.
|
// The highlight color defaults to whatever is the value of the border_color but it's one shade lighter.
|
||||||
@mixin button-active-colors
|
@mixin button-active-colors(
|
||||||
(
|
|
||||||
$font_color: $blueprint_button_active_font_color,
|
$font_color: $blueprint_button_active_font_color,
|
||||||
$bg_color: $blueprint_button_active_background_color,
|
$bg_color: $blueprint_button_active_background_color,
|
||||||
$border_color: $blueprint_button_active_border_color,
|
$border_color: $blueprint_button_active_border_color,
|
||||||
@ -55,8 +53,7 @@ $blueprint_button_active_font_color: white !default;
|
|||||||
// Sets the colors for a button in the hover state.
|
// Sets the colors for a button in the hover state.
|
||||||
// @param border_highlight_color
|
// @param border_highlight_color
|
||||||
// The highlight color defaults to whatever is the value of the border_color but it's one shade lighter.
|
// The highlight color defaults to whatever is the value of the border_color but it's one shade lighter.
|
||||||
@mixin button-hover-colors
|
@mixin button-hover-colors(
|
||||||
(
|
|
||||||
$font_color: $blueprint_button_hover_font_color,
|
$font_color: $blueprint_button_hover_font_color,
|
||||||
$bg_color: $blueprint_button_hover_background_color,
|
$bg_color: $blueprint_button_hover_background_color,
|
||||||
$border_color: $blueprint_button_hover_border_color,
|
$border_color: $blueprint_button_hover_border_color,
|
||||||
@ -101,4 +98,4 @@ $blueprint_button_active_font_color: white !default;
|
|||||||
*:first-child+html &[type] {
|
*:first-child+html &[type] {
|
||||||
padding: 4px 10px 3px 7px;
|
padding: 4px 10px 3px 7px;
|
||||||
}
|
}
|
||||||
}
|
}
|
Loading…
Reference in New Issue
Block a user