mirror of
https://github.com/vale981/Vulcan
synced 2025-03-10 04:26:41 -04:00
32 lines
587 B
SCSS
32 lines
587 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;
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|