Improved stcky footer, removed nav on unavailable locale pages, added facebook meta image

This commit is contained in:
Godwin
2016-07-01 18:17:04 -07:00
parent fe0c9bbfa6
commit 34b042c3c1
4 changed files with 31 additions and 1 deletions
+25 -1
View File
@@ -988,6 +988,10 @@ ul.warnings li,
font-size: 0.6333em;
}
}
body.error-locale-not-available & {
display: none;
}
}
.logo {
@@ -1019,6 +1023,10 @@ ul.warnings li,
overflow: hidden;
text-overflow: ellipsis;
}
body.error-locale-not-available & {
display: none;
}
}
}
@@ -1368,6 +1376,7 @@ ul.warnings li,
position: relative;
background-color: $white;
padding-bottom: rems(2);
flex: 1;
article {
padding: rems(2.5) 0;
@@ -1493,6 +1502,11 @@ a.logo {
font-size: 1.15em;
}
}
.secondary {
font-size: 0.85em;
line-height: 2em;
}
}
$header-tilt: 8deg;
@@ -1703,11 +1717,21 @@ $header-tilt: 8deg;
padding: 0;
list-style: none;
}
body.error-locale-not-available & {
.github, .facebook, .locales {
visibility: hidden;
}
}
}
body {
#primary-content {
@include _(transition, 'filter 250ms ease-in-out, -webkit-filter 250ms ease-in-out');
display: flex;
flex-direction: column;
min-height: 100vh;
overflow: hidden;
}
&.has-overlay {
@@ -3301,7 +3325,7 @@ html[data-ontop] {
#main {
padding-left: $sidebar-width;
min-height: 100vh;
//min-height: 100vh;
}
#header-title {