##// END OF EJS Templates
make file and other less
make file and other less

File last commit:

r9267:9e8b9fa5
r9270:6b3ae4c1
Show More
variables.less
16 lines | 318 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%);
@borderwidth : 1px;
// utilities mixins
.corner-all {
border-radius:@corner_radius;
}