jen@ashtreetech.ca
613.408.1432

branding and seo
graphic design (print and web)
IT consulting and tech support
videography
website development and design
website hosting and maintenance

Reach out to me!

Lorem ipsum dolor sit amet consectetur.

/* -- The root styles must go in the element of the structure with the name "Form". --*/ 
  
  .temporary__form{
  /* Styles applied to all checkboxes */
  & .options-wrapper{
    & li{
    	display: flex;
      align-items: start;
      flex-wrap:nowrap;
      gap: var(--at-space--2xs);
    }
    
    /* Unique styles for privacy policy checkboxes */
  	& label {
  		font-size: var(--at-text--xs);
      line-height: 1;
      
      /* Color link */
      & a{
      	color: var(--at-primary);
      }
  	}
  }
}