Few style updates per PR feedback

This commit is contained in:
Jonathan Bobel
2024-03-21 11:00:44 -04:00
parent de003a8722
commit 24a0dd8c3b
3 changed files with 4 additions and 13 deletions

View File

@@ -312,24 +312,15 @@ td.table-empty-message {
.dashboard {
.big-number-with-status {
// a {
// background: color("blue-60v");
// padding: units(2);
// margin-bottom: units(1);
// text-decoration: none;
// &:hover{
// background: color("blue-warm-70v");
// }
// }
.big-number-smaller {
display: flex;
flex-direction: column;
.big-number-number {
font-size: units(5);
line-height: units(6);
line-height: units(5);
}
.big-number-label {
font-size: units(3);
font-size: units(2.5);
}
}
.big-number-status {