[ProductTag] ProductBadge width 제거, flex-start 로 변경
This commit is contained in:
@@ -12,10 +12,9 @@
|
||||
}
|
||||
|
||||
.ProductBadge {
|
||||
width: 666px;
|
||||
margin-left: 26px;
|
||||
height: 42px;
|
||||
.flex(@justifyCenter:flex-end);
|
||||
.flex(@justifyCenter:flex-start);
|
||||
.specialValue {
|
||||
.tag-default(@backgroundColor:@PRIMARY_COLOR_RED, @fontColor:@COLOR_WHITE);
|
||||
.size(@w: 66px, @h: 42px);
|
||||
|
||||
Reference in New Issue
Block a user