kbo pdp 썸네일 여백 수정

This commit is contained in:
2025-04-24 22:28:09 +09:00
parent 5f5f8579e2
commit c6df25e0f2
3 changed files with 30 additions and 1 deletions

View File

@@ -316,6 +316,18 @@
.contentWarp .productView .productRight .optionWarp .producInfoWarp .producInfoLogIn ul li + li {
margin-top: 1rem;
}
.contentWarp .productView .productRight .optionWarp .producInfoWarp .producInfoLogIn .disabledBtn label {
border: 1px solid #DEDEDE;
}
.contentWarp .productView .productRight .optionWarp .producInfoWarp .producInfoLogIn .disabledBtn label dt {
color: #9EA1A2 !important;
}
.contentWarp .productView .productRight .optionWarp .producInfoWarp .producInfoLogIn .disabledBtn label dd {
color: #9EA1A2 !important;
}
.contentWarp .productView .productRight .optionWarp .producInfoWarp .producInfoLogIn .disabledBtn:hover label {
border: 1px solid #DEDEDE;
}
.contentWarp .productView .productRight .optionWarp .producInfoWarp .termsOK {
margin-top: 3rem;
}

File diff suppressed because one or more lines are too long

View File

@@ -285,6 +285,23 @@
margin-top:1rem;
}
}
.disabledBtn {
label {
border: 1px solid #DEDEDE;
dt {
color: #9EA1A2 !important;
}
dd {
color: #9EA1A2 !important;
}
}
&:hover{
label{
border:1px solid #DEDEDE;
}
}
}
}
.termsOK{
margin-top:3rem;