Next.js template
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

_icon-button.scss 133B

1234567
  1. .c-icon-button {
  2. @include flex-center;
  3. @include outline-none;
  4. @include button-clear;
  5. user-select: none;
  6. cursor: pointer;
  7. }