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