You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
vizality/renderer/src/styles/main.scss

22 lines
328 B

@use '@vizality' as vz;
@use 'keyframes';
@use 'colors';
@use 'icons';
@use 'logos';
@use 'base';
@use 'components';
.vz-hasNoGuildIcon {
background-image: url('https://i.imgur.com/Fa13xn9.png');
}
.vz-hasNoGameIcon {
background-image: url('https://i.imgur.com/Fa13xn9.png');
}
.vz-hasNoGameIcon * {
display: none;
}