app/assets/stylesheets/codelation/mixins/button.scss in codelation_assets-0.0.1 vs app/assets/stylesheets/codelation/mixins/button.scss in codelation_assets-0.1.0
- old
+ new
@@ -1,4 +1,6 @@
+$accent-color: $blue !default;
+
@mixin button($background-color: color($grey, 100), $font-color: $grey, $active-background-color: $accent-color, $active-font-color: text-color($accent-color)) {
background-image: linear-gradient(to bottom, $background-color, darken($background-color, 8%));
border: 0;
border-radius: 2px;
box-shadow: rgba(0, 0, 0, 0.14902) 0 0 0 1px inset;