Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
.message-avatar-online:before
{
box-shadow: 0 0 0 0 rgba(127, 185, 0, 22%);
-webkit-animation: pulse 1.5s infinite;
}
@-webkit-keyframes pulse
{
70%
{
box-shadow: 0 0 0 20px rgba(90, 153, 212, 0);
}
100%
{
box-shadow: 0 0 0 0 rgba(90, 153, 212, 0);
}
}