color selected displays checkboxes to show loading status

This commit is contained in:
Matt Walsh
2022-12-14 11:20:25 -06:00
parent b336b01059
commit 8df8fc25dc
8 changed files with 91 additions and 58 deletions

View File

@@ -1,3 +1,5 @@
@use 'shared/_utils'as u;
@font-face {
font-family: "Star4000";
src: url('../fonts/Star4000.woff') format('woff');
@@ -312,11 +314,17 @@ button {
#enabledDisplays {
margin-bottom: 15px;
}
@include u.status-colors();
#enabledDisplays label {
display: block;
max-width: 300px;
.press-here {
color: white;
}
label {
display: block;
max-width: 300px;
}
}
#divTwcBottom img {