[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,16 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" id="flag-icon-css-mm" viewBox="0 0 640 480">
<defs>
<path id="a" fill="#fff" d="M0-.5l.2.5h-.4z" transform="scale(8.844)"/>
<g id="b">
<use width="18" height="12" transform="rotate(-144)" xlink:href="#a"/>
<use width="18" height="12" transform="rotate(-72)" xlink:href="#a"/>
<use width="18" height="12" xlink:href="#a"/>
<use width="18" height="12" transform="rotate(72)" xlink:href="#a"/>
<use width="18" height="12" transform="rotate(144)" xlink:href="#a"/>
</g>
</defs>
<path fill="#fecb00" d="M0-.1h640V160H0z"/>
<path fill="#ea2839" d="M0 320h640v160H0z"/>
<path fill="#34b233" d="M0 160h640v160H0z"/>
<use width="18" height="12" x="9" y="6.4" transform="matrix(40 0 0 40 -40 0)" xlink:href="#b"/>
</svg>

After

Width:  |  Height:  |  Size: 848 B