﻿

.checkConnectivity.failed:before, .checkConnectivity.success:before {
    font-family: 'icomoon';
    font-size: 16px;
    width: 16px;
    height: 16px;
    background-repeat: no-repeat;
    right: -18px;
    top: 2px;
    pointer-events: none;
}

.checkConnectivity.success:before {
    color: #99CC67;
}

.checkConnectivity.failed:before {
    color: #E15052;
}

