[FeaturedBrandsPanel] section, Showroom, css 수정

Detail Notes :
1. ShowroomThumbnailCard, border 수정
2. contents 간격 수정 (GUI)
This commit is contained in:
younghoon100.park
2024-04-01 15:38:54 +09:00
parent b99c16bc39
commit 3ef7e5eb37
2 changed files with 5 additions and 4 deletions

View File

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

View File

@@ -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 {