mirror of
https://github.com/Equicord/Equicord.git
synced 2025-02-26 01:58:52 -05:00
11 lines
326 B
CSS
11 lines
326 B
CSS
|
/* 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;
|
||
|
}
|