diff --git a/.gitignore b/.gitignore index 3ad75cd..190fac0 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 238c217..ef2dac2 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