Guest User

Untitled

a guest
May 21st, 2018
138
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. a.tab-button
  2. position: relative
  3. text-decoration: none
  4. display: block
  5. float: left
  6. color: #fff
  7. text-align: center
  8. padding: 5px 0 7px
  9. line-height: 1.2em
  10. padding: 6px 2px 6px 3px
  11. font-weight: bold
  12. font-family: Helvetica, Arial, sans-serif
  13. +text-shadow(black 1px 1px 0)
  14. font-size: 12px
  15. background: #ac322f
  16. +box-shadow(0 0 0 1px rgba(0, 0, 0, 0.1) inset, 0 1px 0 #ac322f inset, 0 2px 1px rgba(255, 255, 255, 0.2) inset)
  17. margin-top: 7px
  18.  
  19. &:first-child
  20. margin-left: 0
  21. +border-radius(4px 0 0 0)
  22.  
  23. &.posts
  24. width: 111px
  25.  
  26. &.events
  27. width: 90px
  28.  
  29. &.announcements
  30. width: 113px
  31.  
  32. &.groupPosts
  33. width: 83px
  34.  
  35. &.users
  36. width: 73px
  37. height: 15px
  38. padding: 10px 0 15px 0
  39. +border-radius(0 4px 0 0)
  40.  
  41. &.users.current
  42. padding: 15px 0 13px 0
Add Comment
Please, Sign In to add comment