feat(ui): ItemLogo special vuejs styling

This commit is contained in:
Guillaume Chau
2018-03-12 10:23:56 +01:00
parent 83939c9214
commit da0d37ece4

View File

@@ -3,7 +3,8 @@
class="item-logo"
:class="{
selected,
loaded
loaded,
vuejs: image && image.includes('vuejs')
}"
>
<div class="wrapper">
@@ -82,6 +83,15 @@ export default {
>>> svg
fill rgba($color-text-light, .3)
&.vuejs
.wrapper
background lighten($vue-color-primary, 70%)
.image
width 70%
height @width
position relative
top 3px
&.loaded
.image
animation zoom .1s