blob: c17a8dc1b104c323a45b1466c20ed1bf7f864d54 (
plain)
- @import "bootstrap-compass";
- @import "partials/base";
- @import "bootstrap";
- // padding needed with fixed navbar
- body {
- padding-top: 70px;
- }
- .breadcrumb
- #backlinks {
- display: none;
- }
- .jumbotron {
- background-color: $brand-info;
- }
- .well {
- background-color: $gray;
- }
- // fill width and height - with black edges as needed
- .videocontainer {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- background-color: #000;
- z-index: 999;
- }
- video {
- display: block;
- width: 100%;
- height: 100%;
- }
|