2018-08-21 04:08:23 +08:00
|
|
|
.lightbox .meta,
|
|
|
|
.lightbox:hover .meta {
|
2018-08-29 03:25:54 +08:00
|
|
|
opacity: 0.7;
|
2018-12-07 04:32:26 +08:00
|
|
|
transition: none;
|
2018-08-21 04:08:23 +08:00
|
|
|
}
|
|
|
|
|
|
|
|
.meta {
|
2018-08-29 03:25:54 +08:00
|
|
|
align-items: center;
|
|
|
|
background: $secondary;
|
|
|
|
color: $primary-high;
|
2018-08-21 04:08:23 +08:00
|
|
|
height: 25px;
|
|
|
|
width: 25px;
|
|
|
|
bottom: 0;
|
2018-08-29 03:25:54 +08:00
|
|
|
right: 0;
|
2018-08-21 04:08:23 +08:00
|
|
|
|
|
|
|
.filename,
|
2019-03-22 23:52:06 +08:00
|
|
|
.informations,
|
|
|
|
.d-icon-far-image {
|
2018-08-21 04:08:23 +08:00
|
|
|
display: none;
|
|
|
|
}
|
2018-08-29 04:27:34 +08:00
|
|
|
|
2019-03-22 23:52:06 +08:00
|
|
|
.d-icon-discourse-expand {
|
|
|
|
color: $primary-high;
|
|
|
|
}
|
2018-08-21 04:08:23 +08:00
|
|
|
}
|