Fix lightbox close icon position & size

This commit is contained in:
2020-05-16 11:23:40 +02:00
parent 6b023d2546
commit 3066998c72
3 changed files with 8 additions and 6 deletions

View File

@@ -150,14 +150,16 @@
} }
.lb-closeContainer { .lb-closeContainer {
color: white; color: white;
font-size: 13px;
line-height: 1em;
.lb-close { .lb-close {
@include lightbox-icon(close); @include lightbox-icon(close);
width: auto;
height: auto;
text-align: left;
@extend .fa-lg; @extend .fa-lg;
font-size: 1.3333333333em !important; width: 1.25em;
height: auto;
font-size: 1.3333333333em;
text-align: center;
} }
} }
} }

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long