Usps


        
    

    
/* No context defined for this component. */
  • Content:
    .image-with-usps,
    .hero {
        .shadow-bottom-top {
            background: linear-gradient(360deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 154, 125, 0.05) 100%);
        }
        .border-between {
            box-shadow: 0 0 0;
            li {
                &:after {
                    position: absolute;
                    content: "";
                    height: 100%;
                    width: 1px;
                    background: #fff;
                    right: 0;
                    top: -10px;
                }
                &:last-child {
                    &:after {
                        display: none;
                    }
                }
            }
    
        }
    }
    
  • URL: /components/raw/usps/_usps.scss
  • Filesystem Path: build/components/Slices/usps/_usps.scss
  • Size: 603 Bytes

There are no notes for this item.