formatting

This commit is contained in:
bumi 2020-05-28 12:44:26 +02:00
parent 5a4a3414d2
commit b1588988a7

View File

@ -4,12 +4,9 @@
<div class="svg-icon svg-icon-checkmark inline-svg"> <div class="svg-icon svg-icon-checkmark inline-svg">
<svg xmlns="http://www.w3.org/2000/svg" width="154px" height="154px"> <svg xmlns="http://www.w3.org/2000/svg" width="154px" height="154px">
<g fill="none" stroke-width="2"> <g fill="none" stroke-width="2">
<circle cx="77" cy="77" r="72" style="stroke-dasharray:480px, 480px; stroke-dashoffset: 960px;"> <circle cx="77" cy="77" r="72" style="stroke-dasharray:480px, 480px; stroke-dashoffset: 960px;"></circle>
</circle> <circle id="colored" cx="77" cy="77" r="72" style="stroke-dasharray:480px, 480px; stroke-dashoffset: 960px;"></circle>
<circle id="colored" cx="77" cy="77" r="72" <polyline class="st0" stroke="#fff" stroke-width="10" points="43.5,77.8 63.7,97.9 112.2,49.4 " style="stroke-dasharray:100px, 100px; stroke-dashoffset: 200px;" />
style="stroke-dasharray:480px, 480px; stroke-dashoffset: 960px;"></circle>
<polyline class="st0" stroke="#fff" stroke-width="10" points="43.5,77.8 63.7,97.9 112.2,49.4 "
style="stroke-dasharray:100px, 100px; stroke-dashoffset: 200px;" />
</g> </g>
</svg> </svg>
</div> </div>
@ -18,7 +15,6 @@
<p> <p>
<button onclick="window.history.back()" class="button is-success">Back to previous page</button> <button onclick="window.history.back()" class="button is-success">Back to previous page</button>
<p> <p>
</div> </div>
</div> </div>
</div> </div>