header layout

This commit is contained in:
Zachary Chai
2016-10-24 10:56:57 -04:00
parent 50e98e4bcd
commit 3529e97a08
3 changed files with 91 additions and 5 deletions

View File

@ -10,8 +10,8 @@
* files in this directory. Styles in this file should be added after the last require_* statement.
* It is generally better to create a new file per style scope.
*
*= require_tree .
*= require jquery-ui
*= require dataTables/jquery.dataTables
*= require_tree .
*= require_self
*/

View File

@ -0,0 +1,57 @@
@import "bootstrap-sprockets";
@import "bootstrap";
@import "bootstrap-social";
@import "font-awesome";
html, body {
width: 100%;
height: 100%;
}
.header {
margin: 20px 40px;
.logo {
max-width: 150px;
max-height: 50px;
}
}
.footer {
margin: 20px;
}
.page-header {
margin-top: 60px;
border: 0;
}
.vertical-center {
display: inline-block;
vertical-align: middle;
float: none;
}
.content-box {
.center-block {
float: none;
}
.input-spacing {
margin-top: 15px;
}
.panel-footer {
padding: 35px;
background-color: white;
}
.panel-body {
padding-bottom: 40px;
}
.title-wrapper {
margin-bottom: 30px;
}
}