aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/pages/unlock-page/index.scss
diff options
context:
space:
mode:
Diffstat (limited to 'ui/app/components/pages/unlock-page/index.scss')
-rw-r--r--ui/app/components/pages/unlock-page/index.scss16
1 files changed, 12 insertions, 4 deletions
diff --git a/ui/app/components/pages/unlock-page/index.scss b/ui/app/components/pages/unlock-page/index.scss
index ebc58a0a..9ca3fd12 100644
--- a/ui/app/components/pages/unlock-page/index.scss
+++ b/ui/app/components/pages/unlock-page/index.scss
@@ -7,38 +7,46 @@
padding: 30px;
font-weight: 400;
color: $silver-chalice;
+
&__container {
background: $dark-gray;
display: flex;
align-self: stretch;
justify-content: center;
flex: 1 0 auto;
- height: calc(100vh - 75px);
}
+
&__mascot-container {
margin-top: 24px;
}
+
&__title {
margin-top: 5px;
- font-size: 2rem;
+ font-size: 2.5rem;
font-weight: 800;
- color: $tundora;
+ font-stretch: condensed;
+ color: $white;
}
+
&__form {
width: 100%;
margin: 56px 0 8px;
}
+
&__links {
margin-top: 25px;
width: 100%;
}
+
&__link {
cursor: pointer;
+
&--import {
color: $ecstasy;
}
+
&--use-classic {
margin-top: 10px;
}
}
-} \ No newline at end of file
+}