Bump font awesome 5.11.2

This commit is contained in:
2019-10-20 16:09:57 +02:00
parent 6f040d61c5
commit 2369a4302c
39 changed files with 49981 additions and 14627 deletions

View File

@@ -8,41 +8,77 @@
}
.lightbox {
top: 50%;
left: 0;
transform: translateY(-50%);
text-align: left;
.lb-outerContainer {
margin: 0;
display: inline-block;
.lb-image {
image-orientation: from-image;
border: none;
border-radius: 0;
}
.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-next {
@include lightbox-icon(next);
&:before {
right: 2em;
}
}
}
.lb-dataContainer {
margin: 0;
padding: 0;
display: inline-block;
vertical-align: top;
width: 300px;
padding: 1em;
.lb-data {
.lb-details {
float: none;
.lb-number {
padding: 0;
margin-top: 2em;
}
}
.lb-closeContainer {
margin-top: 2em;
.lb-close {
@include lightbox-icon(close);
float: none;
}
}
}
}
.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;
&:before {
position: absolute;
top: calc(50% - 1em);
}
}
.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-data .lb-close {
@include lightbox-icon(close);
}
.lb-image {
image-orientation: from-image;
}
}