No Description
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.

_button.scss 210B

12345678
  1. // button
  2. .button_dark{
  3. clip-path: polygon(75% 0, 86% 30%, 99% 66%, 100% 100%, 0 100%, 0 61%, 0 0);
  4. padding-right: 1.7rem;
  5. padding-bottom: 0.6rem;
  6. padding-top: 0.6rem;
  7. border-radius: 10px;
  8. }