스트리밍 프리미엄 해지 팝업 작업

This commit is contained in:
2025-06-08 19:56:53 +09:00
parent 957bbb42be
commit 6877646966
5 changed files with 372 additions and 139 deletions

View File

@@ -4009,6 +4009,9 @@ pre {
color: #ea0029;
text-indent: 0;
}
.cancelPremiumPopup .content .alertSubMessage > ul > li em.red {
font-weight: 400;
}
.cancelPremiumPopup .content .alertSubMessage > ul > li + li {
margin-top: 1.2rem;
}

File diff suppressed because one or more lines are too long

View File

@@ -4348,6 +4348,11 @@ pre {
color: #ea0029;
text-indent: 0;
}
em {
&.red {
font-weight: 400;
}
}
+ li {
margin-top: 1.2rem;