diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeContents.module.less b/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeContents.module.less index 4531e541..2e82ee9c 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeContents.module.less +++ b/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeContents.module.less @@ -9,7 +9,6 @@ flex-direction: column; justify-content: flex-start; align-items: flex-start; - gap: 30px; padding: 60px; background: linear-gradient( 0deg, @@ -20,6 +19,14 @@ linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.4) 45%, rgba(0, 0, 0, 0.4) 100%), rgba(30, 30, 30, 0.8); overflow: visible; // 포커스 테두리가 잘리지 않도록 + + > * { + margin-bottom: 30px; + + &:last-child { + margin-bottom: 0; + } + } } .topButtonWrapper { @@ -36,7 +43,6 @@ padding: 20px; display: inline-flex; flex-direction: row; - gap: 18px; justify-content: flex-start; align-items: center; flex-wrap: nowrap; @@ -45,6 +51,14 @@ flex-shrink: 0; scrollbar-width: none; // Firefox 스크롤바 숨김 + > * { + margin-right: 18px; + + &:last-child { + margin-right: 0; + } + } + &::-webkit-scrollbar { display: none; // WebKit 스크롤바 숨김 } @@ -111,7 +125,6 @@ flex-direction: row !important; align-items: center !important; justify-content: center !important; - gap: 15px !important; width: auto !important; height: auto !important; caret-color: transparent !important; @@ -121,9 +134,14 @@ > * { display: inline !important; margin: 0 !important; + margin-right: 15px !important; caret-color: transparent !important; user-select: none !important; -webkit-user-select: none !important; + + &:last-child { + margin-right: 0 !important; + } } } diff --git a/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeItemCard.figma.jsx b/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeItemCard.figma.jsx index 542f9231..46d7600d 100644 --- a/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeItemCard.figma.jsx +++ b/com.twin.app.shoptime/src/views/DetailPanel/ThemeProduct/ThemeItemCard.figma.jsx @@ -7,7 +7,6 @@ borderRadius: 12, justifyContent: 'flex-start', alignItems: 'flex-start', - gap: 15, display: 'inline-flex', }} > @@ -29,7 +28,6 @@ flexDirection: 'column', justifyContent: 'flex-start', alignItems: 'flex-start', - gap: 10, display: 'inline-flex', }} > @@ -52,7 +50,6 @@ paddingBottom: 1, justifyContent: 'flex-start', alignItems: 'center', - gap: 5, display: 'inline-flex', }} > @@ -82,9 +79,7 @@ $150.00 -