WIP:bulma:neu
[website] / dist / templates / layout.html
index 6e12044..e94fd0f 100644 (file)
             <img src="/img/logo.svg" alt="juplo" class="logo">
           </a>
 <span class="icon">
-    <i class="fas fa-home"></i>
+  <i class="fas fa-home"></i>
+</span>
+<button class="button is-primary is-rounded">
+  <span class="icon">
+    <i class="fas fa-arrow-circle-down fa-2x"></i>
   </span>
+  <span class="ml-2 has-text-weight-bold">Primary</span>
+</button>
+<button class="button is-primary is-rounded">
+  <span class="mr-3 has-text-weight-bold">Primary</span>
+  <span class="icon">
+    <i class="fas fa-arrow-circle-down fa-2x"></i>
+  </span>
+</button>
           <ul th:with="
                 len=${crumbs == null} ? 0 : ${crumbs.size()},
                 parent=${crumbs == null} ? '' : ${crumbs[0]},
                 submenu=${_childs.get(parent)},
                 pos=1"
               id="navigation"
-              class="s"
-              th:class="'s' + (${len == 1 or (len == 2 and _childs.get(uri) == null)} ? ' selected' : '')">
+              class="s has-text-right"
+              th:class="'has-text-right s' + (${len == 1 or (len == 2 and _childs.get(uri) == null)} ? ' selected' : '')">
             <li th:fragment="submenu(submenu, parent, pos)"
                 th:each="entry : ${submenu}"
                 th:with="