When I click on the word floorplan it just stays loading and I get an error : Error loading stylesheet
Anybody ?
this is the stylesheet
/* SVG shapes */
svg, svg * {
vector-effect: non-scaling-stroke !important;
pointer-events: all !important;
}
/* Intdoor Temperature */
.temp-in-very-low {
fill: #00a1ff !important;
fill-opacity: 1 !important;
}
.temp-in-low {
fill: #00ddff !important;
fill-opacity: 1 !important;
}
.temp-in-good {
fill: #00c609 !important;
fill-opacity: 1 !important;
}
.temp-in-high {
fill: #ff4c00 !important;
fill-opacity: 1 !important;
}
.temp-in-too-high {
fill: #fe0000 !important;
fill-opacity: 1 !important;
}