1
0
Fork 1
mirror of https://github.com/SomboChea/ui synced 2024-05-10 21:41:37 +07:00
verdaccio-ui/src/components/PackageSidebar/modules/Maintainers/MaintainerInfo/style.scss

27 lines
425 B
SCSS
Raw Normal View History

2019-02-03 17:23:33 +07:00
@import '../../../../../styles/variables';
@import '../../../../../styles/mixins';
.maintainer {
display: flex;
line-height: $line-height-xl;
cursor: default;
&:not(:last-child) {
margin-bottom: 10px;
}
img {
width: 30px;
height: 30px;
margin-right: 10px;
border-radius: 100%;
flex-shrink: 0;
}
span {
font-size: $font-size-sm;
flex-shrink: 1;
@include ellipsis;
}
}