Allow upload of videos
This commit is contained in:
@@ -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;
|
||||
}
|
||||
@@ -38,6 +38,16 @@ html.lb-disable-scrolling {
|
||||
border: 4px solid white;
|
||||
}
|
||||
|
||||
//ADDED-START
|
||||
.lightbox .lb-video {
|
||||
border-radius: 4px;
|
||||
box-sizing: content-box;
|
||||
}
|
||||
.lightbox .lb-video-nav .lb-nav {
|
||||
height: calc(100% - 45px);
|
||||
}
|
||||
//ADDED-END
|
||||
|
||||
.lightbox a img {
|
||||
border: none;
|
||||
}
|
||||
|
||||
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user