[components] TItermCard 수정

Detail Notes :

1. 다국어 처리 관련 TOP 마크 css 수정
This commit is contained in:
younghoon100.park
2024-02-14 16:28:57 +09:00
parent aeadd94941
commit 4230f7e04b
2 changed files with 25 additions and 22 deletions

View File

@@ -154,12 +154,11 @@
}
}
// best seller
// best seller (TOP mark)
> div:nth-child(3) {
.position(@position: absolute, @top: -1px, @left: 18px);
.flex(@direction: column, @justifyCenter: space-between);
.size(@w: 79px, @h: 102px);
padding: 12px 12px 18px;
padding: 15px 16px 21px;
background-color: @COLOR_GRAY07;
.font(@fontFamily: @robotoFontBold, @fontSize: 24px);
color: @COLOR_WHITE;