_base.scss 599 B

123456789101112131415161718192021222324252627282930313233
  1. html {
  2. width: 100%;
  3. height: 100%;
  4. }
  5. body {
  6. width: 100%;
  7. height: 100%;
  8. font-family: $fontopensans;
  9. // pixelperfect
  10. // min-height: 3574px;
  11. // position: relative;
  12. // &:after {
  13. // content: '';
  14. // position: absolute;
  15. // width: 100%;
  16. // height: 100%;
  17. // top: 0;
  18. // left: 0;
  19. // background: url('/pp_index.jpg') 50% 0 no-repeat;
  20. // opacity: .5;
  21. // }
  22. // .wrapper {
  23. // z-index: 100 !important;
  24. // }
  25. }
  26. @media screen and (max-width: 640px) {
  27. .leftbar {
  28. display: none;
  29. }
  30. }