aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/css/itcss/components/modal.scss
diff options
context:
space:
mode:
authorDan <danjm.com@gmail.com>2017-09-23 03:57:18 +0800
committerChi Kei Chan <chikeichan@gmail.com>2017-09-28 09:06:26 +0800
commit01816e1b2216e0cf849ec3d67f01b1e571d69fa4 (patch)
tree98793fbec7de107a824d953ec7a1a259856be592 /ui/app/css/itcss/components/modal.scss
parentc77029ea90560b4210f9204e99314d30f9b59989 (diff)
downloadtangerine-wallet-browser-01816e1b2216e0cf849ec3d67f01b1e571d69fa4.tar.gz
tangerine-wallet-browser-01816e1b2216e0cf849ec3d67f01b1e571d69fa4.tar.zst
tangerine-wallet-browser-01816e1b2216e0cf849ec3d67f01b1e571d69fa4.zip
Adds a back button to export private key modal; connects account details to same modal.
Diffstat (limited to 'ui/app/css/itcss/components/modal.scss')
-rw-r--r--ui/app/css/itcss/components/modal.scss15
1 files changed, 15 insertions, 0 deletions
diff --git a/ui/app/css/itcss/components/modal.scss b/ui/app/css/itcss/components/modal.scss
index 00b6111f7..fd61ad4f4 100644
--- a/ui/app/css/itcss/components/modal.scss
+++ b/ui/app/css/itcss/components/modal.scss
@@ -192,6 +192,21 @@
}
}
+.account-modal-back {
+ color: $dusty-gray;
+ position: absolute;
+ top: 13px;
+ left: 17px;
+ cursor: pointer;
+
+ &__text {
+ margin-top: 2px;
+ font-family: 'DIN OT';
+ font-size: 14px;
+ line-height: 18px;
+ }
+}
+
.account-modal-close::after {
content: '\00D7';
font-size: 40px;