vuetify
Version:
Vue.js 2 Semantic Component Framework
26 lines (19 loc) • 346 B
text/stylus
@import '../bootstrap'
.v-image
z-index: 0
&__image,
&__placeholder
z-index: -1
position: absolute
top: 0
left: 0
width: 100%
height: 100%
&__image
background-repeat: no-repeat
&--preload
filter: blur(2px)
&--contain
background-size: contain
&--cover
background-size: cover