mirror of
https://gitee.com/vant-contrib/vant.git
synced 2025-04-28 20:36:37 +08:00
fix(Icon): fix badge number align (#6975)
* Revert "fix(Info): number vertical align center (#6952)" This reverts commit 3eb8e00843dc7f5cfcac40ffd0abb2e474573035. * style(Icon): fix badge number align * fix(Icon): line-height
This commit is contained in:
parent
684f2f41b9
commit
eb9c758acf
@ -10,6 +10,7 @@
|
|||||||
color: @info-color;
|
color: @info-color;
|
||||||
font-weight: @info-font-weight;
|
font-weight: @info-font-weight;
|
||||||
font-size: @info-font-size;
|
font-size: @info-font-size;
|
||||||
|
font-family: @info-font-family;
|
||||||
line-height: 1.2;
|
line-height: 1.2;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
background-color: @info-background-color;
|
background-color: @info-background-color;
|
||||||
|
@ -419,6 +419,7 @@
|
|||||||
@info-background-color: @red;
|
@info-background-color: @red;
|
||||||
@info-dot-color: @red;
|
@info-dot-color: @red;
|
||||||
@info-dot-size: 8px;
|
@info-dot-size: 8px;
|
||||||
|
@info-font-family: -apple-system-font, Helvetica Neue, Arial, sans-serif;
|
||||||
|
|
||||||
// Image
|
// Image
|
||||||
@image-placeholder-text-color: @gray-6;
|
@image-placeholder-text-color: @gray-6;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user