vendor/assets/stylesheets/magic/content/_buttons.scss in magic_stylez-0.0.0.93 vs vendor/assets/stylesheets/magic/content/_buttons.scss in magic_stylez-0.0.0.94

- old
+ new

@@ -188,9 +188,19 @@ &.btn-sm { @include horizontal-padding( 20px ); } &.btn-lg { @include horizontal-padding( 40px ); } &.btn-xl { @include horizontal-padding( 50px ); } } +.btn-uppercase, .btn-upcase { + text-transform: uppercase; + letter-spacing: 2px; + word-spacing: 5px; + &.btn-xs { letter-spacing: 1px; word-spacing: 3px; } + &.btn-sm { letter-spacing: 1px; word-spacing: 3px; } + &.btn-lg { letter-spacing: 2px; word-spacing: 5px; } + &.btn-xl { letter-spacing: 2px; word-spacing: 6px; } +} + // # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # # // // D E P R E A C A T E D . . . will be removed soon ! \ No newline at end of file