aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/first-time-flow/seed-phrase/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pages/first-time-flow/seed-phrase/index.scss')
-rw-r--r--ui/app/components/pages/first-time-flow/seed-phrase/index.scss6
1 files changed, 5 insertions, 1 deletions
diff --git a/ui/app/components/pages/first-time-flow/seed-phrase/index.scss b/ui/app/components/pages/first-time-flow/seed-phrase/index.scss
index 88b28950c..e4fd7be4f 100644
--- a/ui/app/components/pages/first-time-flow/seed-phrase/index.scss
+++ b/ui/app/components/pages/first-time-flow/seed-phrase/index.scss
@@ -26,11 +26,15 @@
min-width: 0;
@media screen and (min-width: $break-large) {
- margin-left: 48px;
+ margin-left: 81px;
}
@media screen and (max-width: $break-small) {
margin-top: 24px;
}
+
+ .first-time-flow__text-block {
+ color: #5A5A5A;
+ }
}
}