[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,12 @@
<svg xmlns="http://www.w3.org/2000/svg" id="flag-icon-css-cd" viewBox="0 0 512 512">
<defs>
<clipPath id="a">
<path fill="#fff" d="M0-88h600v600H0z"/>
</clipPath>
</defs>
<g clip-path="url(#a)" transform="matrix(.853 0 0 .853 0 75.1)">
<path fill="#007fff" d="M0-88h800v600H0z"/>
<path fill="#f7d618" d="M36 32h84l26-84 26 84h84l-68 52 26 84-68-52-68 52 26-84-68-52zM750-88L0 362v150h50L800 62V-88h-50"/>
<path fill="#ce1021" d="M800-88L0 392v120L800 32V-88"/>
</g>
</svg>

After

Width:  |  Height:  |  Size: 507 B