openreplay/frontend/app/components/Dashboard/Widgets/PredefinedWidgets/SpeedIndexByLocation/SpeedIndexByLocation.css
2022-04-15 12:35:29 +02:00

21 lines
No EOL
308 B
CSS

.maps {
height: auto;
width: 110%;
stroke: $gray-medium;
stroke-width: 1;
stroke-linecap: round;
stroke-linejoin: round;
margin-top: -20px;
}
.location {
fill: $gray-light !important;
cursor: pointer;
&:focus,
&:hover {
fill: #b8e2b3;
outline: 0;
}
}