Skip to content

Commit 52ccccd

Browse files
committed
Facebook signin UI part deux
1 parent 04f63d1 commit 52ccccd

File tree

2 files changed

+16
-3
lines changed

2 files changed

+16
-3
lines changed

dev/sass/views/header.scss

Lines changed: 16 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,10 +95,24 @@
9595

9696
#tooltip-signin {
9797
ul.list li {
98-
@extend %link;
98+
@extend .button;
9999
margin: $pad*0.25 0;
100+
padding: $pad*0.625;
101+
102+
opacity: 0.85;
103+
&:hover {
104+
background: $dark;
105+
opacity: 1;
106+
}
107+
108+
&[data-id='Facebook'] {
109+
background: #4267B2;
110+
}
111+
&[data-id='Google'] {
112+
background: #C94130;
113+
}
100114

101-
>.icon {
115+
>svg.icon {
102116
margin-right: $pad*0.625;
103117
}
104118
}

index.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,6 @@ <h1>Sign In</h1>
238238
Any unsaved changes will be lost. Saved patterns &amp; favorites will be migrated to your account.
239239
</div>
240240
<hr>
241-
<h1>Sign in with:</h1><br>
242241
<ul class="list"></ul>
243242
</div>
244243
<div class="signout">

0 commit comments

Comments
 (0)