From e9407777cc6f44a87a4c34e07562f278d66a48c4 Mon Sep 17 00:00:00 2001 From: Frankie Date: Wed, 8 Jun 2016 15:13:45 -0400 Subject: Style up the info screen --- ui/app/css/index.css | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) (limited to 'ui/app/css/index.css') diff --git a/ui/app/css/index.css b/ui/app/css/index.css index 2ee7c4094..c6624fbae 100644 --- a/ui/app/css/index.css +++ b/ui/app/css/index.css @@ -423,3 +423,21 @@ input.large-input { .ether-balance-label { color: #ABA9AA; } + +/* Info screen */ +.info-gray{ + font-family: 'Transat Medium'; + text-transform: uppercase; + color: #AEAEAE; +} + +.icon-size{ + width: 20px; +} + +.info{ + font-family: 'Transat Standard', Arial; + font-weight: bolder; + padding-bottom: 10px; +} + -- cgit