set wide layout background to white
This commit is contained in:
@ -29,6 +29,10 @@ html {
|
|||||||
min-height: 100%;
|
min-height: 100%;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body.full-screen-body-background {
|
||||||
|
background-color: #eeeeee;
|
||||||
|
}
|
||||||
|
|
||||||
body.top-and-bottom-margins {
|
body.top-and-bottom-margins {
|
||||||
padding-top: 80px;
|
padding-top: 80px;
|
||||||
margin-bottom: 60px;
|
margin-bottom: 60px;
|
||||||
|
@ -17,8 +17,6 @@ block content
|
|||||||
script(src='/js/lib/bonfire/bonfireInit.js')
|
script(src='/js/lib/bonfire/bonfireInit.js')
|
||||||
|
|
||||||
|
|
||||||
.panel.panel-primary.panel-bonfire
|
|
||||||
.panel.panel-body
|
|
||||||
.row
|
.row
|
||||||
.col-xs-12.col-sm-12.col-md-3
|
.col-xs-12.col-sm-12.col-md-3
|
||||||
#testCreatePanel
|
#testCreatePanel
|
||||||
|
@ -16,7 +16,7 @@ html(ng-app='profileValidation', lang='en')
|
|||||||
meta(name='csrf-token', content=_csrf)
|
meta(name='csrf-token', content=_csrf)
|
||||||
!= css('main')
|
!= css('main')
|
||||||
|
|
||||||
body.no-top-and-bottom-margins
|
body.no-top-and-bottom-margins.full-screen-body-background
|
||||||
include partials/navbar-wide
|
include partials/navbar-wide
|
||||||
include partials/flash
|
include partials/flash
|
||||||
block content
|
block content
|
||||||
|
Reference in New Issue
Block a user