
META-INF.resources.bower_components.angular-progress-button-styles.sass._fill-horizontal.scss Maven / Gradle / Ivy
.progress-button {
&-style-fill.progress-button-dir-horizontal {
overflow: hidden;
.content {
z-index: 10;
-webkit-transition: -webkit-transform 0.3s;
transition: transform 0.3s;
&:before, &:after {
top: 100%;
right: auto;
left: 50%;
-webkit-transition: opacity 0.3s;
transition: opacity 0.3s;
-webkit-transform: translateX(-50%);
transform: translateX(-50%);
}
}
&.state-success, &.state-error {
.content {
-webkit-transform: translateY(-100%);
transform: translateY(-100%);
}
}
}
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy