mirror of
https://github.com/BobbyWibowo/lolisafe.git
synced 2024-12-14 00:16:21 +00:00
feat: darkened simple lightbox overlay
This commit is contained in:
parent
e780444cb8
commit
03b63cba10
@ -270,6 +270,23 @@ fieldset[disabled] .select select:hover {
|
|||||||
padding-bottom: 6.5rem
|
padding-bottom: 6.5rem
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/** SimpleLightbox **/
|
||||||
|
|
||||||
|
.sl-wrapper {
|
||||||
|
.sl-close,
|
||||||
|
.sl-navigation button {
|
||||||
|
color: $white
|
||||||
|
}
|
||||||
|
|
||||||
|
.sl-image .sl-caption {
|
||||||
|
background: rgb(0 0 0 / 60%)
|
||||||
|
}
|
||||||
|
}
|
||||||
|
|
||||||
|
.sl-overlay {
|
||||||
|
background: $black
|
||||||
|
}
|
||||||
|
|
||||||
/** Floating home button **/
|
/** Floating home button **/
|
||||||
|
|
||||||
a.floating-home-button {
|
a.floating-home-button {
|
||||||
|
Loading…
Reference in New Issue
Block a user