This commit is contained in:
Kenneth Jannette
2024-01-28 12:49:23 -06:00
parent 0259054723
commit 3d31d39bf0

View File

@@ -75,6 +75,7 @@
.select-plan-header { .select-plan-header {
display: flex; display: flex;
flex-direction: row; flex-direction: row;
height: 55px;
width: 900px; width: 900px;
} }
@@ -94,8 +95,9 @@
display: flex; display: flex;
flex-direction: row-reverse; flex-direction: row-reverse;
align-items: center; align-items: center;
margin-top: 8px;
padding: 12px 14px; margin-right: 4px;
padding-right: 18px;
width: 50%; width: 50%;
} }
@@ -183,17 +185,16 @@
} }
.signup-feat-item { .signup-feat-item {
font-size: 0.9rem; font-size: 0.87rem;
margin: 8px 0px 8px 4px; margin: 8px 0px 8px 4px;
} }
.signup-feat-item-bold { .signup-feat-item-bold {
font-family: Roboto; font-family: Roboto;
color: #005eff; color: #001eff;
font-size: 1.15rem; font-size: 1.15rem;
letter-spacing: -0.008rem; letter-spacing: -0.008rem;
font-weight: 500; font-weight: 500;
margin: 12px 0px 8px 4px;
} }
.offer-div { .offer-div {
@@ -201,7 +202,7 @@
justify-content: center; justify-content: center;
align-items: center; align-items: center;
height: 30px; height: 30px;
background-color: #fdbe72; border: 1px solid #fdbe72;
border-radius: 10px; border-radius: 10px;
margin-top: 25px; margin-top: 25px;
} }