포토리뷰 작업 중
This commit is contained in:
@@ -238,6 +238,33 @@
|
||||
line-height: 2.4rem;
|
||||
color: #000;
|
||||
}
|
||||
.popupWarp .confirmPopup {
|
||||
max-width: 32rem;
|
||||
padding: 3rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.popupWarp .confirmPopup {
|
||||
max-width: 47rem;
|
||||
padding: 5rem;
|
||||
}
|
||||
}
|
||||
.popupWarp .confirmPopup .popContents {
|
||||
font-size: 1.4rem;
|
||||
text-align: center;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.popupWarp .confirmPopup .popContents {
|
||||
font-size: 1.6rem;
|
||||
}
|
||||
}
|
||||
.popupWarp .confirmPopup .towButton {
|
||||
margin-top: 3rem;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.popupWarp .confirmPopup .towButton {
|
||||
margin-top: 5rem;
|
||||
}
|
||||
}
|
||||
|
||||
.payComplete {
|
||||
position: fixed;
|
||||
|
||||
Reference in New Issue
Block a user