From b065e0aead1c019a4d24abbc1265ec9afb39b15d Mon Sep 17 00:00:00 2001 From: codecalm Date: Sun, 31 May 2020 20:08:15 +0200 Subject: iconfont search --- .build/iconfont.html | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to '.build') diff --git a/.build/iconfont.html b/.build/iconfont.html index a61a6ad..9026029 100644 --- a/.build/iconfont.html +++ b/.build/iconfont.html @@ -39,6 +39,8 @@ background: #fff; box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .1); border-radius: 3px; + border-top-right-radius: 0; + border-top-left-radius: 0; } .tabler-icons { @@ -84,6 +86,20 @@ margin: 2rem 0 3rem; } + .search-bar { + padding: 0.75rem 1.5rem; + background: #fff; + box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .1); + border-radius: 3px; + border-bottom-left-radius: 0px; + border-bottom-right-radius: 0px; + } + .search-bar input[name=search]{ + padding:0.5rem; + background: #fafbfc; + box-shadow: 0 0 0 1px rgba(0, 0, 0, .05), 0 1px 1px rgba(0, 0, 0, .1); + width:100%; + } @@ -96,6 +112,10 @@

version <%= v %>

+ +
<% glyphs.forEach(function(glyph) { %> @@ -112,6 +132,25 @@
+ -- cgit v1.2.1