Added list of available locales to locale not available page

This commit is contained in:
Godwin
2016-07-01 18:37:53 -07:00
parent 34b042c3c1
commit 9f45bef94f
3 changed files with 22 additions and 5 deletions
+12
View File
@@ -1725,6 +1725,18 @@ $header-tilt: 8deg;
}
}
body.error-locale-not-available {
.locales {
list-style: none;
padding: 0;
text-align: center;
li {
margin-bottom: 1em;
}
}
}
body {
#primary-content {
@include _(transition, 'filter 250ms ease-in-out, -webkit-filter 250ms ease-in-out');