diff options
author | Hsuan Lee <boczeratul@gmail.com> | 2018-10-13 13:27:14 +0800 |
---|---|---|
committer | Hsuan Lee <hsuan@cobinhood.com> | 2018-12-10 18:16:38 +0800 |
commit | 764cd4533c55620e35a2ff57ef447f7b9955620b (patch) | |
tree | 62deb7a73afb46b62fecdce7c17ab7c949a71d9f /ui/app/components/page-container/index.scss | |
parent | 7896e5f5c25add295ce4d9f7d97adc3ee69df48c (diff) | |
download | dexon-wallet-764cd4533c55620e35a2ff57ef447f7b9955620b.tar.gz dexon-wallet-764cd4533c55620e35a2ff57ef447f7b9955620b.tar.zst dexon-wallet-764cd4533c55620e35a2ff57ef447f7b9955620b.zip |
Complete onboarding flow
Diffstat (limited to 'ui/app/components/page-container/index.scss')
-rw-r--r-- | ui/app/components/page-container/index.scss | 9 |
1 files changed, 5 insertions, 4 deletions
diff --git a/ui/app/components/page-container/index.scss b/ui/app/components/page-container/index.scss index 1a2db5f9..78b23dee 100644 --- a/ui/app/components/page-container/index.scss +++ b/ui/app/components/page-container/index.scss @@ -73,7 +73,7 @@ cursor: pointer; font-size: 0.75rem; text-transform: uppercase; - color: #2f9ae0; + color: $dexon-purple; } } } @@ -90,7 +90,7 @@ } &__back-button { - color: #2f9ae0; + color: $dexon-purple; font-size: 1rem; cursor: pointer; font-weight: 400; @@ -131,8 +131,8 @@ } &--selected { - color: $curious-blue; - border-bottom: 2px solid $curious-blue; + color: $dexon-purple; + border-bottom: 2px solid $dexon-purple; } } @@ -207,5 +207,6 @@ flex: 0 0 auto; margin-right: auto; margin-left: auto; + border: 2px solid $geyser; } } |