This commit is contained in:
Kenneth Jannette
2024-02-02 20:26:40 -06:00
parent d07156605b
commit fe0d213495
2 changed files with 27 additions and 5 deletions

View File

@@ -30,6 +30,11 @@
letter-spacing: -0.6px;
font-weight: 400;
font-size: 2rem;
&.trial {
margin-top: -10px;
font-size: 1.16rem;
font-weight: 400;
}
}
.signup-subheader-text {
@@ -54,13 +59,24 @@
.signup-button-box {
width: 100%;
margin-bottom: 24px;
display: flex;
flex-direction: row;
justify-content: flex-end;
padding-right: 14px;
}
.signup-freebie-box {
width: 100%;
display: flex;
flex-direction: row;
justify-content: flex-end;
padding-right: 22px;
margin-top: 12px;
margin-bottom: 24px;
font-size: 1.15rem;
color: #2759ff;
}
.signup-proceed {
width: 160px;
}