vendor/assets/stylesheets/modules/buttons/styles/_material.sass in oulu-rails-0.7.1 vs vendor/assets/stylesheets/modules/buttons/styles/_material.sass in oulu-rails-0.7.2
- old
+ new
@@ -1,12 +1,12 @@
=waves-effect($color: black)
- +relative(1)
+ +position(relative, 1)
overflow: hidden
will-change: opacity, transform
+transition(all .3s ease-out)
.waves-ripple
- +absolute
+ position: absolute
border-radius: 50%
+block-size(20px)
+rem('margin-top', -10px)
+rem('margin-left', -10px)
opacity: 0
@@ -73,10 +73,10 @@
-webkit-mask-image: -webkit-radial-gradient(circle, white 100%, black 100%)
.waves-input-wrapper
border-radius: 0.2em
vertical-align: bottom
.waves-button-input
- +relative(1, top 0, left 0)
+ +position(relative, 1, top 0, left 0)
.waves-circle
text-align: center
+size(2.5em)
line-height: 2.5em
border-radius: 50%