mirror of
https://github.com/vale981/Vulcan
synced 2025-03-09 12:16:37 -04:00
32 lines
No EOL
468 B
SCSS
32 lines
No EOL
468 B
SCSS
.accounts-ui{
|
|
.field{
|
|
margin-bottom: $vmargin/2;
|
|
}
|
|
}
|
|
|
|
.avatar-initials{
|
|
background: $light-grey;
|
|
color: $dark-grey;
|
|
text-align: center;
|
|
border-radius: 100%;
|
|
text-decoration: none;
|
|
height: 100%;
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
span{
|
|
display: block;
|
|
line-height: 1;
|
|
}
|
|
}
|
|
|
|
.users-newsletter-settings {
|
|
@include flex-center;
|
|
margin-top: $vmargin;
|
|
}
|
|
|
|
.log-in-message{
|
|
h3{
|
|
text-align: center;
|
|
}
|
|
} |