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
|
|
@ -0,0 +1,20 @@
|
|||
@import '../../stylesheets/colors';
|
||||
|
||||
.OAuthLoginButtons {
|
||||
margin-bottom: 25px;
|
||||
|
||||
&.WithEmailMessage {
|
||||
position: relative;
|
||||
border-bottom: 1px solid $gray-lighter;
|
||||
padding-bottom: 30px;
|
||||
|
||||
.EmailMessage {
|
||||
display: inline-block;
|
||||
background: #fff;
|
||||
padding: 0 10px;
|
||||
position: absolute;
|
||||
bottom: -19px;
|
||||
left: 50%;
|
||||
}
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue