##// END OF EJS Templates
start to migrate to variables
start to migrate to variables

File last commit:

r9260:95a4d0ad
r9260:95a4d0ad
Show More
variables.less
5 lines | 221 B | text/x-less | LessCssLexer
@corner_radius: 3px;
@notebook_background : white;
@cell_selected_background: darken(@notebook_background, 2%);
@cell_background: darken(@notebook_background, 3.2%);
@border_color: darken(@cell_selected_background, 10%);