Updated styling + different colours for each status

This commit is contained in:
Jamie Hewitt 2022-10-05 16:26:44 +03:00
parent 81e6f2dc6c
commit 0c9a3f8d91

View File

@ -79,14 +79,22 @@
text-align: left; text-align: left;
color: inherit; color: inherit;
text-decoration: none; text-decoration: none;
border-radius: 10px; border-radius: 10px;
transition: color 0.15s ease, border-color 0.15s ease; transition: color 0.15s ease, border-color 0.15s ease;
max-width: 300px; max-width: 300px;
min-width: 150px;
}
.up {
border: 2px solid #5fb359;
} }
.warning { .warning {
border: 1px solid #eac146; border: 2px solid #eac146;
}
.down {
border: 2px solid #d80606;
} }
.card:hover, .card:hover,