Allow upload of videos

This commit is contained in:
2019-06-28 22:17:46 +02:00
parent 3a82aa90aa
commit b691a32f76
10 changed files with 140 additions and 51 deletions

View File

@@ -7,40 +7,42 @@
@extend .#{$fa-css-prefix}-#{$icon};
}
.lb-cancel {
@include lightbox-icon(cancel);
@extend .flicker;
color: #CCC;
}
.lb-nav a.lb-prev, .lb-nav a.lb-next {
color: white;
text-decoration: none;
.lightbox {
.lb-cancel {
@include lightbox-icon(cancel);
@extend .flicker;
color: #CCC;
}
&:before {
position: absolute;
top: calc(50% - 1em);
.lb-nav a.lb-prev, .lb-nav a.lb-next {
color: white;
text-decoration: none;
&:before {
position: absolute;
top: calc(50% - 1em);
}
}
.lb-nav a.lb-prev {
@include lightbox-icon(prev);
&:before {
left: 2em;
}
}
}
.lb-nav a.lb-prev {
@include lightbox-icon(prev);
&:before {
left: 2em;
.lb-nav a.lb-next {
@include lightbox-icon(next);
&:before {
right: 2em;
}
}
}
.lb-nav a.lb-next {
@include lightbox-icon(next);
&:before {
right: 2em;
.lb-data .lb-close {
@include lightbox-icon(close);
}
.lb-image {
image-orientation: from-image;
}
}
.lb-data .lb-close {
@include lightbox-icon(close);
}
.lb-image {
image-orientation: from-image;
}