From b82c72a539fb70dfd31a89b8180278ee71224b6a Mon Sep 17 00:00:00 2001 From: Bechi Date: Mon, 31 Mar 2014 18:06:44 -0300 Subject: [PATCH] logo + new button style + join-page --- css/main.css | 14 +++++++++++++- img/logo-negative.svg | 13 +++++++++++++ img/logo.svg | 13 +++++++++++++ index.html | 42 +++++++++++++++++++++--------------------- 4 files changed, 60 insertions(+), 22 deletions(-) create mode 100644 img/logo-negative.svg create mode 100644 img/logo.svg diff --git a/css/main.css b/css/main.css index 00a68a3bd..08e850f95 100644 --- a/css/main.css +++ b/css/main.css @@ -38,7 +38,7 @@ body { } .header-content { - padding: 1.5rem; + padding: 1.5rem 3rem 1.5rem 0; overflow: hidden; } @@ -46,6 +46,18 @@ body { color: #fff; } +.panel { + background: #FFFFFF; + padding: 0.25rem 1rem; +} + +button.primary { background-color: #111; } +button.secondary { background-color: #FAE448 !important; } + +button.primary:hover { background-color: #333;} +button.secondary:hover { background-color: #D7C020 !important;} + + .size-12 { font-size: 12px; } .size-14 { font-size: 14px; } .size-16 { font-size: 16px; } diff --git a/img/logo-negative.svg b/img/logo-negative.svg new file mode 100644 index 000000000..78821a541 --- /dev/null +++ b/img/logo-negative.svg @@ -0,0 +1,13 @@ + + + Copay + Path 1 + Path 1 copy + Created with Sketch (http://www.bohemiancoding.com/sketch) + + + + + + + + + \ No newline at end of file diff --git a/img/logo.svg b/img/logo.svg new file mode 100644 index 000000000..f76d8c49e --- /dev/null +++ b/img/logo.svg @@ -0,0 +1,13 @@ + + + Copay + Path 1 + Path 1 copy + Created with Sketch (http://www.bohemiancoding.com/sketch) + + + + + + + + + \ No newline at end of file diff --git a/index.html b/index.html index bc197736d..4bc64c0fd 100644 --- a/index.html +++ b/index.html @@ -13,7 +13,9 @@
-

Copay

+
+ +
Company Funds

4.324 BTC

@@ -63,8 +65,8 @@

Join wallet

-
- +
+

@@ -72,8 +74,8 @@

Create a new wallet

-
- +
+
@@ -81,23 +83,21 @@