File "vc_ui-badges.less"

Full Path: /home/jlklyejr/public_html/post-date/wp-content/plugins/js_composer/assets/less/modules/ui/vc_ui-badges.less
File size: 365 bytes
MIME-type: text/plain
Charset: utf-8

[class*=vc_ui-badge--] i::after {
  content: '';
  display: block;
  height: 8px;
  width: 8px;
  border-radius: 50%;
  position: absolute;
  top: -3px;
  right: -2px;
}

.vc_ui-badge {
  &--success i:after {
    background-color: #11C248;
  }
  &--warnings i:after {
    background-color: #F4AF1D;
  }
  &--problems i:after {
    background-color: #FC4242;
  }
}