Advertisement
Guest User

Untitled

a guest
May 9th, 2018
148
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.84 KB | None | 0 0
  1. #wrapper
  2. background: #F7F7F7
  3.  
  4. .tournament-card
  5. background: #fff
  6. box-shadow: 0 0 7px 0 rgba(0, 0, 0, 0.11)
  7.  
  8. .card-title
  9. background-color: $dark-prim
  10. padding: 2rem
  11.  
  12. h1
  13. color: #fff
  14. text-align: center
  15. font-size: 1.2rem
  16.  
  17. .container
  18. padding: 3rem 2.5rem 3rem
  19. background-color: red
  20.  
  21.  
  22. .options
  23. color: $grey
  24. margin-bottom: 1.5rem
  25.  
  26.  
  27. button
  28. cursor: pointer
  29. font-size: 1.2rem
  30. color: $prim
  31. border-radius: 4rem
  32. display: block
  33. width: 100%
  34. background: transparent
  35. border: 2px solid $prim
  36. padding: 0.9rem 0 1.1rem
  37. transition: color .5s, border-color .5s
  38. margin-top: 3rem
  39.  
  40. &:hover, &:focus
  41. background: $dark-prim
  42. color: white
  43.  
  44. &:active
  45. transform: translateY(1px)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement