ba-graphics.css 884 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061
  1. .ba-graphics-gray1 {
  2. fill: #eaeaea; }
  3. .ba-graphics-gray20 {
  4. fill: #c0bfc0; }
  5. .ba-graphics-gray40 {
  6. fill: #949394; }
  7. .ba-graphics-gray60 {
  8. fill: #595859; }
  9. .ba-graphics-gray80 {
  10. fill: #343334; }
  11. .ba-graphics-black {
  12. fill: black; }
  13. .ba-graphics-neutral-white4 {
  14. fill: #f3f3f3; }
  15. .ba-graphics-white {
  16. fill: white; }
  17. .ba-graphics-blue60 {
  18. fill: #1f57a4; }
  19. .ba-graphics-blue50 {
  20. fill: #2d74da; }
  21. .ba-graphics-blue80 {
  22. fill: #1d3458; }
  23. .ba-graphics-teal60 {
  24. fill: #8ee9d4; }
  25. .ba-graphics-teal50 {
  26. fill: #00baa1; }
  27. .ba-graphics-teal80 {
  28. fill: #008673; }
  29. .ba-graphics-blue20 {
  30. fill: #a8c0f3; }
  31. .ba-graphics-green40 {
  32. fill: #00aa5e; }
  33. .ba-graphics-gold20 {
  34. fill: #ffb000; }
  35. .ba-graphics-red50 {
  36. fill: #e62325; }
  37. .ba-graphics-highlight {
  38. fill: #00baa1;
  39. color: #00baa1; }
  40. use.ba-graphics-themable {
  41. color: #00baa1;
  42. fill: #00baa1; }