File tree Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Expand file tree Collapse file tree 2 files changed +16
-3
lines changed Original file line number Diff line number Diff line change 95
95
96
96
#tooltip-signin {
97
97
ul .list li {
98
- @extend %link ;
98
+ @extend .button ;
99
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
+ }
100
114
101
- >.icon {
115
+ >svg .icon {
102
116
margin-right : $pad * 0.625 ;
103
117
}
104
118
}
Original file line number Diff line number Diff line change @@ -238,7 +238,6 @@ <h1>Sign In</h1>
238
238
Any unsaved changes will be lost. Saved patterns & favorites will be migrated to your account.
239
239
</ div >
240
240
< hr >
241
- < h1 > Sign in with:</ h1 > < br >
242
241
< ul class ="list "> </ ul >
243
242
</ div >
244
243
< div class ="signout ">
You can’t perform that action at this time.
0 commit comments