summaryrefslogtreecommitdiff
path: root/style.scss
blob: 89c2bb7a539fa34f3b6b190df6309bebb5502dd7 (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. // fill width and height - with black edges as needed
  13. .videocontainer {
  14. position: absolute;
  15. top: 0;
  16. left: 0;
  17. width: 100%;
  18. height: 100%;
  19. background-color: #000;
  20. z-index: 999;
  21. }
  22. video {
  23. display: block;
  24. width: 100%;
  25. height: 100%;
  26. }