<div class="LeadershipBlock Block">
</div>
<div class="LeadershipBlock Block">
</div>
{
  "company": "Ascend Performance Materials",
  "url": "https://www.ascendmaterials.com",
  "placeholders": {
    "copy": "Cozy lummox gives smart squid who asks for job pen"
  }
}
  • Content:
    .LeadershipBlock {
    
    	&__profile {
    		@apply sm:grid
    			sm:grid-cols-12
    			gap-6
    			lg:gap-8
    			2xl:gap-10
    			mb-8
    			pb-8
    			sm:mb-14
    			sm:pb-14
    			not-last:border-b
    			border-gray-300
    	}
    
    	&__profile__image {
    		@apply sm:col-span-5;
    
    		.Image {
    			@apply max-sm:mb-4 
    				rounded-sm;
    		}
    	}
    
    	&__profile__text {
    		@apply sm:col-span-7;
    	
    		&.copy {
    			.LeadershipBlock__profile__title {
    				@apply mb-0 
    					sm:mb-2
    			}
    		
    			.LeadershipBlock__profile__position {
    				@apply mt-0 
    					text-black 
    					text-lg;
    			}
    		}
    	}
    }
    
  • URL: /components/raw/leadership-block/leadership-block.scss
  • Filesystem Path: src/components/02-blocks/block/leadership-block/leadership-block.scss
  • Size: 529 Bytes
  • Handle: @leadership-block
  • Preview:
  • Filesystem Path: src/components/02-blocks/block/leadership-block/leadership-block.twig

No notes defined.