From 513ac3e36cfa34166e33d7de9dd87c34c21a2db1 Mon Sep 17 00:00:00 2001 From: "younghoon100.park" Date: Mon, 5 Feb 2024 19:49:11 +0900 Subject: [PATCH] =?UTF-8?q?[components]=20=20SectionTitle,=20css=20propert?= =?UTF-8?q?y=20=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Detail Notes : 1. gap → margin-right 수정 --- .../src/components/SectionTitle/SectionTitle.module.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/com.twin.app.shoptime/src/components/SectionTitle/SectionTitle.module.less b/com.twin.app.shoptime/src/components/SectionTitle/SectionTitle.module.less index 4b808b50..37256ec0 100644 --- a/com.twin.app.shoptime/src/components/SectionTitle/SectionTitle.module.less +++ b/com.twin.app.shoptime/src/components/SectionTitle/SectionTitle.module.less @@ -3,7 +3,6 @@ .sectionTitle { .flex(@justifyCenter: flex-start); - gap: 12px; min-height: 50px; .font(@fontFamily: @baseFontBold, @fontSize: 42px); color: @COLOR_GRAY08; @@ -11,6 +10,7 @@ span { display: inline-block; .size(@w: 6px, @h: 36px); + margin-right: 12px; background-color: @PRIMARY_COLOR_RED; } }