kbo pdp 썸네일 여백 수정
This commit is contained in:
@@ -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
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user