Frontend Spiffier: Capitalize MIA (#1623)

This commit is contained in:
RachelElysia
2021-08-11 10:08:32 -04:00
committed by GitHub
parent 989e638cc0
commit 3b4bbf8f8e
2 changed files with 12 additions and 2 deletions
@@ -169,9 +169,14 @@
}
&--offline:before,
&--disabled:before {
&--disabled:before,
&--mia:before {
background-color: $ui-offline;
}
&--mia {
text-transform: uppercase;
}
}
.loading-overlay {
@@ -228,7 +228,8 @@
}
}
&--offline {
&--offline,
&--mia {
&:before {
background-color: $ui-fleet-black-25;
border-radius: 100%;
@@ -239,6 +240,10 @@
width: 8px;
}
}
&--mia {
text-transform: uppercase;
}
}
&__action-button-container {