1
0
Fork 0
mirror of https://github.com/GuerillaStudio/vanillalist.git synced 2024-10-22 09:27:30 +00:00

hide alt texts on plugin visuals when loading

This commit is contained in:
Tixie 2021-03-01 10:18:57 +01:00
parent 17502ca5f3
commit c0431f323b

View file

@ -8,6 +8,7 @@
.plugin__visual img { .plugin__visual img {
width: 100%; width: 100%;
font-size: 0;
background: #e8e7e6; background: #e8e7e6;
border-radius: .5rem; border-radius: .5rem;
box-shadow: 0 .1rem .3rem 0 lighten($color-primary, 32); box-shadow: 0 .1rem .3rem 0 lighten($color-primary, 32);