From 3deb5ffc52b0df9ba2b32701d890bea4ab60cb81 Mon Sep 17 00:00:00 2001 From: Alex Shpak Date: Tue, 6 Aug 2019 13:04:14 +0200 Subject: Update screenshots and theme tags --- assets/book.scss | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) (limited to 'assets') diff --git a/assets/book.scss b/assets/book.scss index b8164e1..5922ab0 100644 --- a/assets/book.scss +++ b/assets/book.scss @@ -140,14 +140,21 @@ ul.pagination { .book-search { position: relative; margin: $padding-16 0; + border-bottom: 1px solid transparent; + + &::after { + display: block; + content: ""; + clear: both; + } input { + width: 100%; + padding: $padding-8; + border: 0; border-radius: $padding-4; - padding: $padding-8; - width: 100%; - background: $gray-100; &:required + .book-search-spinner { @@ -170,10 +177,6 @@ ul.pagination { @include spin(1s); } - - li:last-child { - margin-bottom: $padding-16 * 2; - } } .book-toc { -- cgit v1.2.3