translucent-vue
Version:
A Vue binding for translucent
3 lines (1 loc) • 469 B
CSS
.translucent__wrapper{position:relative;width:90%;height:90%}.tl-card-contents-container{border:rgba(200,200,200,0.5) solid 1px;transition:box-shadow .4s ease}.tl-card-contents-container,.tl-card-contents,.tl-card-bg-container{border-radius:10px;overflow:hidden;position:relative}.tl-card-contents{height:100%}.theme--white{color:#000;text-shadow:0 0 2px rgba(0,0,0,0.85)}.theme--translucent,.theme--black,.theme--grey{color:#fff;text-shadow:0 0 2px rgba(0,0,0,0.85)}