Commit c027c257 authored by chdorner's avatar chdorner

Move inline style of SVG symbols into CSS file

Since we are not allowing inline styles with our CSP policy.
parent 7f0b977d
......@@ -22,3 +22,7 @@
.u-strong {
font-weight: bold;
}
.u-hidden {
display: none;
}
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment