main.scss 472 B

123456789101112131415161718192021222324252627
  1. html, body, #app {
  2. height: 100%;
  3. background-color: #F1F5F8;
  4. }
  5. embed {
  6. overflow-clip-margin: content-box !important;
  7. overflow: clip !important;
  8. }
  9. .bg-blue {
  10. background-color: #004ca7 !important;
  11. color: white !important;
  12. }
  13. .bg-light-blue {
  14. background-color: #409eff !important;
  15. color: white !important;
  16. }
  17. .bg-black1 {
  18. background-color: #2c3643 !important;
  19. color: white !important;
  20. }
  21. .gutter {
  22. background-color: transparent;
  23. }