add oauth flows, profile, logout page, and index page
This commit is contained in:
parent
650c93273a
commit
b0270cc98b
31 changed files with 449 additions and 162 deletions
39
imports/ui/pages/Profile/Profile.scss
Normal file
39
imports/ui/pages/Profile/Profile.scss
Normal file
|
|
@ -0,0 +1,39 @@
|
|||
@import '../../stylesheets/colors';
|
||||
|
||||
.OAuthProfile {
|
||||
.LoggedInWith {
|
||||
padding: 10px 20px;
|
||||
border-radius: 3px;
|
||||
color: #fff;
|
||||
|
||||
p {
|
||||
margin: 0;
|
||||
}
|
||||
|
||||
.ServiceIcon {
|
||||
float: left;
|
||||
width: auto;
|
||||
margin-right: 15px;
|
||||
height: 30px;
|
||||
text-align: center;
|
||||
|
||||
i {
|
||||
font-size: 30px;
|
||||
position: relative;
|
||||
top: 5px;
|
||||
}
|
||||
}
|
||||
|
||||
&.facebook {
|
||||
background: $facebook;
|
||||
}
|
||||
|
||||
&.github {
|
||||
background: $github;
|
||||
}
|
||||
|
||||
&.google {
|
||||
background: $google;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue