/* all custom SCSS should go into here */ body { overflow-y: scroll; word-wrap: break-word; background-color: #fafafa; } @import "scss/answerbox"; @import "scss/comments"; @import "scss/entry"; @import "scss/navbar"; @import "scss/panel"; @import "scss/user"; @import "scss/notifications"; @import "scss/groups"; .j2-page { padding-top: 30px; } .centre { text-align: center; } .ios-web-app { padding-top: 1em; } #load-more-btn { margin-bottom: 1.5em; } .j2-jumbo { background-color: darken($navbar-inverse-bg, 10%); color: #fff; } .j2-jumbo h1, .j2-jumbo h2, .j2-jumbo h3, .j2-jumbo h4, .j2-jumbo h5, .j2-jumbo h6 { color: #fff; } .j2-jumbo a, .j2-jumbo a:hover { color: #fff; opacity: 0.6; } .j2-jumbo a:hover { opacity: 1; } .j2-jumbo a .btn { opacity: 1; } .smiles { margin-bottom: 7px; } .j2-lh { color: #fff; } .about--moderator { padding-left: 0px; } .about--moderator li { list-style: none; } .j2-up { text-transform: uppercase; } .j2-label { display: inline-block; } .j2-table { display: table; } .input--center { display: table-cell; vertical-align: middle; } .sweet-overlay { z-index: 1031; } #create-group { margin-top: 5px; } .j2-delete { color: $brand-danger; text-decoration: none; } .j2-navbar { margin-bottom: 0px; } @media (max-width: $screen-xs-max) { .j2-col-reset { padding-left: 0px; padding-right: 0px; } }