Frontend Spiffier: Capitalize MIA (#1623)
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user