diff --git a/assets/css/main.css b/assets/css/main.css index 3a7d1cd4..5ee334ef 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -331,3 +331,13 @@ table td{ padding: 6px 13px; border: 1px solid #dfe2e5; } + +.feather { + width: 24px; + height: 24px; + stroke: currentColor; + stroke-width: 2; + stroke-linecap: round; + stroke-linejoin: round; + fill: none; +} diff --git a/assets/svg/feather-sprite.svg b/assets/svg/feather-sprite.svg new file mode 100644 index 00000000..b66f76f3 --- /dev/null +++ b/assets/svg/feather-sprite.svg @@ -0,0 +1 @@ + \ No newline at end of file diff --git a/layouts/partials/footer.html b/layouts/partials/footer.html index c685b05b..0e1eb780 100644 --- a/layouts/partials/footer.html +++ b/layouts/partials/footer.html @@ -1,7 +1,7 @@