15 lines
339 B
SCSS
Raw Normal View History

ion-avatar.user-avatar {
position: relative;
.contact-status {
position: absolute;
@include position(null, 0, 0, null);
width: 14px;
height: 14px;
border-radius: 50%;
&.online {
border: 1px solid white;
background-color: $core-online-color;
}
}
}