[Fix #1096] Sign in with GitHub page

This commit is contained in:
Mathieu Magnin 2017-12-21 11:41:44 +01:00
parent 7c0fdbc9f8
commit 4990595430
6 changed files with 39 additions and 3 deletions

View file

@ -16,4 +16,8 @@
&.justify-between {
justify-content: space-between;
}
&.justify-center {
justify-content: center;
}
}

View file

@ -0,0 +1,11 @@
@import "constants";
.super-admin {
margin-top: 40px;
text-align: center;
h2 {
font-size: 24px;
margin-bottom: 4 * $default-spacer;
}
}