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.

21 lines
229 B

3 years ago
  1. /**
  2. *
  3. *
  4. */
  5. .buckets {
  6. &__title {
  7. font-size: 1.6rem;
  8. }
  9. &__item {
  10. transition: transform 0.2s;
  11. a {
  12. &:hover {
  13. color: var(--text);
  14. }
  15. }
  16. }
  17. }