You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

20 lines
415 B

10 years ago
10 years ago
10 years ago
10 years ago
10 years ago
  1. /*******************************
  2. Sidebar
  3. *******************************/
  4. @sidebarWidth: 260px;
  5. @sidebarBackground: @black;
  6. @sidebarTransition: transform 0.5s linear;
  7. @dimmerColor: rgba(0, 0, 0, 0.4);
  8. @canvasBackground: @lightBlack;
  9. @pageBackground: @bodyBackground;
  10. @perspective: 1500px;
  11. @duration: 0.5s;
  12. @easing: ease;
  13. @bottomLayer: 1001;
  14. @middleLayer: 1002;
  15. @dimmerLayer: 1003;
  16. @topLayer: 1004;