main.scss 380 B

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