forked from External/greenlight
oauth signin buttons per provider spec
This commit is contained in:
BIN
app/assets/images/g-normal.png
Normal file
BIN
app/assets/images/g-normal.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 771 B |
BIN
app/assets/images/twitter_signin_logo.png
Normal file
BIN
app/assets/images/twitter_signin_logo.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 1.2 KiB |
@ -1,10 +1,7 @@
|
||||
.login {
|
||||
.center-panel {
|
||||
.center-panel-size {
|
||||
max-width: 600px
|
||||
}
|
||||
.center-panel-content-size {
|
||||
max-width: 500px;
|
||||
max-width: 400px
|
||||
}
|
||||
}
|
||||
}
|
||||
|
@ -118,3 +118,42 @@ body[data-controller=landing][data-action=rooms].app-background {
|
||||
.popover {
|
||||
max-width: none;
|
||||
}
|
||||
|
||||
a.signin-link {
|
||||
&:hover, &:focus {
|
||||
cursor: pointer;
|
||||
text-decoration: none;
|
||||
}
|
||||
}
|
||||
|
||||
.signin-link {
|
||||
.signin-icon {
|
||||
vertical-align: middle;
|
||||
width: 35px;
|
||||
height: 35px;
|
||||
}
|
||||
.signin-button {
|
||||
background: white;
|
||||
width: 250px;
|
||||
border: thin solid #888;
|
||||
border-radius: 2px;
|
||||
white-space: nowrap;
|
||||
padding: 5px;
|
||||
margin-bottom: 14px;
|
||||
}
|
||||
.signin-icon-wrapper {
|
||||
display: inline-block;
|
||||
width: 40px;
|
||||
}
|
||||
.signin-text-wrapper {
|
||||
display: inline-block;
|
||||
width: 200px;
|
||||
}
|
||||
.signin-text {
|
||||
font-family: 'Roboto', sans-serif;
|
||||
vertical-align: middle;
|
||||
font-size: 14px;
|
||||
font-weight: bold;
|
||||
color: #444;
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user