chore: add @font-weight-bold var (#4594)

This commit is contained in:
neverland
2019-09-26 20:39:59 +08:00
committed by GitHub
parent 7ad6c324f8
commit 557b8ea54d
15 changed files with 27 additions and 22 deletions
+2 -2
View File
@@ -45,7 +45,7 @@
&__title {
max-height: 32px;
font-weight: 500;
font-weight: @font-weight-bold;
line-height: @card-title-line-height;
.multi-ellipsis(2);
@@ -64,7 +64,7 @@
&__price {
display: inline-block;
color: @card-price-color;
font-weight: 500;
font-weight: @font-weight-bold;
}
&__origin-price {