Improve sass styles

This commit is contained in:
Alex Shpak
2018-09-28 01:12:07 +02:00
parent cce17bcc99
commit 78bd5938a3
9 changed files with 70 additions and 54 deletions
+1 -1
View File
@@ -8,7 +8,7 @@
{{ define "book-section" }} <!-- Single section of menu (recursive) -->
<ul>
{{ range .Section.Sections }}
<li {{- if .Params.bookrootsection}} class="section" {{ end }}>
<li {{- if .Params.bookflatsection}} class="flat" {{ end }}>
{{- if .Content -}}
{{ template "book-page-link" (dict "Page" . "CurrentPage" $.CurrentPage) }}
{{- else -}}
+4
View File
@@ -0,0 +1,4 @@
<label for="menu-control">
<img src="/svg/menu.svg" />
</label>
<strong>{{- template "title" . }}</strong>