Remove hardcoded mascots from light and macaron themes
This commit is contained in:
parent
682afe8d2d
commit
2561667811
@ -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;
|
||||
}
|
||||
}
|
||||
|
@ -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;
|
||||
}
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user