From 52ccccd13abc1782a990ffaeb391b016f0964444 Mon Sep 17 00:00:00 2001 From: Grant Skinner Date: Wed, 27 Feb 2019 11:44:11 +0000 Subject: [PATCH] Facebook signin UI part deux --- dev/sass/views/header.scss | 18 ++++++++++++++++-- index.html | 1 - 2 files changed, 16 insertions(+), 3 deletions(-) diff --git a/dev/sass/views/header.scss b/dev/sass/views/header.scss index 2770adf6..145ae9ad 100644 --- a/dev/sass/views/header.scss +++ b/dev/sass/views/header.scss @@ -95,10 +95,24 @@ #tooltip-signin { ul.list li { - @extend %link; + @extend .button; margin: $pad*0.25 0; + padding: $pad*0.625; + + opacity: 0.85; + &:hover { + background: $dark; + opacity: 1; + } + + &[data-id='Facebook'] { + background: #4267B2; + } + &[data-id='Google'] { + background: #C94130; + } - >.icon { + >svg.icon { margin-right: $pad*0.625; } } diff --git a/index.html b/index.html index 42c91be5..374c0c49 100644 --- a/index.html +++ b/index.html @@ -238,7 +238,6 @@

Sign In

Any unsaved changes will be lost. Saved patterns & favorites will be migrated to your account.
-

Sign in with: