We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 83939c9 commit da0d37eCopy full SHA for da0d37e
packages/@vue/cli-ui/src/components/ItemLogo.vue
@@ -3,7 +3,8 @@
3
class="item-logo"
4
:class="{
5
selected,
6
- loaded
+ loaded,
7
+ vuejs: image && image.includes('vuejs')
8
}"
9
>
10
<div class="wrapper">
@@ -82,6 +83,15 @@ export default {
82
83
>>> svg
84
fill rgba($color-text-light, .3)
85
86
+ &.vuejs
87
+ .wrapper
88
+ background lighten($vue-color-primary, 70%)
89
+ .image
90
+ width 70%
91
+ height @width
92
+ position relative
93
+ top 3px
94
+
95
&.loaded
96
.image
97
animation zoom .1s
0 commit comments