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.
 
 
 

21 lines
415 B

/*******************************
Sidebar
*******************************/
@sidebarWidth: 260px;
@sidebarBackground: @black;
@sidebarTransition: transform 0.5s linear;
@dimmerColor: rgba(0, 0, 0, 0.4);
@canvasBackground: @lightBlack;
@pageBackground: @bodyBackground;
@perspective: 1500px;
@duration: 0.5s;
@easing: ease;
@bottomLayer: 1001;
@middleLayer: 1002;
@dimmerLayer: 1003;
@topLayer: 1004;