mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 20:26:35 +08:00
26 lines
338 B
SCSS
26 lines
338 B
SCSS
.lightbox .meta,
|
|
.lightbox:hover .meta {
|
|
opacity: 0.7;
|
|
}
|
|
|
|
.meta {
|
|
display: flex;
|
|
align-items: center;
|
|
justify-content: center;
|
|
background: $secondary;
|
|
color: $primary-high;
|
|
height: 25px;
|
|
width: 25px;
|
|
bottom: 0;
|
|
right: 0;
|
|
|
|
.filename,
|
|
.informations {
|
|
display: none;
|
|
}
|
|
|
|
.expand {
|
|
position: initial;
|
|
}
|
|
}
|