aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/first-time-flow/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pages/first-time-flow/index.scss')
-rw-r--r--ui/app/components/pages/first-time-flow/index.scss7
1 files changed, 7 insertions, 0 deletions
diff --git a/ui/app/components/pages/first-time-flow/index.scss b/ui/app/components/pages/first-time-flow/index.scss
index e14d57f58..d41748575 100644
--- a/ui/app/components/pages/first-time-flow/index.scss
+++ b/ui/app/components/pages/first-time-flow/index.scss
@@ -6,6 +6,9 @@
@import './end-of-flow/index';
+@import './metametrics-opt-in/index';
+
+
.first-time-flow {
width: 100%;
background-color: $white;
@@ -149,4 +152,8 @@
color: #939090;
margin-left: 18px;
}
+
+ &__link-text {
+ color: $curious-blue;
+ }
}