[FeaturedBrandsPanel] section, Showroom, css 수정
Detail Notes : 1. ShowroomThumbnailCard, border 수정 2. contents 간격 수정 (GUI)
This commit is contained in:
@@ -6,14 +6,14 @@
|
||||
margin-bottom: 14px;
|
||||
|
||||
> h3 {
|
||||
margin-bottom: -4px;
|
||||
margin-bottom: -10px;
|
||||
min-height: 42px;
|
||||
.font(@fontFamily: @arialFontBold, @fontSize: 36px);
|
||||
color: @COLOR_GRAY08;
|
||||
}
|
||||
|
||||
> div {
|
||||
> div:nth-child(2) {
|
||||
.flex(@justifyCenter: flex-start);
|
||||
.size(@w: 100%, @h: auto);
|
||||
margin-bottom: -8px;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -6,7 +6,8 @@
|
||||
.size(@w: 663px, @h:438px);
|
||||
padding: 18px;
|
||||
background-color: @COLOR_WHITE;
|
||||
border: solid 1px @COLOR_WHITE;
|
||||
border: solid 1px @COLOR_GRAY02;
|
||||
|
||||
border-radius: 12px;
|
||||
|
||||
> img {
|
||||
|
||||
Reference in New Issue
Block a user