Skip to content

Commit c2b39c6

Browse files
committed
fix the icon
1 parent b277271 commit c2b39c6

File tree

3 files changed

+10
-2
lines changed

3 files changed

+10
-2
lines changed

assets/icons.psd

22.4 KB
Binary file not shown.

themes/vue/source/css/index.styl

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,11 @@
11
@import "_common"
22

3+
zoom()
4+
-webkit-transform scale(1.05)
5+
-moz-transform scale(1.05)
6+
-ms-transform scale(1.05)
7+
transform scale(1.05)
8+
39
html, body
410
height 100%
511

@@ -17,6 +23,7 @@ html, body
1723
margin 0 1em
1824
&:hover, &.current
1925
border-bottom 3px solid $green
26+
zoom()
2027

2128
#logo
2229
display block
@@ -70,7 +77,7 @@ html, body
7077
border-radius 4px
7178
text-shadow 0 1px 1px rgba(0,0,0,.2)
7279
border-bottom 1px solid darken($green, 12%)
73-
transition background-color .2s ease-out
80+
transition all .2s ease-out
7481
&:hover
7582
background-color lighten($green, 10%)
7683

@@ -164,7 +171,8 @@ html, body
164171
margin-bottom 2em
165172
&:hover
166173
background-color #fff
167-
color $medium
174+
color #7f8c8d
175+
zoom()
168176
p
169177
margin .3em 0
170178

themes/vue/source/images/icons.png

-819 Bytes
Loading

0 commit comments

Comments
 (0)