Guest User

Untitled

a guest
Jan 22nd, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.76 KB | None | 0 0
  1. +keyframes(spin)
  2. 0%
  3. transform: rotate(0deg)
  4. 100%
  5. transform: rotate(360deg)
  6.  
  7. .loader
  8. background: none repeat scroll 0 0 #222
  9. bottom: 0
  10. height: 100%
  11. left: 0
  12. position: fixed
  13. right: 0
  14. top: 0
  15. width: 100%
  16. z-index: 9999
  17. .loader_inner
  18. bottom: 16px solid #f3f3f3
  19. border-radius: 50%
  20. border-top: 10px solid #666
  21. border-bottom: 10px solid #666
  22. border-right: 16px solid #666
  23. border-left: 16px solid #fff
  24. width: 120px
  25. height: 120px
  26. animation: spin 1s linear infinite
  27. left: 50%
  28. top: 50%
  29. position: absolute
  30. //_media.sass
  31. // .loader_inner
  32. // border-top: 5px solid #888
  33. // border-bottom: 5px solid #888
  34. // border-right: 8px solid #888
  35. // border-left: 8px solid #fff
  36. // height: 64px
  37. // width: 64px
  38. // left: calc(50% - 32px)
  39. // top: calc(50% - 32px)
Add Comment
Please, Sign In to add comment