Vulcan/packages/nova-base-styles/lib/stylesheets/_users.scss

21 lines
334 B
SCSS
Raw Normal View History

2016-04-21 15:21:14 +09:00
.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;
}
2016-04-21 15:21:14 +09:00
}