
META-INF.resources.bower_components.angular-progress-button-styles.sass._slide-down.scss Maven / Gradle / Ivy
.progress-button-style-slide-down {
padding: 0;
overflow: visible;
-webkit-backface-visibility: hidden;
backface-visibility: hidden;
.content {
z-index: 10;
padding: 0 60px;
background: #1d9650;
}
.progress {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
-webkit-transition: -webkit-transform 0.2s;
transition: transform 0.2s;
}
&.state-loading .progress {
-webkit-transform: translateY(10px);
transform: translateY(10px);
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy