[Frontend] Styling for Time Conductor v2

Fixes #933
In-progress; fixed SVG text color
This commit is contained in:
Charles Hacskaylo 2016-07-13 08:07:59 -07:00
parent fd29473664
commit 5238aa2731

View File

@ -85,14 +85,13 @@
width: 100%;
svg {
text-rendering: geometricPrecision;
color: transparent;
fill: $c !important; // Todo: figure out why this isn't working
width: 100%; height: 100%;
> g {
font-size: 0.9em;
}
path {display: none;}
line {stroke: $c;}
text { fill: $c; }
}
}
}