app/assets/stylesheets/timequake/buttons.scss in timequake-1.0.9 vs app/assets/stylesheets/timequake/buttons.scss in timequake-2.0.0

- old
+ new

@@ -2,10 +2,11 @@ $btn-border-style: solid !default; $btn-border-radius: 5px !default; $btn-border-width: 1px !default; $btn-padding: 11px 5px !default; $btn-font-size: 16px !default; +$btn-font-weight: 700 !default; $btn-font: $copy-font !default; $btn-color: $primary-color !default; $btn-border-color: $primary-color !default; $btn-text-color: $white !default; $secondary-btn-text-color: $white !default; @@ -32,12 +33,13 @@ margin: 10px 0; text-align: center; cursor: pointer; transition: 300ms all; font-size: $btn-font-size; + font-weight: $btn-font-weight; &:hover { background-color: lighten($btn-color, 5%); } - &:active { transform: scale(.95); } + &:active { transform: scale(.97); } &.clear { color: $btn-color; background-color: transparent;