Guest User

Untitled

a guest
Jun 19th, 2018
90
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. .progressbar_content_box {
  2. position: relative;
  3. width: auto;
  4. border: 1px solid;
  5. height: 90px;
  6. top: 30px;
  7. background-color: #1a1a1a;
  8.  
  9. .progressbar_box {
  10. position: relative;
  11.  
  12. span {
  13. position: relative;
  14. border: 1px solid;
  15.  
  16. &.media {
  17. padding-top: 3px;
  18. color: #f7f7f7;
  19. top: 0px;
  20. left: 0px;
  21. }
  22.  
  23. &.now {
  24. padding: 3px 0 0 3px;
  25. color: #f7f7f7;
  26. top: 0px;
  27. left: 0px;
  28. }
  29.  
  30. &.find {
  31. top: 0px;
  32. right: 0px;
  33. float: right;
  34. }
  35. }
  36. }
  37. }
Add Comment
Please, Sign In to add comment