Remove elephants from CSS

This commit is contained in:
Emma Winston
2019-09-17 20:21:48 +01:00
parent 2ebe82c49b
commit 8acc541fa9
4 changed files with 45 additions and 3 deletions

View File

@ -700,3 +700,24 @@ html {
.compose-form .compose-form__warning {
box-shadow: none;
}
.regeneration-indicator {
&__figure {
background: url('../images/defaultmascotdark.svg') no-repeat center 0;
}
&.missing-indicator {
.regeneration-indicator__figure {
background-image: url('../images/defaultmascotdark.svg');
}
}
}
.modal-layout__mastodon {
> * {
background: url('../images/defaultmascotdark.svg') no-repeat left bottom / contain;
}
}