포토리뷰 작업 중 - 전체포토 수정
This commit is contained in:
@@ -5599,7 +5599,7 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
|
||||
z-index: 1;
|
||||
line-height: 1;
|
||||
}
|
||||
.photoReviewList ul li:nth-child(7) button:before {
|
||||
.photoReviewList ul li .allPhotoReview:before {
|
||||
content: "전체 \a포토리뷰";
|
||||
white-space: pre;
|
||||
display: flex;
|
||||
@@ -5619,7 +5619,7 @@ body.scroll-up .displayThemeDesney.discover-epic-design .tab-wrap .tab-menu {
|
||||
line-height: 1.5;
|
||||
}
|
||||
@media (min-width: 768px) {
|
||||
.photoReviewList ul li:nth-child(7) button:before {
|
||||
.photoReviewList ul li .allPhotoReview:before {
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -6321,29 +6321,27 @@
|
||||
line-height: 1;
|
||||
}
|
||||
|
||||
&:nth-child(7) {
|
||||
button {
|
||||
&:before {
|
||||
content: "전체 \A 포토리뷰";
|
||||
white-space: pre;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
color: #fff;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
background: linear-gradient(88.44deg, rgba(145, 145, 145, 0) 1.49%, rgba(0, 0, 0, 0.8) 62.8%);
|
||||
line-height: 1.5;
|
||||
@include tablet {
|
||||
font-size: 2rem;
|
||||
}
|
||||
.allPhotoReview {
|
||||
&:before {
|
||||
content: "전체 \A 포토리뷰";
|
||||
white-space: pre;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
position: absolute;
|
||||
top: 0;
|
||||
left: 0;
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
z-index: 1;
|
||||
color: #fff;
|
||||
font-size: 1.4rem;
|
||||
font-weight: 600;
|
||||
text-align: center;
|
||||
background: linear-gradient(88.44deg, rgba(145, 145, 145, 0) 1.49%, rgba(0, 0, 0, 0.8) 62.8%);
|
||||
line-height: 1.5;
|
||||
@include tablet {
|
||||
font-size: 2rem;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user