aboutsummaryrefslogtreecommitdiff
path: root/assets
diff options
context:
space:
mode:
authorAlex Shpak <alex-shpak@users.noreply.github.com>2019-08-06 13:04:14 +0200
committerAlex Shpak <alex-shpak@users.noreply.github.com>2019-08-06 13:05:04 +0200
commit3deb5ffc52b0df9ba2b32701d890bea4ab60cb81 (patch)
treeac419daa5de8e9ff5e132f53ef9113df9dd1d77e /assets
parent11d1c44a1a096bc037a122cc3a6d9f5b7d3b793a (diff)
Update screenshots and theme tags
Diffstat (limited to 'assets')
-rw-r--r--assets/book.scss17
1 files changed, 10 insertions, 7 deletions
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 {