Leaflet.Elevation PR merged (not released, use master)
This commit is contained in:
parent
647dc26e1b
commit
d05bd937f3
15 changed files with 1152 additions and 18 deletions
18
bower_components/Leaflet.Elevation/src/css/themes/purple.less
vendored
Normal file
18
bower_components/Leaflet.Elevation/src/css/themes/purple.less
vendored
Normal file
|
|
@ -0,0 +1,18 @@
|
|||
@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";
|
||||
Loading…
Add table
Add a link
Reference in a new issue