X-Git-Url: https://juplo.de/gitweb/?a=blobdiff_plain;f=sass%2Fjuplo.scss;h=cd03e363f4dd65d3f942b9e9098446db27c75564;hb=9179a67d9952d3b63e95686dbd6cacd3c9e13cb2;hp=14013167be4d0f9825e9e15f9bde896e1e04bb47;hpb=94f92cd692445bd3bca1707e6db1fe025f5b092b;p=website diff --git a/sass/juplo.scss b/sass/juplo.scss index 14013167..cd03e363 100644 --- a/sass/juplo.scss +++ b/sass/juplo.scss @@ -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,48 @@ body footer { flex-shrink: 0; + display: flex; + justify-content: flex-end; } -main { - flex-grow: 1; - max-width: 768px; - min-width: 568px; +main, +#copyright +{ + flex: 0 1 768px; overflow: hidden; } -nav { - flex-grow: 0; +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; +}