Value Spring: Tinder for Cancer
Вы не можете выбрать более 25 тем Темы должны начинаться с буквы или цифры, могут содержать дефисы(-) и должны содержать не более 35 символов.

64 lines
741B

  1. .bg-moffitt-blue {
  2. background-color: #00589a;
  3. }
  4. .text-moffitt-blue {
  5. color: #00589a;
  6. }
  7. .bg-moffitt-light-blue {
  8. background-color: #58b0e3;
  9. }
  10. .text-moffitt-light-blue {
  11. color: #58b0e3;
  12. }
  13. .bg-moffitt-green {
  14. background-color: #82c878;
  15. }
  16. .text-moffitt-green {
  17. color: #82c878;
  18. }
  19. .bg-moffit-orange {
  20. background-color: #faa555;
  21. }
  22. .text-moffitt-orange {
  23. color: #faa555;
  24. }
  25. .bg-moffit-grey {
  26. background-color: #bec3c3;
  27. }
  28. .text-moffitt-grey {
  29. color: #bec3c3;
  30. }
  31. .bg-moffit-yellow {
  32. background-color: #ffcd5a;
  33. }
  34. .text-moffitt-yellow {
  35. color: #ffcd5a;
  36. }
  37. .bg-moffit-red {
  38. background-color: #eb1455;
  39. }
  40. .text-moffitt-red {
  41. color: #eb1455;
  42. }
  43. .text-white {
  44. color: white;
  45. }
  46. .bg-white {
  47. background-color: white;
  48. }