마이페이지 스트리밍 프리미엄 구독해지

This commit is contained in:
2025-06-15 11:23:39 +09:00
parent 041e1e1cd7
commit d745117b55
5 changed files with 21 additions and 11 deletions

File diff suppressed because one or more lines are too long

View File

@@ -1293,6 +1293,15 @@ pre {
margin-top: 5rem;
}
}
.contentWarp .mypageWarp .rightConWarp .btnWarp.btnWarpFull {
width: 100%;
margin-bottom: 3rem;
}
@media (min-width: 768px) {
.contentWarp .mypageWarp .rightConWarp .btnWarp.btnWarpFull {
width: 100%;
}
}
.contentWarp .mypageWarp .rightConWarp .carswBtn {
width: 100%;
margin: 0 auto;
@@ -1436,10 +1445,6 @@ pre {
width: 26rem;
}
}
.contentWarp .mypageWarp .rightConWarp .infoRefund .unsubscribeBtns {
width: auto;
margin-bottom: 3rem;
}
.contentWarp .mypageWarp .rightConWarp .infoRefund .desc {
margin-top: 1rem;
font-size: 1.4rem;

File diff suppressed because one or more lines are too long

View File

@@ -1385,6 +1385,15 @@ pre {
width: 16rem;
margin-top: 5rem;
}
&.btnWarpFull {
width: 100%;
margin-bottom: 3rem;
@include tablet {
width: 100%;
}
}
}
.carswBtn {
@@ -1538,10 +1547,6 @@ pre {
width: 26rem;
}
}
.unsubscribeBtns {
width: auto;
margin-bottom: 3rem;
}
.desc {
margin-top: 1rem;