SCSS Framework (Beta)
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.

11 lines
227 B

8 months ago
  1. .component-button {
  2. padding: .5rem .9rem;
  3. background: linear-gradient(#da0, #c90);
  4. border: 1px solid var(--secondary-color-darker);
  5. border-radius: 5px;
  6. cursor: pointer;
  7. &:hover {
  8. filter: brightness(1.2);
  9. }
  10. }