.m-label-with-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .m-label-with-icon::before {
    content: '';
    background-repeat: no-repeat;
    background-position: center center;
    margin-right: 10px;
    height: 20px;
    width: 20px;
    display: block; }
  .m-label-with-icon--company::before {
    background-image: var(--job-page-firma-icon);
    background-size: contain; }
  .m-label-with-icon--schedule::before {
    background-image: var(--job-page-full-part-icon);
    background-size: contain; }
  .m-label-with-icon--entry-date::before {
    background-image: var(--job-page-entry-date-icon);
    background-size: contain; }

/*# sourceMappingURL=../maps/label-with-icon.css.map */
