text wrapper and thumbnail styles
This commit is contained in:
parent
424a8d0837
commit
ca91d9fcb5
1 changed files with 9 additions and 3 deletions
|
@ -48,14 +48,20 @@ mixin embedText
|
||||||
.thumbnail(
|
.thumbnail(
|
||||||
:style='thumbnail.style'
|
:style='thumbnail.style'
|
||||||
)
|
)
|
||||||
+link
|
.text-wrapper
|
||||||
+embedText
|
+link
|
||||||
|
+embedText
|
||||||
.description(
|
.description(
|
||||||
v-html='description'
|
v-html='description'
|
||||||
)
|
)
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<style scoped lang="sass">
|
<style scoped lang="sass">
|
||||||
|
.thumbnail-wrapper
|
||||||
|
.link,
|
||||||
|
.link .thumbnail
|
||||||
|
height: 100%
|
||||||
|
width: 100%
|
||||||
|
display: block
|
||||||
</style>
|
</style>
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue