discourse/app/assets/stylesheets/mobile/lightbox.scss

26 lines
338 B
SCSS
Raw Normal View History

.lightbox .meta,
.lightbox:hover .meta {
2018-08-28 15:25:54 -04:00
opacity: 0.7;
}
.meta {
2018-08-28 15:25:54 -04:00
display: flex;
align-items: center;
justify-content: center;
background: $secondary;
color: $primary-high;
height: 25px;
width: 25px;
bottom: 0;
2018-08-28 15:25:54 -04:00
right: 0;
.filename,
.informations {
display: none;
}
2018-08-28 16:27:34 -04:00
.expand {
position: initial;
}
}