refactor: svg icons (#1096)

* refactor svg

* add svgo

* refine

* add tree.svg

* add svg.yml
This commit is contained in:
花裤衩
2018-09-17 13:07:11 +08:00
committed by GitHub
parent 11163146c0
commit 24602755cd
45 changed files with 72 additions and 50 deletions

View File

@@ -44,8 +44,8 @@ export default {
}
.icon {
color: #fff;
font-size: 30px;
margin-top: 6px;
font-size: 24px;
margin-top: 8px;
}
.wx-svg-container,
.qq-svg-container {
@@ -60,7 +60,7 @@ export default {
margin-right: 5px;
}
.wx-svg-container {
background-color: #8dc349;
background-color: #8ada53;
}
.qq-svg-container {
background-color: #6BA2D6;