Fix lightbox close icon position & size
This commit is contained in:
@@ -150,14 +150,16 @@
|
||||
}
|
||||
.lb-closeContainer {
|
||||
color: white;
|
||||
font-size: 13px;
|
||||
line-height: 1em;
|
||||
|
||||
.lb-close {
|
||||
@include lightbox-icon(close);
|
||||
width: auto;
|
||||
height: auto;
|
||||
text-align: left;
|
||||
@extend .fa-lg;
|
||||
font-size: 1.3333333333em !important;
|
||||
width: 1.25em;
|
||||
height: auto;
|
||||
font-size: 1.3333333333em;
|
||||
text-align: center;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user