Untitled

 avatar
unknown
plain_text
6 months ago
4.8 kB
4
Indexable
.customArticle {
  color: '#001514';

  .bg-componentBackground {
    background-color: #F5F5F5;
  }

  .bg-componentAccentBackground {
    background-color: #EBF4F1;
  }

  .customArticleModifier:has(.customArticleIcons) {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  .customArticleModifier:has(.customArticleLargeBenefits) {
    display: grid;
    grid-template-columns: repeat(1, minmax(0, 1fr));
    gap: 1rem;
  }

  .customArticleModifier:has(.customArticleBenefits) {
    background-color: '#EBF4F1';
    padding: 1.5rem;
    border-radius: 1rem;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
  }

  h1 {
    font-size: 1.5rem;
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  h2 {
    font-size: 1.25rem;
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  h3 {
    font-size: 1.125rem;
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  h4 {
    font-size: 1rem;
    line-height: 1.25;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  p {
    font-size: 0.875rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  @media (min-width: 640px) {
    .customArticleModifier:has(.customArticleLargeBenefits) {
      grid-template-columns: repeat(2, minmax(0, 1fr));
    }
  }

  @media (min-width: 768px) {
    .customArticleModifier:has(.customArticleLargeBenefits) {
      grid-template-columns: repeat(3, minmax(0, 1fr));
      gap: 1.5rem;
    }
    .customArticleModifier:has(.customArticleBenefits) {
      padding: 3rem;
      border-radius: 1.5rem;
    }
    h1 {
      font-size: 1.875rem;
    }
    h2 {
      font-size: 1.5rem;
    }
    h3 {
      font-size: 1.25rem;
    }
    h4 {
      font-size: 1.125rem;
    }
    p {
      font-size: 1rem;
    }
  }

  @media (min-width: 1024px) {
    .customArticleModifier:has(.customArticleLargeBenefits) {
      grid-template-columns: repeat(4, minmax(0, 1fr));
    }
  }

  a {
    color: '#001514';
    text-decoration-line: underline;
  }

  ul {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  ol {
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

  li {
  }

  iframe {
    max-width: 100%;
  }

  .spacer {
    width: 100%;
  }

  .height-20 {
    height: 20px;
  }
  .height-40 {
    height: 40px;
  }
  .height-60 {
    height: 60px;
  }
  .height-80 {
    height: 80px;
  }
  .height-100 {
    height: 100px;
  }
  .height-120 {
    height: 120px;
  }
  .height-140 {
    height: 140px;
  }
  .height-160 {
    height: 160px;
  }
  .height-180 {
    height: 180px;
  }
  .height-200 {
    height: 200px;
  }
  .height-220 {
    height: 220px;
  }
  .height-240 {
    height: 240px;
  }
  .height-260 {
    height: 260px;
  }
  .height-280 {
    height: 280px;
  }
  .height-300 {
    height: 300px;
  }
  @media (min-width: 1921px) {
    .height-20 {
      height: 2.5vh;
    }
    .height-40 {
      height: 5vh;
    }
    .height-60 {
      height: 7.5vh;
    }
    .height-80 {
      height: 10vh;
    }
    .height-100 {
      height: 12.5vh;
    }
    .height-120 {
      height: 15vh;
    }
    .height-140 {
      height: 17.5vh;
    }
    .height-160 {
      height: 20vh;
    }
    .height-180 {
      height: 22.5vh;
    }
    .height-200 {
      height: 25vh;
    }
    .height-220 {
      height: 27.5vh;
    }
    .height-240 {
      height: 30vh;
    }
    .height-260 {
      height: 32.5vh;
    }
    .height-280 {
      height: 35vh;
    }
    .height-300 {
      height: 37.5vh;
    }
  }
  @media (max-width: 1440px) {
    .height-20 {
      height: 10px;
    }
    .height-40 {
      height: 20px;
    }
    .height-60 {
      height: 30px;
    }
    .height-80 {
      height: 40px;
    }
    .height-100 {
      height: 50px;
    }
    .height-120 {
      height: 60px;
    }
    .height-140 {
      height: 70px;
    }
    .height-160 {
      height: 80px;
    }
    .height-180 {
      height: 90px;
    }
    .height-200 {
      height: 100px;
    }
    .height-220 {
      height: 110px;
    }
    .height-240 {
      height: 120px;
    }
    .height-260 {
      height: 130px;
    }
    .height-280 {
      height: 140px;
    }
    .height-300 {
      height: 150px;
    }
  }

  .embed-responsive {
    position: relative;
    display: block;
    height: 0;
    padding: 0;
    overflow: hidden;
    margin-top: 1.4em;
    margin-bottom: 1em;
  }
  .embed-responsive.embed-responsive-16by9 {
    padding-bottom: 56.25%;
  }
  .embed-responsive.embed-responsive-4by3 {
    padding-bottom: 75%;
  }
  .embed-responsive iframe {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;
  }
}
Editor is loading...
Leave a Comment