HEX
Server: Apache
System: Linux sxb1plzcpnl440011.prod.sxb1.secureserver.net 4.18.0-553.54.1.lve.el8.x86_64 #1 SMP Wed Jun 4 13:01:13 UTC 2025 x86_64
User: xfp2mtarcm67 (7705020)
PHP: 7.3.33
Disabled: NONE
Upload Files
File: //proc/self/cwd/wp-content/plugins/really-simple-ssl/assets/css/admin/modules/new-features.scss
.rsssl{
  .rsssl-new-features-block{
    .rsssl-grid-item-content{
      display: flex;
      flex-direction: column;
      justify-content: space-between;
    }
  }
  .rsssl-new-features{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: var(--rsp-spacing-xs);
    @media only screen and (max-width: $rsp-break-xxl) and (min-width: $rsp-break-m)  {
      gap: var(--rsp-spacing-xxs);
    }
  }
  .rsssl-new-feature{
    width: 100%;
    color: var(--rsp-text-color-light);
    display: flex;
    align-items: flex-start;
    min-width: 0;
    gap: var(--rsp-spacing-xs);
    text-decoration: none;
    .rsssl-icon{
      margin-top: 2px;
    }
    .rsssl-new-feature-desc {
      p {
        font-size:var(--rsp-fs-300);
      }
    }
  }
}