aboutsummaryrefslogtreecommitdiffstats
path: root/ui/app/components/modals/index.scss
diff options
context:
space:
mode:
authorbrunobar79 <brunobar79@gmail.com>2018-07-11 07:19:29 +0800
committerbrunobar79 <brunobar79@gmail.com>2018-07-11 07:19:29 +0800
commitb9c2994d24e688305d63aaefd7fac88d88773ad9 (patch)
tree84ead9430283666999f20aef1cfcbda41de80854 /ui/app/components/modals/index.scss
parent9b81180ab10cf8ca59666104e862c0331e953591 (diff)
downloadtangerine-wallet-browser-b9c2994d24e688305d63aaefd7fac88d88773ad9.tar.gz
tangerine-wallet-browser-b9c2994d24e688305d63aaefd7fac88d88773ad9.tar.zst
tangerine-wallet-browser-b9c2994d24e688305d63aaefd7fac88d88773ad9.zip
finish warning modal UI
Diffstat (limited to 'ui/app/components/modals/index.scss')
-rw-r--r--ui/app/components/modals/index.scss11
1 files changed, 11 insertions, 0 deletions
diff --git a/ui/app/components/modals/index.scss b/ui/app/components/modals/index.scss
index ad6fe16d3..591e35148 100644
--- a/ui/app/components/modals/index.scss
+++ b/ui/app/components/modals/index.scss
@@ -17,6 +17,17 @@
text-align: center;
font-size: .875rem;
}
+
+ &__address {
+ text-align: center;
+ font-size: 1rem;
+ margin-top: 20px;
+ margin-bottom: 20px;
+ }
+
+ &__link {
+ color: #2f9ae0;
+ }
&__content {
overflow-y: auto;