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

@ -3042,7 +3042,7 @@ a.status-card.compact:hover {
}
&__figure {
background: url('../images/elephant_ui_working.svg') no-repeat center 0;
background: url('../images/defaultmascotlight.svg') no-repeat center 0;
width: 100%;
height: 160px;
background-size: contain;
@ -3056,7 +3056,7 @@ a.status-card.compact:hover {
padding-top: 20px + 48px;
.regeneration-indicator__figure {
background-image: url('../images/elephant_ui_disappointed.svg');
background-image: url('../images/defaultmascotlight.svg');
}
}

View File

@ -15,7 +15,7 @@
> * {
flex: 1;
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;
}
}