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
353 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. @dimmerColor: rgba(0, 0, 0, 0.4);
  7. @canvasBackground: @lightBlack;
  8. @perspective: 1500px;
  9. @duration: 0.5s;
  10. @easing: ease;
  11. @bottomLayer: 900;
  12. @middleLayer: 901;
  13. @dimmerLayer: 902;
  14. @fixedLayer: 903;
  15. @topLayer: 904;