Remove elephants from CSS
This commit is contained in:
parent
2ebe82c49b
commit
8acc541fa9
@ -1046,3 +1046,24 @@ a.status-card.compact:hover {
|
|||||||
border-color: lighten($blue, 8%);
|
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,3 +700,24 @@ html {
|
|||||||
.compose-form .compose-form__warning {
|
.compose-form .compose-form__warning {
|
||||||
box-shadow: none;
|
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;
|
||||||
|
}
|
||||||
|
}
|
||||||
|
@ -3042,7 +3042,7 @@ a.status-card.compact:hover {
|
|||||||
}
|
}
|
||||||
|
|
||||||
&__figure {
|
&__figure {
|
||||||
background: url('../images/elephant_ui_working.svg') no-repeat center 0;
|
background: url('../images/defaultmascotlight.svg') no-repeat center 0;
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 160px;
|
height: 160px;
|
||||||
background-size: contain;
|
background-size: contain;
|
||||||
@ -3056,7 +3056,7 @@ a.status-card.compact:hover {
|
|||||||
padding-top: 20px + 48px;
|
padding-top: 20px + 48px;
|
||||||
|
|
||||||
.regeneration-indicator__figure {
|
.regeneration-indicator__figure {
|
||||||
background-image: url('../images/elephant_ui_disappointed.svg');
|
background-image: url('../images/defaultmascotlight.svg');
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@
|
|||||||
> * {
|
> * {
|
||||||
flex: 1;
|
flex: 1;
|
||||||
max-height: 235px;
|
max-height: 235px;
|
||||||
background: url('../images/elephant_ui_plane.svg') no-repeat left bottom / contain;
|
background: url('../images/defaultmascotlight.svg') no-repeat left bottom / contain;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user