Switched to SVG graphics for scalability

(cherry picked from commit 6cb43cac824d57e0ebafc3b00bb15104ff78d4be)
This commit is contained in:
Ashley M. Kirchner
2016-07-09 05:11:50 -06:00
parent 35ec98cf13
commit c1055234d8
22 changed files with 17 additions and 5 deletions

View File

@@ -65,10 +65,10 @@
position: absolute;
top: 50%;
left: 50%;
margin: -38% -1px 0 0; /* numbers must match negative length & thickness */
padding: 38% 1px 0; /* indicator length & thickness */
background: red;
margin: -38% -1px 0 0; /* numbers must match negative length & thickness */
padding: 38% 1px 0 0; /* indicator length & thickness */
background: #888888;
-webkit-transform-origin: 50% 100%;
-ms-transform-origin: 50% 100%;
transform-origin: 50% 100%;
}
}