oauth signin buttons per provider spec

This commit is contained in:
Zachary Chai
2017-01-20 14:34:30 -05:00
parent 3039bd168b
commit 9057948750
8 changed files with 76 additions and 23 deletions

Binary file not shown.

After

Width:  |  Height:  |  Size: 771 B

Binary file not shown.

After

Width:  |  Height:  |  Size: 1.2 KiB

View File

@ -1,10 +1,7 @@
.login {
.center-panel {
.center-panel-size {
max-width: 600px
}
.center-panel-content-size {
max-width: 500px;
max-width: 400px
}
}
}

View File

@ -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;
}
}