From bd794790cc6347d676ca5cc721c3032a0e9458f8 Mon Sep 17 00:00:00 2001 From: James Mills Date: Sun, 31 Jan 2021 14:50:25 +1000 Subject: [PATCH] Add missing icnos --- internal/static/css/03-icons.css | 52 ++++++++++++++++++++++++++++++++ internal/templates/base.html | 9 ------ 2 files changed, 52 insertions(+), 9 deletions(-) diff --git a/internal/static/css/03-icons.css b/internal/static/css/03-icons.css index 5dcaf44..0d5d441 100644 --- a/internal/static/css/03-icons.css +++ b/internal/static/css/03-icons.css @@ -103,3 +103,55 @@ i.icss-gear:after { transform: translate(-50%, -50%) rotate(45deg); box-shadow: .42em 0, -.42em 0, 0 .42em, 0 -.42em; } +i.icss-exit { + width: .6em; + height: .8em; + background-color: transparent; + box-shadow: inset 0 0 0 .065em; + border-radius: .05em; + margin: .1em .3em .1em .1em; +} +i.icss-exit:before { + width: .4em; + height: .8em; + transform: perspective(1em) rotateY(-30deg); + transform-origin: 0 50%; + box-shadow: + inset -.06em .37em, + inset .24em .37em, + inset -.06em -.36em, + inset .24em -.36em; + border-radius: .03em; + top: 0; + left: 0; +} +i.icss-exit:after { + width: .36em; + height: .36em; + border: .18em solid transparent; + border-right-color: currentColor; + transform: translateY(-50%); + box-shadow: .16em 0 0 -.08em; + top: 50%; + left: .45em; +} +i.icss-bars{ + margin: .41em 0; +} +i.icss-bars, +i.icss-bars:before, +i.icss-bars:after { + width: 1em; + height: .18em; + border-radius: .06em; + background-color: currentColor; +} + +i.icss-bars:before { + top: -0.36em; + left: 0; +} +i.icss-bars:after{ + top: 0.36em; + left: 0; +} diff --git a/internal/templates/base.html b/internal/templates/base.html index a2afea4..9f77721 100644 --- a/internal/templates/base.html +++ b/internal/templates/base.html @@ -33,15 +33,6 @@