From 7e165ca6addd7e9ff923999180e6523451b9cc07 Mon Sep 17 00:00:00 2001 From: Bechi Date: Wed, 16 Apr 2014 17:25:33 -0300 Subject: [PATCH] copayers-page --- css/main.css | 11 ++++++++++- index.html | 22 ++++++++++++++++------ 2 files changed, 26 insertions(+), 7 deletions(-) diff --git a/css/main.css b/css/main.css index 9db1e305c..c42153d1b 100644 --- a/css/main.css +++ b/css/main.css @@ -135,7 +135,6 @@ h3 { span.panel-res { float: right; - width: 3%; padding: 0.4rem 0.55rem; margin: 0 1rem; border-radius: 1rem; @@ -160,6 +159,11 @@ span.panel-res { margin: 0.5rem 0 1rem; } +.share-wallet.panel { + background-color: #111; + color: #FBE500; +} + button.primary { background-color: #111; } button.secondary { background-color: #FAE448 !important; } @@ -180,3 +184,8 @@ button.secondary:hover { background-color: #FFDF00 !important;} .size-60 { font-size: 60px; } .size-72 { font-size: 72px; } .m10t {margin-top: 10px;} +.p0r {padding-right: 0;} +.p70r {padding-right: 70px;} +.p70l {padding-left: 70px;} +.p5h {padding: 0 5px;} +.br100 {border-radius: 100%;} \ No newline at end of file diff --git a/index.html b/index.html index 8c725b41c..d5850c738 100644 --- a/index.html +++ b/index.html @@ -98,10 +98,17 @@