##// END OF EJS Templates
not minify option
not minify option

File last commit:

r9284:7c4b99e6
r9300:f83690e8
Show More
variables.less
17 lines | 341 B | text/x-less | LessCssLexer
Matthias BUSSONNIER
start to migrate to variables
r9260 @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%);
Matthias BUSSONNIER
use less for tooltip
r9263 @borderwidth : 1px;
Bussonnier Matthias
use varaible for background color
r9279 @fontBaseColor : black;
Matthias BUSSONNIER
start mixins
r9261
Matthias BUSSONNIER
remove trailing whitespace
r9284 // utilities mixins
Matthias BUSSONNIER
start mixins
r9261
.corner-all {
border-radius:@corner_radius;
}