[기능] CLAUDE.md 파일 추가 및 package.json, package-lock.json 생성
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
@import "utils.scss";
|
||||
|
||||
/*변수파일 import*/
|
||||
//장바구니 레이아웃 및 요소
|
||||
//장바구니 레이아웃 및 요소2
|
||||
.contentWarp {
|
||||
.cartView {
|
||||
padding-left: 2rem;
|
||||
@@ -143,7 +143,7 @@
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
>div {
|
||||
> div {
|
||||
display: flex;
|
||||
margin-top: 1.4rem;
|
||||
|
||||
@@ -151,7 +151,7 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
min-width: 7.5rem;
|
||||
height: 7.5rem;
|
||||
overflow: hidden;
|
||||
@@ -236,7 +236,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
dt+dd {
|
||||
dt + dd {
|
||||
margin-top: 0.5rem;
|
||||
|
||||
@include desktopMin {
|
||||
@@ -244,7 +244,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
dd+dd {
|
||||
dd + dd {
|
||||
margin-top: 1.5rem;
|
||||
font-size: 1.4rem;
|
||||
|
||||
@@ -256,7 +256,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.cartItemInfo+dl {
|
||||
.cartItemInfo + dl {
|
||||
@include maxmobile {
|
||||
width: 100%;
|
||||
}
|
||||
@@ -322,7 +322,7 @@
|
||||
width: 100%;
|
||||
min-width: 18rem;
|
||||
|
||||
button+button {
|
||||
button + button {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
@@ -639,7 +639,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
li+li {
|
||||
li + li {
|
||||
margin-top: 1rem;
|
||||
}
|
||||
|
||||
@@ -659,7 +659,7 @@
|
||||
min-height: 17rem;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
font-weight: 600;
|
||||
font-size: 1.8rem;
|
||||
color: #9ea1a2;
|
||||
@@ -695,7 +695,7 @@
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -721,7 +721,6 @@
|
||||
|
||||
button,
|
||||
a {
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
@include tablet {
|
||||
@@ -769,7 +768,7 @@
|
||||
max-height: 12rem;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
font-size: 1.4rem;
|
||||
|
||||
@include mobile {
|
||||
@@ -807,7 +806,7 @@
|
||||
width: fit-content;
|
||||
}
|
||||
|
||||
>p {
|
||||
> p {
|
||||
width: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
@@ -842,7 +841,6 @@
|
||||
|
||||
button,
|
||||
a {
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
@include tablet {
|
||||
@@ -920,7 +918,7 @@
|
||||
cursor: not-allowed;
|
||||
}
|
||||
|
||||
[type="radio"]:disabled+span {
|
||||
[type="radio"]:disabled + span {
|
||||
opacity: 0.5;
|
||||
cursor: not-allowed;
|
||||
}
|
||||
@@ -1077,7 +1075,7 @@
|
||||
li {
|
||||
position: relative;
|
||||
|
||||
&+li {
|
||||
& + li {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
}
|
||||
@@ -1095,7 +1093,7 @@
|
||||
}
|
||||
|
||||
&:checked {
|
||||
&~.coupon-item {
|
||||
& ~ .coupon-item {
|
||||
border-color: #111;
|
||||
|
||||
&:focus {
|
||||
@@ -1110,7 +1108,7 @@
|
||||
}
|
||||
|
||||
&:disabled {
|
||||
&~.coupon-item {
|
||||
& ~ .coupon-item {
|
||||
background-color: #f1f1f1;
|
||||
border-color: #e0e0e0;
|
||||
color: #aaa;
|
||||
@@ -1235,7 +1233,7 @@
|
||||
@include tablet {
|
||||
justify-content: center;
|
||||
|
||||
&>a {
|
||||
& > a {
|
||||
width: 18rem;
|
||||
margin: 0;
|
||||
}
|
||||
@@ -1320,10 +1318,10 @@
|
||||
}
|
||||
|
||||
.cartItemInfo {
|
||||
>div {
|
||||
> div {
|
||||
margin-top: 0;
|
||||
|
||||
>p {
|
||||
> p {
|
||||
margin-left: 0;
|
||||
border-radius: 0;
|
||||
|
||||
@@ -1354,7 +1352,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
.cartItemInfo+dl {
|
||||
.cartItemInfo + dl {
|
||||
min-width: 20rem;
|
||||
|
||||
dd {
|
||||
@@ -1408,7 +1406,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
>dl {
|
||||
> dl {
|
||||
.couponBtn {
|
||||
display: flex;
|
||||
justify-content: flex-end;
|
||||
@@ -1665,7 +1663,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
>a {
|
||||
> a {
|
||||
display: flex;
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
@@ -1686,11 +1684,11 @@
|
||||
}
|
||||
}
|
||||
|
||||
a+a {
|
||||
a + a {
|
||||
margin-top: 1.5rem;
|
||||
}
|
||||
|
||||
>label {
|
||||
> label {
|
||||
display: flex;
|
||||
margin-top: 2rem;
|
||||
align-items: flex-start;
|
||||
@@ -1707,7 +1705,6 @@
|
||||
margin-top: 4rem;
|
||||
|
||||
button {
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
width: 3.2rem;
|
||||
@@ -1871,7 +1868,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
p+p {
|
||||
p + p {
|
||||
margin-top: 2rem;
|
||||
}
|
||||
|
||||
@@ -1886,7 +1883,6 @@
|
||||
|
||||
div {
|
||||
a {
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
width: 3.2rem;
|
||||
@@ -1914,14 +1910,14 @@
|
||||
.completeForm {
|
||||
margin-top: 4rem;
|
||||
|
||||
>div {
|
||||
> div {
|
||||
border-top: 1px solid #999999;
|
||||
|
||||
@include tablet {
|
||||
border-top: 1px solid #dedede;
|
||||
}
|
||||
|
||||
>dl {
|
||||
> dl {
|
||||
border-bottom: 1px solid #dedede;
|
||||
display: flex;
|
||||
flex-wrap: wrap;
|
||||
@@ -1939,7 +1935,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
>dt {
|
||||
> dt {
|
||||
padding-top: 1rem;
|
||||
|
||||
@include tablet {
|
||||
@@ -1948,7 +1944,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
>dd {
|
||||
> dd {
|
||||
padding-top: 1rem;
|
||||
padding-bottom: 1rem;
|
||||
font-weight: 600;
|
||||
@@ -1960,7 +1956,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
>dt {
|
||||
> dt {
|
||||
width: 100%;
|
||||
font-size: 1.4rem;
|
||||
padding-left: 0rem;
|
||||
@@ -1988,7 +1984,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
>dd {
|
||||
> dd {
|
||||
padding-left: 0;
|
||||
width: 100%;
|
||||
font-size: 1.4rem;
|
||||
@@ -2029,7 +2025,7 @@
|
||||
margin-top: 0;
|
||||
}
|
||||
|
||||
>div {
|
||||
> div {
|
||||
position: relative;
|
||||
border-radius: 0.6rem;
|
||||
overflow: hidden;
|
||||
@@ -2129,7 +2125,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
dl+dl {
|
||||
dl + dl {
|
||||
margin-top: 1rem;
|
||||
|
||||
@include tablet {
|
||||
@@ -2138,7 +2134,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
>div {
|
||||
> div {
|
||||
margin-left: 0rem;
|
||||
width: 100%;
|
||||
margin-top: 3rem;
|
||||
@@ -2150,7 +2146,6 @@
|
||||
}
|
||||
|
||||
a {
|
||||
|
||||
&::before,
|
||||
&::after {
|
||||
width: 3.2rem;
|
||||
@@ -2164,7 +2159,7 @@
|
||||
}
|
||||
}
|
||||
|
||||
li+li {
|
||||
li + li {
|
||||
border-top: 0;
|
||||
margin-top: 1.5rem;
|
||||
|
||||
@@ -2208,7 +2203,7 @@
|
||||
flex-wrap: nowrap;
|
||||
}
|
||||
|
||||
button+button {
|
||||
button + button {
|
||||
margin-top: 1rem;
|
||||
|
||||
@include tablet {
|
||||
@@ -2274,7 +2269,7 @@
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
|
||||
+.agree-label {
|
||||
+ .agree-label {
|
||||
margin-top: 2.5rem;
|
||||
}
|
||||
|
||||
@@ -2295,4 +2290,4 @@
|
||||
font-size: 1.4rem;
|
||||
color: #676767;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user