forked from External/greenlight
header layout
This commit is contained in:
@ -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
|
||||
*/
|
||||
|
57
app/assets/stylesheets/shared.scss
Normal file
57
app/assets/stylesheets/shared.scss
Normal 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;
|
||||
}
|
||||
}
|
Reference in New Issue
Block a user