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