mirror of
https://github.com/GuerillaStudio/vanillalist.git
synced 2024-12-21 08:31:55 +00:00
hide alt texts on plugin visuals when loading
This commit is contained in:
parent
17502ca5f3
commit
c0431f323b
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Reference in a new issue