[Web] Replace country flags, improve flags for last logins, add info about last password change of a user

This commit is contained in:
andryyy
2021-06-08 13:16:10 +02:00
parent f7bbbde8c9
commit da20d5dc38
538 changed files with 34390 additions and 42 deletions

View File

@@ -0,0 +1,13 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-dj" viewBox="0 0 512 512">
<defs>
<clipPath id="a">
<path fill-opacity=".7" d="M55.4 0H764v708.7H55.4z"/>
</clipPath>
</defs>
<g fill-rule="evenodd" clip-path="url(#a)" transform="translate(-40) scale(.722)">
<path fill="#0c0" d="M0 0h1063v708.7H0z"/>
<path fill="#69f" d="M0 0h1063v354.3H0z"/>
<path fill="#fffefe" d="M0 0l529.7 353.9L0 707.3V0z"/>
<path fill="red" d="M221.2 404.3l-42.7-30.8-42.4 31 15.8-50.3-42.4-31.2 52.4-.4 16.3-50.2 16.6 50 52.4.2-42.1 31.4 16 50.3z"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 585 B