Rift.IO OSM R1 Initial Submission
[osm/UI.git] / skyquake / plugins / composer / src / src / styles / GraphRecordServicePaths.scss
1 .forwarding-graph-paths {
2         &.-is-highlighting {
3                 path.rsp-path {
4                         stroke-opacity: 0.5;
5                 }
6         }
7         path.rsp-path {
8                 fill: transparent;
9                 shape-rendering: geometricPrecision;
10         }
11         path.-is-highlighted {
12                 stroke-width: 4px;
13                 stroke-opacity: 1 !important;
14         }
15 }