vue-material/dist/components/mdImage/index.css
2017-01-10 18:15:29 -02:00

18 lines
No EOL
477 B
CSS

/* Common */
/* Responsive Breakpoints */
/* Transitions - Based on Angular Material */
/* Elevation - Based on Angular Material */
.md-image {
opacity: 0;
filter: saturate(20%);
}
.md-image.md-black-output {
filter: brightness(0.4) saturate(20%);
}
.md-image.md-loaded {
opacity: 1;
filter: saturate(100%);
transition: opacity 1.1s cubic-bezier(0.25, 0.8, 0.25, 1), filter 2.2s 0.3s cubic-bezier(0.25, 0.8, 0.25, 1);
}
/*# sourceMappingURL=index.css.map*/