From cd871c887836094fbb8e9d2696232b03f01e347a Mon Sep 17 00:00:00 2001 From: Rafael Conde Date: Thu, 7 Sep 2017 15:47:48 +0100 Subject: [PATCH 1/3] Replace the call out illustration --- src/index.ejs | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/index.ejs b/src/index.ejs index a56c7bb02..8e1a7aaa8 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -212,9 +212,9 @@
- - - + + +
From 60235114c2903ed9c80ff590711736490bdad684 Mon Sep 17 00:00:00 2001 From: Rafael Conde Date: Thu, 7 Sep 2017 16:05:05 +0100 Subject: [PATCH 2/3] Logged in state style --- src/index.ejs | 21 +++++++++++++++++++-- 1 file changed, 19 insertions(+), 2 deletions(-) diff --git a/src/index.ejs b/src/index.ejs index a56c7bb02..4361156d8 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -102,6 +102,14 @@ text-decoration: none; } + [data-netlify-identity-menu] ul { + display: flex; + } + + [data-netlify-identity-menu] li:first-child { + margin-right: 16px; + } + [data-netlify-identity-menu] li { list-style-type: none; display: inline-block; @@ -126,7 +134,6 @@ text-align: center; text-decoration: none; white-space: nowrap; - margin-right: 16px; } [data-netlify-identity-menu] a:hover, @@ -135,6 +142,17 @@ text-decoration: none; } + .netlify-identity-user-details { + display: block; + } + + .netlify-identity-user { + font-weight: 500; + color: #2d3b41; + display: block; + margin-top: 8px; + } + .hands-on-area { display: flex; margin-bottom: 40px; @@ -187,7 +205,6 @@ margin-bottom: 16px; } - } From f82143a9fecd6c3cb523a91574087b5b6d55121b Mon Sep 17 00:00:00 2001 From: Rafael Conde Date: Thu, 7 Sep 2017 16:12:06 +0100 Subject: [PATCH 3/3] Hover state for header link --- src/index.ejs | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/src/index.ejs b/src/index.ejs index e3d25a695..8a294f447 100644 --- a/src/index.ejs +++ b/src/index.ejs @@ -57,8 +57,16 @@ .header a { color: inherit; text-decoration: none; + border-radius: 4px; + padding: 4px; + } + + .header a:hover, + .header a:focus { + background-color: #E9EBEB; } + .header h1 { font-weight: 700; font-size: 80px;