WIP:bulma:neu
[website] / sass / juplo.scss
index 45389f3..cd03e36 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,
@@ -111,8 +115,54 @@ body
 #page
 {
   flex: 1 0 auto;
+  display: flex;
+  justify-content: flex-end;
 }
 footer
 {
   flex-shrink: 0;
+  display: flex;
+  justify-content: flex-end;
+}
+main,
+#copyright
+{
+  flex: 0 1 768px;
+  overflow: hidden;
+}
+nav,
+#footerlinks
+{
+  flex: 0 0 293px ;
+  min-width: 293px;
+}
+
+
+label
+{
+  @extend .label;
+}
+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;
 }