/* No context defined. */
  • Content:
    /* ======================================================================
       # components.pdf-chapter-title.css
       ====================================================================== */
    
    .c-pdf-chapter-title {
      background: rgba(var(--color-raw__primary--900), 0.85);
      color: white;
      width: 500px;
      padding: 3rem;
      position: absolute;
      left: 60px;
      top: 60px;
    }
    
    .c-pdf-chapter-title h1 {
      font-size: 2rem;
      font-weight: bold;
      line-height: 1.05;
    }
    
    .c-pdf-chapter-title .c-pdf-chapter-counter {
      font-weight: bold;
      font-size: 18px;
    }
    
  • URL: /components/raw/pdf-chapter-title/_components.pdf-chapter-title.css
  • Filesystem Path: src/components/04-Components/pdf/pdf-chapter-title/_components.pdf-chapter-title.css
  • Size: 550 Bytes
  • Handle: @pdf-chapter-title
  • Preview:
  • Filesystem Path: src/components/04-Components/pdf/pdf-chapter-title/pdf-chapter-title.nunj

No notes defined.