Implement Sass (#568)
* Move all images to assets/img * Move all scripts to assets/js * Move all webfonts to assets/webfonts * Move all files to assets/files * Move css to assets/css and add imports * Adjust all references to assets folder * Fix tor icon path * Rewrite custom css to sass and add variables * Change ?v on style.css to 5. * Enable Sass minification * Remove CryptoPaper-full.7z
This commit is contained in:

committed by
Samuel Shifterovich

parent
81a659dd09
commit
520e28626a
14
assets/img/flags/tg.svg
Executable file
14
assets/img/flags/tg.svg
Executable file
@ -0,0 +1,14 @@
|
||||
<svg xmlns="http://www.w3.org/2000/svg" height="480" width="640">
|
||||
<defs>
|
||||
<clipPath id="a">
|
||||
<path fill-opacity=".67" d="M0 0h682.67v512H0z"/>
|
||||
</clipPath>
|
||||
</defs>
|
||||
<g clip-path="url(#a)" fill-rule="evenodd" transform="scale(.9375)">
|
||||
<path fill="#ffe300" d="M0 0h767.63v512H0z"/>
|
||||
<path fill="#118600" d="M0 208.14h767.63v102.81H0zM0 .248h767.63v102.81H0z"/>
|
||||
<path fill="#d80000" d="M0 .248h306.51v310.71H0z"/>
|
||||
<path d="M134.42 128.43c0-.856 18.836-53.083 18.836-53.083l17.124 52.227s57.365 1.713 57.365.856-45.378 34.248-45.378 34.248 21.404 59.933 20.549 58.221c-.856-1.712-49.659-35.96-49.659-35.96s-49.658 34.248-48.802 34.248c.856 0 18.835-56.508 18.835-56.508l-44.522-33.392 55.652-.856z" fill="#fff"/>
|
||||
<path fill="#118600" d="M0 409.19h767.63V512H0z"/>
|
||||
</g>
|
||||
</svg>
|
After Width: | Height: | Size: 809 B |
Reference in New Issue
Block a user