summaryrefslogtreecommitdiff
path: root/style.scss
blob: c17a8dc1b104c323a45b1466c20ed1bf7f864d54 (plain)
  1. @import "bootstrap-compass";
  2. @import "partials/base";
  3. @import "bootstrap";
  4. // padding needed with fixed navbar
  5. body {
  6. padding-top: 70px;
  7. }
  8. .breadcrumb
  9. #backlinks {
  10. display: none;
  11. }
  12. .jumbotron {
  13. background-color: $brand-info;
  14. }
  15. .well {
  16. background-color: $gray;
  17. }
  18. // fill width and height - with black edges as needed
  19. .videocontainer {
  20. position: absolute;
  21. top: 0;
  22. left: 0;
  23. width: 100%;
  24. height: 100%;
  25. background-color: #000;
  26. z-index: 999;
  27. }
  28. video {
  29. display: block;
  30. width: 100%;
  31. height: 100%;
  32. }