Skip to content

Commit

Permalink
feat(ui): ItemLogo special vuejs styling
Browse files Browse the repository at this point in the history
  • Loading branch information
Guillaume Chau committed Mar 12, 2018
1 parent 83939c9 commit da0d37e
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion packages/@vue/cli-ui/src/components/ItemLogo.vue
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,8 @@
class="item-logo"
:class="{
selected,
loaded
loaded,
vuejs: image && image.includes('vuejs')
}"
>
<div class="wrapper">
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit da0d37e

Please sign in to comment.