2018-11-20 15:40:34 +01:00

15 lines
345 B
SCSS

ion-avatar[core-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;
}
}
}