Remove hardcoded mascots from light and macaron themes

This commit is contained in:
Emma Winston 2019-10-02 00:58:27 +01:00
parent 682afe8d2d
commit 2561667811
2 changed files with 0 additions and 42 deletions

View File

@ -1050,24 +1050,3 @@ a.status-card.compact:hover {
border-color: lighten($blue, 8%);
}
}
.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;
}
}

View File

@ -700,24 +700,3 @@ 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;
}
}