22 lines
344 B
Plaintext
22 lines
344 B
Plaintext
.lazy
|
|
visibility hidden
|
|
opacity 0
|
|
|
|
// Hide the alt text that is shown while the image is loading
|
|
text-indent -500px
|
|
|
|
.element-color-preview
|
|
visibility visible
|
|
animation color-preview 1000ms forwards
|
|
|
|
animation color-preview
|
|
100%
|
|
opacity 1
|
|
|
|
.element-found
|
|
visibility visible
|
|
opacity 1
|
|
|
|
.element-not-found
|
|
visibility hidden
|
|
opacity 0 |