&.button.success { @include button-style($bg:$success-color); }
&.button.alert { @include button-style($bg:$alert-color); }
&.button.warning { @include button-style($bg:$warning-color); }
+ &.button.info { @include button-style($bg:$info-color); }
}
> button {
&.success { @include button-style($bg:$success-color); }
&.alert { @include button-style($bg:$alert-color); }
&.warning { @include button-style($bg:$warning-color); }
+ &.info { @include button-style($bg:$info-color); }
}
// Apply the hover link color when it has that class