Lighten lazyload placeholder background
This commit is contained in:
parent
afdd244486
commit
6cbcd58603
|
@ -1,12 +1,11 @@
|
|||
.lightbox-wrapper .lightbox {
|
||||
position: relative;
|
||||
display: inline-block;
|
||||
|
||||
background: $primary-low;
|
||||
&:hover .meta {
|
||||
opacity: 0.9;
|
||||
transition: opacity 0.5s;
|
||||
}
|
||||
background: rgba($primary, 0.25);
|
||||
}
|
||||
|
||||
.d-lazyload-hidden {
|
||||
|
|
Loading…
Reference in New Issue