Equicord/src/equicordplugins/bannersEverywhere/index.css

11 lines
326 B
CSS
Raw Normal View History

2024-09-27 12:23:12 -04:00
/* stylelint-disable property-no-vendor-prefix */
.vc-banners-everywhere-memberlist {
opacity: 0.8;
-webkit-mask-image: linear-gradient(to right, transparent 20%, #fff);
mask-image: linear-gradient(to right, transparent 20%, #fff);
width: 100%;
height: 100%;
position: absolute;
cursor: pointer;
}