We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 04f63d1 commit 52ccccdCopy full SHA for 52ccccd
2 files changed
dev/sass/views/header.scss
@@ -95,10 +95,24 @@
95
96
#tooltip-signin {
97
ul.list li {
98
- @extend %link;
+ @extend .button;
99
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
114
- >.icon {
115
+ >svg.icon {
116
margin-right: $pad*0.625;
117
}
118
index.html
@@ -238,7 +238,6 @@ <h1>Sign In</h1>
238
Any unsaved changes will be lost. Saved patterns & favorites will be migrated to your account.
239
</div>
240
<hr>
241
- <h1>Sign in with:</h1><br>
242
<ul class="list"></ul>
243
244
<div class="signout">
0 commit comments