<button class="frame-button">menu</button>
<button class="frame-button">menu</button>
/* No context defined for this component. */
  • Content:
    .frame-button {
      @extend .u-button-reset;
      @extend .u-material-icons;
      height: 72px;
      width: 72px;
      padding: 24px;
    
      border-radius: 0;
    
      &:hover  { background-color: hsla(var(--navy-hsl), .1); }
      &:active { 
        color: hsla(var(--white-hsl), 1);
        background-color: hsla(var(--navy-hsl), 1); 
      }
    }
    
  • URL: /components/raw/frame-button/frame-button.scss
  • Filesystem Path: src/components/03-components/frame-button/frame-button.scss
  • Size: 309 Bytes
  • Handle: @frame-button
  • Preview:
  • Filesystem Path: src/components/03-components/frame-button/frame-button.njk

There are no notes for this item.