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