26 lines
373 B
SCSS
26 lines
373 B
SCSS
.lightbox .meta,
|
|
.lightbox:hover .meta {
|
|
opacity: 0.7;
|
|
transition: none;
|
|
}
|
|
|
|
.meta {
|
|
align-items: center;
|
|
background: var(--secondary);
|
|
color: var(--primary-high);
|
|
height: 25px;
|
|
width: 25px;
|
|
bottom: 0;
|
|
right: 0;
|
|
|
|
.filename,
|
|
.informations,
|
|
.d-icon-far-image {
|
|
display: none;
|
|
}
|
|
|
|
.d-icon-discourse-expand {
|
|
color: var(--primary-high);
|
|
}
|
|
}
|