mirror of
https://github.com/discourse/discourse.git
synced 2024-11-25 00:25:53 +08:00
26 lines
355 B
SCSS
26 lines
355 B
SCSS
.lightbox .meta,
|
|
.lightbox:hover .meta {
|
|
opacity: 0.7;
|
|
transition: none;
|
|
}
|
|
|
|
.meta {
|
|
align-items: center;
|
|
background: $secondary;
|
|
color: $primary-high;
|
|
height: 25px;
|
|
width: 25px;
|
|
bottom: 0;
|
|
right: 0;
|
|
|
|
.filename,
|
|
.informations,
|
|
.d-icon-far-image {
|
|
display: none;
|
|
}
|
|
|
|
.d-icon-discourse-expand {
|
|
color: $primary-high;
|
|
}
|
|
}
|