Show IFS card buying errors and allow buying with emergency loan.

This commit is contained in:
2020-03-31 08:06:48 -07:00
parent 89e67b3150
commit 93cc806eb2
8 changed files with 85 additions and 66 deletions

View File

@@ -558,7 +558,7 @@ $tab-margin: 0.3rem;
flex-grow: 2;
}
@include breakpoint(large) {
width: 40rem;
width: 26rem;
}
}
@@ -804,3 +804,8 @@ $intro-time: 6s;
bottom: 0;
opacity: 0.5;
right: 4px; }
.error {
font-size: 1.2rem;
color: red;
font-weight: bold }