chore: add @font-weight-bold var (#4594)
This commit is contained in:
+2
-2
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user