diff --git a/.gitignore b/.gitignore index 3ad75cd5324ba62d8bb28654017bf4a24ca392d7..190fac0aad4ae69e75b4f5ca4b96da448fcf861b 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,5 @@ /sass/.DS_Store /.sass-cache + +/sass/.sass-cache/ diff --git a/sass/_button.scss b/sass/_button.scss index 238c217756619bd858e2f9d00b2973f6ea3d164f..ef2dac2e6b1b6d6b365a2d26fc5af906667d1ce5 100644 --- a/sass/_button.scss +++ b/sass/_button.scss @@ -2,8 +2,10 @@ // Mixin to set btn background for inactive, active & hover states //------------------------------------------------------------------- -@mixin btn-style($bg, $bg-hover, $bg-active) { +@mixin btn-style($bg, $bg-hover, $bg-active, $b-color, $t-color) { background: $bg; + border-color: $b-color; + color: $t-color; &:hover { background: $bg-hover; @@ -15,6 +17,9 @@ } + + + @if $import-buttons == true { //------------------------------------------------------------------- // Button Styles & Classes @@ -25,58 +30,40 @@ // Set Generic