app/assets/stylesheets/alchemy/buttons.scss in alchemy_cms-4.0.0.beta vs app/assets/stylesheets/alchemy/buttons.scss in alchemy_cms-4.0.0.rc1

- old
+ new

@@ -26,11 +26,11 @@ &.icon_only { margin: 0; padding: 0; border: 0 none; box-shadow: none; - @include background(none); + background: none; border-radius: 0; .icon { margin: 0; } @@ -90,10 +90,10 @@ .icon { position: absolute; top: 50%; height: 8px; - @include transform(translateX(-50%) translateY(-50%)); + transform: translateX(-50%) translateY(-50%); &:before { line-height: 10px; }