Vulcan/packages/vulcan-base-styles/lib/stylesheets/_accounts.scss

47 lines
755 B
SCSS
Raw Normal View History

2017-05-08 14:42:42 +09:00
.users-account-menu{
.icon{
display: none;
}
}
2016-04-04 11:30:14 +09:00
.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 !important;
2016-04-04 11:30:14 +09:00
}
}
}
}
.password-reset-form{
text-align: center;
}
.change-password-link{
margin-bottom: $vmargin;
}