Files
2015-11-23 14:51:41 -06:00

22 lines
401 B
SCSS

@import "../../ionic.globals";
// Material Design Ripple Effect
// --------------------------------------------------
$ripple-background-color: rgba(0, 0, 0, 0.1) !default;
md-ripple {
position: absolute;
z-index: 0;
display: block;
border-radius: 50%;
background: $ripple-background-color;
overflow: hidden;
pointer-events: none;
transform: scale(0.001) translateZ(0);
}