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(
|
||||
:style='thumbnail.style'
|
||||
)
|
||||
+link
|
||||
+embedText
|
||||
.text-wrapper
|
||||
+link
|
||||
+embedText
|
||||
.description(
|
||||
v-html='description'
|
||||
)
|
||||
</template>
|
||||
|
||||
<style scoped lang="sass">
|
||||
|
||||
.thumbnail-wrapper
|
||||
.link,
|
||||
.link .thumbnail
|
||||
height: 100%
|
||||
width: 100%
|
||||
display: block
|
||||
</style>
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue