mirror of
https://github.com/Hopiu/vue-material.git
synced 2026-04-19 06:11:04 +00:00
6 lines
No EOL
412 B
CSS
6 lines
No EOL
412 B
CSS
/*!
|
|
* Vue Material v0.7.0
|
|
* Made with love by Marcos Moura
|
|
* Released under the MIT License.
|
|
*/
|
|
.md-backdrop{position:absolute;top:0;right:0;bottom:0;left:0;z-index:99;pointer-events:none;background-color:rgba(0,0,0,.54);transform:translateZ(0);opacity:0;transition:all .5s cubic-bezier(.35,0,.25,1)}.md-backdrop.md-active{opacity:1;pointer-events:auto}.md-backdrop.md-transparent{background:rgba(0,0,0,.005)} |