Quote

<blockquote class="c-quote py-6 px-4 text-center text-xl leading-xl text-blush max-w-card md:max-w-none m-auto font-light">
    Lorem ipsum dolor sit amet consectetur adipisicing elit. Aperiam culpa, mollitia rerum veniam
</blockquote>
<blockquote class="c-quote py-6 px-4 text-center text-xl leading-xl text-blush max-w-card md:max-w-none m-auto font-light">
  {{ body|raw }}
</blockquote>
{
  "siteTitle": "Asta Valentaite",
  "copyright": "© 2017 Asta Valentaite. All rights reserved.",
  "craft": {
    "app": {
      "config": {
        "general": {
          "custom": {
            "objects": "/02-objects/",
            "global": "../03-global/",
            "components": "/04-components/",
            "pages": "/05-pages/",
            "macros": "/macros/",
            "wrapper": "/wrapper/"
          }
        }
      }
    }
  },
  "sitemenu": [
    {
      "title": "About",
      "slug": "/components/preview/about"
    },
    {
      "title": "Fashion",
      "slug": "/components/preview/press"
    },
    {
      "title": "Beauty",
      "slug": "/components/preview/post"
    },
    {
      "title": "Lifestyle",
      "slug": "/components/preview/vertical"
    },
    {
      "title": "Collaborations",
      "slug": "/components/preview/collaborations"
    },
    {
      "title": "Press",
      "slug": "/components/preview/press"
    }
  ],
  "body": "Lorem ipsum dolor sit amet consectetur adipisicing elit. Aperiam culpa, mollitia rerum veniam"
}
  • Content:
    .c-quote {
    	&::before,
    	&::after {
    		@apply .block .h-px .mx-auto .bg-black-20;
    
    		width: rem(100px);
    		content: ' ';
    	}
    
    	&::before {
    		@apply .mb-6;
    	}
    
    	&::after {
    		@apply .mt-6;
    	}
    }
    
  • URL: /components/raw/quote/_quote.scss
  • Filesystem Path: src/templates/04-components/quote/_quote.scss
  • Size: 188 Bytes

There are no notes for this item.