forked from EVOgeek/Vmeda.Online
15 lines
339 B
SCSS
15 lines
339 B
SCSS
|
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;
|
||
|
}
|
||
|
}
|
||
|
}
|