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{
|
2017-05-09 10:14:10 +09:00
|
|
|
margin-right: 0 !important;
|
2016-04-04 11:30:14 +09:00
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
2016-11-01 19:38:06 -07:00
|
|
|
}
|
|
|
|
|
|
|
|
.password-reset-form{
|
|
|
|
text-align: center;
|
2017-05-06 09:03:23 +09:00
|
|
|
}
|
|
|
|
|
|
|
|
.change-password-link{
|
|
|
|
margin-bottom: $vmargin;
|
|
|
|
}
|