forked from External/greenlight
52 lines
599 B
SCSS
52 lines
599 B
SCSS
@import "bootstrap-sprockets";
|
|
@import "bootstrap";
|
|
@import "bootstrap-social";
|
|
@import "font-awesome";
|
|
|
|
|
|
html, body {
|
|
width: 100%;
|
|
height: 100%;
|
|
}
|
|
|
|
.header {
|
|
padding: 20px 40px;
|
|
|
|
.logo {
|
|
max-width: 150px;
|
|
max-height: 50px;
|
|
}
|
|
}
|
|
|
|
.footer {
|
|
padding: 20px;
|
|
}
|
|
|
|
.page-header {
|
|
margin-top: 100px;
|
|
border: 0;
|
|
}
|
|
|
|
.center-panel {
|
|
.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;
|
|
}
|
|
}
|