css.wcss 767 B

12345678910111213141516171819202122232425262728293031
  1. {
  2. "nav" : {
  3. "position": "absolute",
  4. "width": "35px",
  5. "height": "381px",
  6. "padding": "5px 0",
  7. "left": "10px",
  8. "bottom": "10px",
  9. "background": "#5c97e1",
  10. "color": "#fff",
  11. "border-radius": "4px",
  12. //"z-index": "10",
  13. "box-shadow": "3px 3px 10px rgba(0, 0, 0, 0.2)",
  14. "transition": "-webkit-transform 0.7s 0.1s ease",
  15. "transition": "transform .7s 0.1s ease"
  16. },
  17. "navButton" : {
  18. "width": "35px",
  19. "height": "24px",
  20. "line-height": "24px",
  21. "text-align": "center",
  22. "margin-top" : "3px",
  23. "background-repeat": "no-repeat",
  24. "background-position-x": "center",
  25. "background-position-y": "center",
  26. "background-color": "#5c97e1"
  27. },
  28. "navButton_over": {
  29. "background-color": "#5A6378"
  30. }
  31. }