This commit is contained in:
Kenneth Jannette
2024-01-27 13:57:33 -06:00
parent 7cd03d6bdc
commit 528a49410b
2 changed files with 28 additions and 1 deletions

View File

@@ -171,3 +171,22 @@
font-size: 0.9rem;
margin: 8px 0px 8px 4px;
}
.signup-feat-item-bold {
font-family: Roboto;
color: #005eff;
font-size: 1.15rem;
letter-spacing: -0.008rem;
font-weight: 500;
margin: 12px 0px 8px 4px;
}
.offer-div {
display: flex;
justify-content: center;
align-items: center;
height: 30px;
background-color: #fdbe72;
border-radius: 10px;
margin-top: 25px;
}