diff --git a/com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.module.less b/com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.module.less index cb0e09a1..d9563617 100644 --- a/com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.module.less +++ b/com.twin.app.shoptime/src/views/IntroPanel/IntroPanel.new.module.less @@ -125,12 +125,13 @@ .termsItem { justify-content: flex-start; align-items: center; - gap: 20px; + // gap: 20px; display: inline-flex; .checkbox { /* TCheckBoxSquare 컴포넌트가 스타일링을 담당 */ width: 45px; height: 45px; + // margin-right: 40px; } .termsButton { @@ -146,9 +147,9 @@ display: flex; cursor: pointer; transition: all 0.3s ease; - will-change: transform; + // will-change: transform; margin-bottom: 20px; - margin-left: 10px; + margin-left: 30px; .termsText { color: black; @@ -167,7 +168,7 @@ // ✅ 포커스 및 호버 상태 (통합) &.focused, &:focus, - &:focus-visible, + // &:focus-visible, &:hover { outline: 4px #c91d53 solid !important; outline-offset: 2px !important; @@ -199,7 +200,7 @@ .selectAllSection { justify-content: center; align-items: center; - gap: 15px; + // gap: 15px; display: inline-flex; .selectAllCheckbox { /* TCheckBoxSquare 컴포넌트가 스타일링을 담당 */ @@ -212,8 +213,9 @@ font-size: 35px; font-family: "LG Smart UI"; font-weight: 700; - line-height: 35px; + line-height: 40px; word-wrap: break-word; + margin-left: 15px; } } diff --git a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/TermsOfService/TermsOfService.module.less b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/TermsOfService/TermsOfService.module.less index 584b9a8c..080914f4 100644 --- a/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/TermsOfService/TermsOfService.module.less +++ b/com.twin.app.shoptime/src/views/MyPagePanel/MyPageSub/TermsOfService/TermsOfService.module.less @@ -69,7 +69,7 @@ flex-direction: column; justify-content: flex-start; align-items: center; - gap: 40px; + // gap: 40px; padding-top: 40px; padding-bottom: 40px; } @@ -78,7 +78,8 @@ display: flex; justify-content: center; align-items: center; - gap: 15px; + // gap: 15px; + margin-bottom: 40px; } .buttonContainer { @@ -94,6 +95,7 @@ font-weight: 700; line-height: 35px; word-wrap: break-word; + margin-left: 15px; } .disabledLabel {