22 lines
344 B
Plaintext
Raw Normal View History

2017-06-24 15:38:10 +00:00
.lazy
visibility hidden
opacity 0
2018-03-20 22:01:05 +00:00
// Hide the alt text that is shown while the image is loading
text-indent -500px
2018-03-20 21:39:21 +00:00
.element-color-preview
visibility visible
animation color-preview 1000ms forwards
animation color-preview
100%
opacity 1
2017-10-12 15:52:46 +00:00
.element-found
2017-06-24 15:38:10 +00:00
visibility visible
2018-03-20 21:39:21 +00:00
opacity 1
2017-06-24 15:38:10 +00:00
2017-10-12 15:52:46 +00:00
.element-not-found
2017-06-24 15:38:10 +00:00
visibility hidden
2018-03-20 21:39:21 +00:00
opacity 0