added json files fo r the calculator animations. need to optimize whole page for mobile

This commit is contained in:
Calvin Jhunjhnuwala
2020-08-25 16:54:26 -07:00
parent 940894ab97
commit 73f5fc5f89
47 changed files with 1230 additions and 405 deletions

View File

@@ -130,3 +130,21 @@ a.button {
content: "";
padding: 0;
}
// NEW STYLING FROM REDESIGN
.btn {
padding: 16px 24px;
font-size: 14px;
font-weight: bold;
line-height: 1.25;
}
.btn-clear {
color: $white;
border: 1px solid $white;
}
.btn-clear:hover {
background: transparent;
color: $primary;
border: 1px solid $primary;
}