1
0
mirror of https://gitee.com/vant-contrib/vant.git synced 2025-04-27 20:06:36 +08:00

fix(Icon): fix badge number align ()

* Revert "fix(Info): number vertical align center ()"

This reverts commit 3eb8e00843dc7f5cfcac40ffd0abb2e474573035.

* style(Icon): fix badge number align

* fix(Icon): line-height
This commit is contained in:
neverland 2020-08-10 15:55:03 +08:00 committed by GitHub
parent 684f2f41b9
commit eb9c758acf
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 0 deletions
src

@ -10,6 +10,7 @@
color: @info-color;
font-weight: @info-font-weight;
font-size: @info-font-size;
font-family: @info-font-family;
line-height: 1.2;
text-align: center;
background-color: @info-background-color;

@ -419,6 +419,7 @@
@info-background-color: @red;
@info-dot-color: @red;
@info-dot-size: 8px;
@info-font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
// Image
@image-placeholder-text-color: @gray-6;