Detail Styling Lightbox
This commit is contained in:
parent
03c5a0e900
commit
56bf28c439
@ -486,16 +486,16 @@
|
|||||||
.detail-lightbox-image {
|
.detail-lightbox-image {
|
||||||
display: block;
|
display: block;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
max-height: 90vh;
|
max-height: 80vh;
|
||||||
object-fit: contain;
|
object-fit: contain;
|
||||||
border-radius: var(--radius-md);
|
border-radius: var(--radius-md);
|
||||||
background: #111;
|
background: var(--black);
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-lightbox-close {
|
.detail-lightbox-close {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -42px;
|
top: -40px;
|
||||||
right: 0;
|
right: -40px;
|
||||||
border: 0;
|
border: 0;
|
||||||
background: transparent;
|
background: transparent;
|
||||||
color: var(--butter-light);
|
color: var(--butter-light);
|
||||||
@ -863,11 +863,6 @@
|
|||||||
padding: 12px;
|
padding: 12px;
|
||||||
}
|
}
|
||||||
|
|
||||||
.detail-lightbox-close {
|
|
||||||
top: -36px;
|
|
||||||
font-size: 34px;
|
|
||||||
}
|
|
||||||
|
|
||||||
.detail-section-title {
|
.detail-section-title {
|
||||||
font-size: 24px;
|
font-size: 24px;
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user