button { -webkit-appearance: none; -moz-appearance: none; appearance: none; border: none; box-shadow: inset 1px 1px 1px rgba(255, 255, 255, 0.3), 0 3px 3px rgba(0, 0, 0, 0.15), 0 3px 2px -2px rgba(0, 0, 0, 0.2); font-weight: bold; color: #fff; font-size: 1.25em; text-shadow: 0 -0.5px 1px rgba(0, 0, 0, 0.15); }
.ripple { margin: 0; position: relative; display: inline-block; }
.ripple.styl-material { -webkit-transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1); transition: 200ms background cubic-bezier(0.4, 0, 0.2, 1); background: #E91E63; }
.ripple.styl-material:hover, .ripple.styl-material:focus { outline: none; background: #EC407A; }
.ripple-obj { height: 100%; pointer-events: none; position: absolute; top: 0; left: 0;z-index: 0; width: 100%; fill: rgba(255,255,255,.15); }
.touch .gn-menu-wrapper .ripple-obj { height: 100%; pointer-events: none; position: absolute; top: 0; left: 0;z-index: 0; width: 100%; fill: rgba(0,0,0,.15); }
.ripple-obj use { opacity: 0; }.theme-2 .ripple.styl-material { background: #2196F3; }
.theme-2 .ripple.styl-material:hover, .theme-2 .ripple.styl-material:focus { background: #2b9bf4; }
.theme-3 .ripple.styl-material { background: #009688; }
.theme-3 .ripple.styl-material:hover, .theme-3 .ripple.styl-material:focus { background: #26A69A; }
.theme-3 .ripple-obj { fill: #00695C; }