test Drupal site working on Koality Theme Builder
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.

22 lines
379 B

  1. .button {
  2. background-color: $button-color;
  3. display: inline-block;
  4. padding: $button-padding;
  5. color: $color-white;
  6. text-decoration: none;
  7. font-size: 14px;
  8. text-transform: uppercase;
  9. &:hover {
  10. text-decoration: none;
  11. }
  12. a {
  13. display: inline-block;
  14. color: $color-white;
  15. text-decoration: none;
  16. &:hover {
  17. text-decoration: none;
  18. }
  19. }
  20. }