fix(Info): number vertical align center (#6952)

This commit is contained in:
neverland 2020-08-06 19:01:45 +08:00 committed by GitHub
parent 93e01053c3
commit 3eb8e00843
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 3 deletions

View File

@ -10,8 +10,7 @@
color: @info-color;
font-weight: @info-font-weight;
font-size: @info-font-size;
font-family: @info-font-family;
line-height: @info-size - @info-border-width * 2;
line-height: 1.2;
text-align: center;
background-color: @info-background-color;
border: @info-border-width solid @white;

View File

@ -419,7 +419,6 @@
@info-background-color: @red;
@info-dot-color: @red;
@info-dot-size: 8px;
@info-font-family: @price-integer-font-family;
// Image
@image-placeholder-text-color: @gray-6;