[ProductTag] ProductBadge width 제거, flex-start 로 변경

This commit is contained in:
jiwon93.son
2024-02-27 10:00:19 +09:00
parent bc50f116a3
commit 1334be5351

View File

@@ -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);