//
// Dynamic contact optipons
// --------------------------------------------------
.contact-status {
  &::before {
    border-radius: 100%;
    content: "";
    display: inline-block;
    height: 0.7em;
    margin-right: 0.2em;
    width: 0.7em;
  }
  &.contact-status--busy::before {
    background-color: @brand-warning;
  }
  &.contact-status--quiet::before {
    background-color: @brand-success;
  }
}
