<a href="#" class="btn-pdf"><img src="../../assets/images/research-download.png" alt=""> </a>
<a href="#" class="btn-pdf"><img src="{{ image_src }}" alt="{{ alt }}"> </a>
{
  "link": "#",
  "image_src": "../../assets/images/research-download.png"
}
  • Content:
    .btn-pdf {
      display: inline-block;
    
      img {
        box-shadow: 0px 0px 67px -20px rgba(0,0,0,0.47);
        transition: all .3s;
        max-width: 100%;
        width: 100%;
    
        &:hover {
          box-shadow: 0px 0px 67px -5px rgba(0,0,0,0.47);
        }
      }
    }
    
  • URL: /components/raw/button_pdf/_button_pdf.scss
  • Filesystem Path: src/components/atoms/button_pdf/_button_pdf.scss
  • Size: 242 Bytes

There are no notes for this item.