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

/*******************************
Sidebar
*******************************/
@sidebarWidth: 260px;
@sidebarBackground: @black;
@dimmerColor: rgba(0, 0, 0, 0.4);
@canvasBackground: @lightBlack;
@perspective: 1500px;
@duration: 0.5s;
@easing: ease;
@bottomLayer: 900;
@middleLayer: 901;
@dimmerLayer: 902;
@fixedLayer: 903;
@topLayer: 904;