WIP:bulma:neu
[website] / sass / juplo.scss
index 1401316..2511b21 100644 (file)
@@ -66,6 +66,10 @@ $button-hover-border-color: #000 !important;
   color: #ccc;
   background-color: #fff;
 }
+#navigation li.s > ul.selected
+{
+  margin-top: 1em;
+}
 #navigation li.s > a.selected:after,
 #navigation li.s > a.leaf:after,
 #navigation li.s > strong.selected:after,
@@ -117,14 +121,46 @@ body
 footer
 {
   flex-shrink: 0;
+  display: flex;
+  justify-content: flex-end;
 }
-main {
+main,
+#copyright
+{
   flex-grow: 1;
   max-width: 768px;
   min-width: 568px;
   overflow: hidden;
 }
-nav {
+nav,
+#footerlinks
+{
   flex-grow: 0;
   min-width: 293px;
 }
+
+
+input[type=submit],
+input[type=reset]
+{
+  @extend .button;
+}
+input[type=text],
+input[type=password],
+input[type=email],
+input[type=tel]
+{
+  @extend .input;
+}
+textarea
+{
+  @extend .textarea;
+}
+select
+{
+  // @extend .select;
+}
+input[type=file]
+{
+  // @extend .file-input;
+}