Advertisement
Guest User

Untitled

a guest
Oct 13th, 2019
121
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.26 KB | None | 0 0
  1. $primary: #6699ff
  2.  
  3. button
  4. border: none
  5. border-radius: 0.33rem
  6. padding: 0.5rem 1rem
  7. background-color: $primary
  8. color: white
  9. &:hover
  10. background-color: lighten($primary, 10%)
  11. &:active
  12. background-color: darken($primary, 10%)
  13. &:focus
  14. outline: none
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement