improves styles for omniauth buttons

This commit is contained in:
Alberto Garcia Cabeza
2017-01-09 18:49:29 +01:00
parent 42d147a462
commit 201a222cd3
5 changed files with 95 additions and 20 deletions

View File

@@ -618,6 +618,11 @@ h2.sidebar-title {
h1 {
margin-top: $line-height;
img {
height: rem-calc(80);
width: rem-calc(80);
}
a {
color: white;
display: block;
@@ -643,6 +648,19 @@ h2.sidebar-title {
}
}
.auth-divider {
border-bottom: 1px solid $border;
height: $line-height/2;
margin: $line-height 0;
text-align: center;
span {
background: white;
font-weight: bold;
padding: 0 $line-height/2;
}
}
// 06. Forms
// ---------