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

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

26 lines
355 B
SCSS
Raw Normal View History

.lightbox .meta,
.lightbox:hover .meta {
2018-08-28 15:25:54 -04:00
opacity: 0.7;
transition: none;
}
.meta {
2018-08-28 15:25:54 -04:00
align-items: center;
background: $secondary;
color: $primary-high;
height: 25px;
width: 25px;
bottom: 0;
2018-08-28 15:25:54 -04:00
right: 0;
.filename,
.informations,
.d-icon-far-image {
display: none;
}
2018-08-28 16:27:34 -04:00
.d-icon-discourse-expand {
color: $primary-high;
}
}