From 4fc00871872231fd52bd5fb1e84bbee880f7ec83 Mon Sep 17 00:00:00 2001 From: Robin Linus Date: Wed, 30 Dec 2015 22:06:04 +0100 Subject: [PATCH] Clean up about page --- app/elements/x-cards/about-page.html | 83 +++++++++++++++++----------- 1 file changed, 50 insertions(+), 33 deletions(-) diff --git a/app/elements/x-cards/about-page.html b/app/elements/x-cards/about-page.html index 7e95b0e..45249a3 100644 --- a/app/elements/x-cards/about-page.html +++ b/app/elements/x-cards/about-page.html @@ -10,7 +10,13 @@ display: block; overflow: hidden; color: white; - z-index: 3 + z-index: 3; + --paper-tooltip: { + font-size: 14px; + background-color: white; + color: #4285f4; + } + --paper-tooltip-opacity:0.95; } #placeholder { @@ -35,8 +41,8 @@ } .logo { - width: 80px; - height: 80px; + width: 96px; + height: 96px; } .slogan { @@ -93,12 +99,16 @@ z-index: 10; } - #btn, - .share a { - color: #52524F; + .social { + margin: 16px; } - .share a { + #btn, + .social a { + color: white; + } + + .social a { text-decoration: none; padding-left: 8px; padding-right: 8px; @@ -112,38 +122,45 @@
Built with ♥ by Robin Linus