From 0d14b3cfd3eb60b5e2b8d57bbc6c63e621b9bb3d Mon Sep 17 00:00:00 2001 From: Fez Vrasta Date: Mon, 25 Aug 2014 13:04:30 +0200 Subject: [PATCH] Update material.css --- material/material.css | 40 +--------------------------------------- 1 file changed, 1 insertion(+), 39 deletions(-) diff --git a/material/material.css b/material/material.css index bc485430..f473766d 100644 --- a/material/material.css +++ b/material/material.css @@ -1,5 +1,5 @@ /* Copyright 2014+, Federico Zivolo, LICENSE at https://github.com/FezVrasta/bootstrap-material-design/blob/master/LICENSE.md */ - +/* Generated by less 1.7.0 */ @import url(http://fonts.googleapis.com/css?family=Roboto+Condensed:300italic,400italic,700italic,400,700,300|Roboto:400,100,100italic,300,300italic,400italic,500,500italic,700,700italic); @-webkit-keyframes input-highlight { 0% { @@ -316,44 +316,6 @@ h6, .btn-group-flat { box-shadow: none !important; } -.ripple-wrapper { - position: absolute; - top: 0; - left: 0; - z-index: 1; - width: 100%; - height: 100%; - overflow: hidden; - border-radius: 2px; -} -.ripple { - position: absolute; - width: 20px; - height: 20px; - margin-left: -10px; - margin-top: -10px; - border-radius: 100%; - background-color: rgba(0, 0, 0, 0.05); - -webkit-transform: scale(1); - -ms-transform: scale(1); - transform: scale(1); - -webkit-transform-origin: 50%; - -ms-transform-origin: 50%; - transform-origin: 50%; - opacity: 0; -} -.ripple.ripple-on { - -webkit-transition: opacity 0.15s ease-in 0s, -webkit-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; - -ms-transition: opacity 0.15s ease-in 0s, -ms-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; - -moz-transition: opacity 0.15s ease-in 0s, -moz-transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; - transition: opacity 0.15s ease-in 0s, transform 0.5s cubic-bezier(0.4, 0, 0.2, 1) 0.1s; - opacity: 1; -} -.ripple.ripple-out { - -webkit-transition: opacity 1s linear 0s !important; - transition: opacity 0.8s linear 0s !important; - opacity: 0; -} .form-horizontal .checkbox { padding-top: 15px; }