<button class="frame-button">menu</button>
<button class="frame-button">menu</button>
/* No context defined for this component. */
.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);
}
}
There are no notes for this item.