[Fix #1096] Sign in with GitHub page
This commit is contained in:
parent
7c0fdbc9f8
commit
4990595430
6 changed files with 39 additions and 3 deletions
|
@ -16,4 +16,8 @@
|
|||
&.justify-between {
|
||||
justify-content: space-between;
|
||||
}
|
||||
|
||||
&.justify-center {
|
||||
justify-content: center;
|
||||
}
|
||||
}
|
||||
|
|
11
app/assets/stylesheets/new_design/super_admin.scss
Normal file
11
app/assets/stylesheets/new_design/super_admin.scss
Normal file
|
@ -0,0 +1,11 @@
|
|||
@import "constants";
|
||||
|
||||
.super-admin {
|
||||
margin-top: 40px;
|
||||
text-align: center;
|
||||
|
||||
h2 {
|
||||
font-size: 24px;
|
||||
margin-bottom: 4 * $default-spacer;
|
||||
}
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue