spa.scss 574 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849
  1. @import "lib/ibmplexsans";
  2. body {
  3. background: rgba(243,244,246,1);
  4. font-family: 'IBM Plex Sans', sans-serif;
  5. }
  6. .primary {
  7. color: #3B82F6;
  8. }
  9. .web-wrapper {
  10. margin-bottom: 10rem;
  11. }
  12. .jumbotron {
  13. border-radius: 18px;
  14. }
  15. .rounded-px {
  16. border-radius: 18px;
  17. }
  18. .doc-body {
  19. p:last-child {
  20. margin-bottom: 0;
  21. }
  22. }
  23. .sticky-top {
  24. z-index: 2;
  25. }
  26. .container-fluid {
  27. max-width: 1440px !important;
  28. }
  29. .text-lighter {
  30. color: #94a3b8 !important;
  31. }
  32. .badge-primary {
  33. background-color: #3B82F6;
  34. }
  35. .btn-primary.primary {
  36. background-color: #3B82F6;
  37. color: #fff !important;
  38. }