mirror of https://github.com/akveo/blur-admin
refactor(lineMaps): change colors
parent
a3534007db
commit
ae5677eab2
|
@ -23,7 +23,7 @@
|
||||||
linkToObject: 'london',
|
linkToObject: 'london',
|
||||||
images: [ {
|
images: [ {
|
||||||
id: 'london',
|
id: 'london',
|
||||||
color: layoutColors.primaryDark,
|
color: layoutColors.warningBg,
|
||||||
svgPath: targetSVG,
|
svgPath: targetSVG,
|
||||||
title: 'London',
|
title: 'London',
|
||||||
latitude: 51.5002,
|
latitude: 51.5002,
|
||||||
|
@ -85,7 +85,7 @@
|
||||||
label: 'show flights from Vilnius',
|
label: 'show flights from Vilnius',
|
||||||
left: 106,
|
left: 106,
|
||||||
top: 70,
|
top: 70,
|
||||||
labelColor: layoutColors.primaryDark,
|
labelColor: layoutColors.warningBg,
|
||||||
labelRollOverColor: layoutColors.danger,
|
labelRollOverColor: layoutColors.danger,
|
||||||
labelFontSize: 11,
|
labelFontSize: 11,
|
||||||
linkToObject: 'vilnius'
|
linkToObject: 'vilnius'
|
||||||
|
@ -94,7 +94,7 @@
|
||||||
|
|
||||||
{
|
{
|
||||||
id: 'vilnius',
|
id: 'vilnius',
|
||||||
color: layoutColors.primaryDark,
|
color: layoutColors.warningBg,
|
||||||
svgPath: targetSVG,
|
svgPath: targetSVG,
|
||||||
title: 'Vilnius',
|
title: 'Vilnius',
|
||||||
latitude: 54.6896,
|
latitude: 54.6896,
|
||||||
|
@ -153,7 +153,7 @@
|
||||||
label: 'show flights from London',
|
label: 'show flights from London',
|
||||||
left: 106,
|
left: 106,
|
||||||
top: 70,
|
top: 70,
|
||||||
labelColor: layoutColors.primaryDark,
|
labelColor: layoutColors.warningBg,
|
||||||
labelRollOverColor: layoutColors.danger,
|
labelRollOverColor: layoutColors.danger,
|
||||||
labelFontSize: 11,
|
labelFontSize: 11,
|
||||||
linkToObject: 'london'
|
linkToObject: 'london'
|
||||||
|
@ -248,13 +248,13 @@
|
||||||
},
|
},
|
||||||
|
|
||||||
areasSettings: {
|
areasSettings: {
|
||||||
unlistedAreasColor: layoutColors.warning
|
unlistedAreasColor: layoutColors.info
|
||||||
},
|
},
|
||||||
|
|
||||||
imagesSettings: {
|
imagesSettings: {
|
||||||
color: layoutColors.danger,
|
color: layoutColors.danger,
|
||||||
rollOverColor: layoutColors.danger,
|
rollOverColor: layoutColors.danger,
|
||||||
selectedColor: layoutColors.primaryDark
|
selectedColor: layoutColors.warningBg
|
||||||
},
|
},
|
||||||
|
|
||||||
linesSettings: {
|
linesSettings: {
|
||||||
|
|
Loading…
Reference in New Issue