public/stylesheets/sass/_buttons.sass in spree-0.9.2 vs public/stylesheets/sass/_buttons.sass in spree-0.9.3
- old
+ new
@@ -1,9 +1,9 @@
button,
a.button,input.button
+round_corners(0.3em)
- :background #efefef url(/images/buttons/bg-button.png) center left repeat-x !important
+ :background #efefef url(../../images/buttons/bg-button.png) center left repeat-x !important
:border-style solid
:border-width 1px !important
:border-color #ddd #999 #999 #ddd !important
:-moz-outline-radius .3em
:color #111
@@ -26,10 +26,10 @@
:cursor pointer
&.primary
:font-weight bold
:color #000
&:hover
- :background-image url(/images/buttons/bg-button-hover.png) !important
+ :background-image url(../../images/buttons/bg-button-hover.png) !important
&.large
+round_corners
:font-size 1.4em !important
:line-height 1.4em
&.small