Fix react/night mode css

This commit is contained in:
Berkeley Martinez
2016-04-08 17:27:13 -07:00
parent 378e325ee4
commit bfafd19835

View File

@ -54,21 +54,17 @@ html {
border-color: @brand-primary; border-color: @brand-primary;
} }
body {
display: none;
}
body.full-screen-body-background { body.full-screen-body-background {
background-color: @body-bg; background-color: @body-bg;
} }
body.top-and-bottom-margins { body.top-and-bottom-margins {
padding-top: 80px; padding-top: 80px;
margin-bottom: 60px; margin-bottom: 60px;
} }
body.no-top-and-bottom-margins { body.no-top-and-bottom-margins {
display: none;
margin: 75px 20px 0px 20px; margin: 75px 20px 0px 20px;
} }