color.css 845 B

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576
  1. .black {
  2. color: #000 !important;
  3. }
  4. .c1 {
  5. color: #111 !important;
  6. }
  7. .c2 {
  8. color: #222 !important;
  9. }
  10. .c3 {
  11. color: #333 !important;
  12. }
  13. .c4 {
  14. color: #444 !important;
  15. }
  16. .c5 {
  17. color: #555 !important;
  18. }
  19. .c6 {
  20. color: #666 !important;
  21. }
  22. .c7 {
  23. color: #777 !important;
  24. }
  25. .c8 {
  26. color: #888 !important;
  27. }
  28. .c9 {
  29. color: #999 !important;
  30. }
  31. .ca {
  32. color: #aaa !important;
  33. }
  34. .cb {
  35. color: #bbb !important;
  36. }
  37. .cc {
  38. color: #ccc !important;
  39. }
  40. .cd {
  41. color: #ddd !important;
  42. }
  43. .ce {
  44. color: #eee !important;
  45. }
  46. .white,.cf {
  47. color: #fff !important;
  48. }
  49. .red {
  50. color: red !important;
  51. }
  52. .primary {
  53. padding: 20px !important;
  54. font-size: 32px !important;
  55. border-radius: 52px !important;
  56. color: #fff !important;
  57. text-align: center !important;
  58. background: linear-gradient(270deg, #0089fd 0%, #43a9ff 100%) !important;
  59. }