18 lines
No EOL
475 B
Text
18 lines
No EOL
475 B
Text
@theme : purple-theme;
|
|
@base-color : #732C7B;
|
|
@background : fade(@base-color,20%);
|
|
@axis-color : darken(@base-color,20%);
|
|
@stroke-color : darken(@base-color,40%);
|
|
@stroke-width-mouse-focus : 1;
|
|
@stroke-width-height-focus: 2;
|
|
@stroke-width-axis : 2;
|
|
|
|
.rounded-corners (@radius: 5px) {
|
|
-webkit-border-radius: @radius;
|
|
-moz-border-radius: @radius;
|
|
-ms-border-radius: @radius;
|
|
-o-border-radius: @radius;
|
|
border-radius: @radius;
|
|
}
|
|
|
|
@import "../L.Control.Elevation.less"; |