aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/first-time-flow/welcome/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pages/first-time-flow/welcome/index.scss')
-rw-r--r--ui/app/components/pages/first-time-flow/welcome/index.scss31
1 files changed, 15 insertions, 16 deletions
diff --git a/ui/app/components/pages/first-time-flow/welcome/index.scss b/ui/app/components/pages/first-time-flow/welcome/index.scss
index 7527ceb35..3b5071480 100644
--- a/ui/app/components/pages/first-time-flow/welcome/index.scss
+++ b/ui/app/components/pages/first-time-flow/welcome/index.scss
@@ -1,43 +1,42 @@
.welcome-page {
display: flex;
flex-direction: column;
- justify-content: center;
+ justify-content: flex-start;
align-items: center;
- width: 400px;
+ max-width: 442px;
padding: 0 18px;
+ color: black;
&__wrapper {
display: flex;
flex-direction: row;
justify-content: center;
- align-items: center;
+ align-items: flex-start;
height: 100%;
+ margin-top: 110px;
}
&__header {
- font-size: 1.5rem;
- margin-bottom: 14px;
+ font-size: 28px;
+ margin-bottom: 22px;
+ margin-top: 50px;
}
&__description {
text-align: center;
+ div {
+ font-size: 16px;
+ }
+
@media screen and (max-width: 575px) {
font-size: .9rem;
}
}
- &__button {
- height: 54px;
- width: 198px;
- font-family: Roboto;
- box-shadow: 0 2px 4px 0 rgba(0, 0, 0, .14);
- color: $white;
- font-size: 1.25rem;
+ .first-time-flow__button {
+ width: 184px;
font-weight: 500;
- text-transform: uppercase;
- margin: 35px 0 14px;
- transition: 200ms ease-in-out;
- background-color: rgba(247, 134, 28, .9);
+ margin-top: 44px;
}
}