Skip to content

Commit

Permalink
Styled Setup flow
Browse files Browse the repository at this point in the history
  • Loading branch information
jansmolders86 committed Nov 12, 2015
1 parent 0f20dc9 commit 151dfb0
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 1 deletion.
18 changes: 18 additions & 0 deletions public/setup/css/style.css
Original file line number Diff line number Diff line change
@@ -1,3 +1,21 @@
body{
background:#17181a;
}

header, #header {
background:#232428;
border:0;
box-shadow: 0 0 0 0;
}

header h1, #header h1 {
padding:0 75px;
}

input[type=submit]{
margin-left: 190px !important
}

#oauth {
background-color: #0074a2;
}
Expand Down
3 changes: 2 additions & 1 deletion views/finish.jade
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
extends layout

block additional_css
link(rel='stylesheet', href='/setup/css/style.css')
block body
#header
.container
Expand Down

0 comments on commit 151dfb0

Please sign in to comment.