Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SVG icons system #740 #781

Merged
merged 12 commits into from
May 5, 2020
Prev Previous commit
Next Next commit
Contributor rectangles background is now a base64 encoded SVG
  • Loading branch information
catalinred committed May 3, 2020
commit 889afffb64c4931bbf6e7c1dbbe5d8468faa4707
4 changes: 2 additions & 2 deletions src/static/css/index.css
Original file line number Diff line number Diff line change
Expand Up @@ -182,8 +182,8 @@ p {
display: flex;
align-items: center;
justify-content: space-between;
background-image: url("/static/images/rectangles.png");
background-position: -250px center;
background-image: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSIzMDIiIGhlaWdodD0iMzMwIiB2aWV3Qm94PSIwIDAgMzAyIDMzMCI+CiAgPHBhdGggb3BhY2l0eT0iLjMiIGZpbGw9IiNmN2Y3NzkiIGQ9Ik0tMTcxMiAyNTdIMjI1djczaC0xOTM3eiIvPgogIDxwYXRoIG9wYWNpdHk9Ii45IiBmaWxsPSIjYThjYWJhIiBkPSJNLTE2NDAgMTM2SDI5N3Y3M2gtMTkzN3oiLz4KICA8cGF0aCBvcGFjaXR5PSIuOSIgZmlsbD0iI2Y3Zjc3OSIgZD0iTS0xNjc3IDE2NkgyNjB2NzNoLTE5Mzd6Ii8+CiAgPHBhdGggb3BhY2l0eT0iLjkiIGZpbGw9IiM0YTMyNDQiIGQ9Ik0tMTc3MiAzSDE2NXY3M2gtMTkzN3oiLz4KPC9zdmc+);
background-position: -150px center;
background-repeat: no-repeat;
padding-left: 180px;
}
Expand Down
Binary file removed src/static/images/rectangles.png
Binary file not shown.