[components] TItermCard 수정
Detail Notes : 1. 다국어 처리 관련 TOP 마크 css 수정
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user