Vulcan/packages/nova-base-styles/lib/stylesheets/_users.scss
2016-05-22 15:46:44 +09:00

21 lines
No EOL
334 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;
}
}