From 7ffc817ccc6dadd67d15a289f6edd97d7f5d4cbb Mon Sep 17 00:00:00 2001 From: fabrixxm Date: Fri, 16 Oct 2020 11:44:26 +0200 Subject: Aggiorna template web - link ai repository - qualche iconcina, che ci sta --- templates/web/base.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) (limited to 'templates/web/base.html') diff --git a/templates/web/base.html b/templates/web/base.html index bbb6d93..49635b8 100644 --- a/templates/web/base.html +++ b/templates/web/base.html @@ -80,6 +80,27 @@ text-align: center; } + /* ----- + SVG Icons - svgicons.sparkk.fr + ----- */ + + .svg-icon { + width: 1em; + height: 1em; + vertical-align:middle; + } + + .svg-icon path, + .svg-icon polygon, + .svg-icon rect { + fill: #828282; + } + + .svg-icon circle { + stroke: #828282; + stroke-width: 1; + } + {% block extrahead %}{% endblock %} @@ -93,5 +114,13 @@ + -- cgit v1.2.3