mirror of
https://github.com/vuejs/vue-cli.git
synced 2026-02-06 23:18:28 -06:00
feat(ui): ItemLogo special vuejs styling
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user