From 552546f3a8b03575ec954869ab930f528f8a3ebb Mon Sep 17 00:00:00 2001 From: geun <1416geun@naver.com> Date: Fri, 12 Jun 2026 09:06:41 +0900 Subject: [PATCH] =?UTF-8?q?css=20=EC=98=A4=ED=83=80=EC=88=98=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/css/main.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/css/main.css b/src/css/main.css index 1789558..f450ded 100644 --- a/src/css/main.css +++ b/src/css/main.css @@ -348,7 +348,7 @@ body{overflow-x:hidden;} .light-search-city__label { font-size: 9px; color: rgba(16,20,43,.35); margin-bottom: 2px; } .light-search-city__val { font-size: 18px; font-weight: 800; color: #10142b; overflow: hidden; text-overflow: ellipsis; white-space: nowrap; } .light-search-city__sub { font-size: 9px; color: rgba(16,20,43,.4); } -.light-search-arrow { width: 26px; height: 26px; background: #fff; border: 1px solid rgba(26,31,94,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgba(16,20,43,.3); flex-shrink: 0; margin: 0 32px !; } +.light-search-arrow { width: 26px; height: 26px; background: #fff; border: 1px solid rgba(26,31,94,0.1); border-radius: 50%; display: flex; align-items: center; justify-content: center; font-size: 14px; color: rgba(16,20,43,.3); flex-shrink: 0; margin: 0 32px; } .light-search-date { flex: 1; padding-left: 16px; border-left: 1px solid rgba(26,31,94,0.1); margin-left: 16px; } .light-search-date__label { font-size: 9px; color: rgba(16,20,43,.35); margin-bottom: 2px; } .light-search-date__val { font-size: 12px; font-weight: 600; color: #10142b; }