Vulcan/packages/nova-base-styles/lib/stylesheets/_accounts.scss
2016-11-01 19:38:06 -07:00

36 lines
No EOL
634 B
SCSS

.accounts-ui{
.buttons{
a{
display:block;
text-align: center;
margin-bottom: $vmargin;
}
}
.password-or-service{
text-align: center;
margin-bottom: $vmargin;
}
.social-buttons{
@include flex-center;
justify-content: space-between;
button{
margin-right: $hmargin;
width: 100%;
&.btn-twitter{
background: #55acee;
border-color: #55acee;
}
&.btn-facebook{
background: #3b5998;
border-color: #3b5998;
}
&:last-child{
margin-right: 0;
}
}
}
}
.password-reset-form{
text-align: center;
}