Advertisement
Guest User

Untitled

a guest
Jun 26th, 2019
81
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. .button
  2. font-family: 'PT Sans', sans-serif
  3. letter-spacing: 0.32px
  4. line-height: 0
  5. display: inline-block
  6. color: #fff
  7. text-decoration: none
  8. background-color: $accent
  9. padding: 27.5px 65px
  10. font-size: 18px
  11. font-weight: 700
  12. border: none
  13. border-radius: 5px
  14. text-align: center
  15. cursor: pointer
  16. &:hover
  17. background-color: lighten($accent, 3%)
  18. &:active
  19. background-color: darken($accent, 3%)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement