• File: tooltip.scss
  • Full Path: /home/docteuh/www/plugins/really-simple-ssl/assets/css/admin/modules/tooltip.scss
  • Date Modified: 06/18/2026 4:25 PM
  • File size: 304 bytes
  • MIME-type: text/plain
  • Charset: utf-8
.rsssl div[class^=rsssl-wizard-] {
  .rsssl-tooltip-icon .react-tooltip {
    max-width:300px;
    white-space: pre-wrap;
  }
  .rsssl-field-wrap {

    label {
      display: flex;

      .cmplz-label-text {
        margin-right: 10px;
      }
    }

    .rsssl-icon {
      cursor: pointer;
    }
  }
}