.wpCustomIcon.wordpressIcon:before {
  content: '';
  width: 22px;
  height: 22px;
  display: inline-block;
  background-size: cover !important;
}

.wordpressIcon:before {
  background-image: url(/client/custom/modules/bpm2bWordPressExchange/img/wordpress-icon.svg);
  -o-background-size: 100% 100%;
  -webkit-background-size: 100% 100%;
  background-size: cover !important;
  background-position: center;
  background-repeat: no-repeat;
}

.subWordpressIcon:after {
  background-image: url(/client/custom/modules/bpm2bWordPressExchange/img/wordpress-icon.svg);
}

.sub-custom-icon-entity.subWordpressIcon:after {
  opacity: 0.8;
  background-size: cover;
  width: 19px;
  height:19px;
}
