app.css 2.1 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101
  1. .btn-primary,
  2. .bg-primary,
  3. .text-primary,
  4. .border-primary
  5. .card-primary{
  6. background-color: #1F7A8C !important;
  7. color: #fff !important;
  8. border-color: #1F7A8C !important;
  9. }
  10. .btn-danger,
  11. .bg-danger,
  12. .text-danger,
  13. .border-danger {
  14. background-color: #023047!important;
  15. color: #fff !important;
  16. border-color: #023047!important;
  17. }
  18. .custom-control-input:checked~.custom-control-label::before {
  19. color: #fff;
  20. border-color: #1F7A8C;
  21. background-color: #1F7A8C;
  22. box-shadow: none;
  23. }
  24. .page-item.active .page-link {
  25. color: #fff!important;
  26. background-color: #023047 !important;
  27. border-color: #023047 !important;
  28. }
  29. .page-link {
  30. color: #023047 !important;
  31. background-color: #fff !important;
  32. border-color: #fff !important;
  33. }
  34. .btn-success,
  35. .bg-success,
  36. .text-success,
  37. .border-success {
  38. background-color: white!important;
  39. color: #023047 !important;
  40. border-color: #023047!important;
  41. }
  42. .tabs-container {
  43. font-family: Arial, sans-serif!important;
  44. }
  45. .nav-item {
  46. flex: 1!important;
  47. text-align: center!important;
  48. }
  49. .nav-link {
  50. display: block!important;
  51. font-size: 14px!important;
  52. text-decoration: none!important;
  53. color: black!important;
  54. border: 1px solid transparent!important;
  55. background-color: #e2e3e7!important;
  56. font-weight: normal!important;
  57. transition: all 0.3s ease!important;
  58. }
  59. .nav-link:hover {
  60. color: #023047!important;
  61. font-weight: bold!important;
  62. }
  63. .nav-link.active {
  64. background-color: #023047!important;
  65. color: white!important;
  66. font-weight: bold!important;
  67. border: none!important;
  68. }
  69. .nav-item .nav-link.active {
  70. background-color: #023047!important;
  71. color: white!important;
  72. }
  73. .nav-item .nav-link.active:hover {
  74. background-color: #023047!important;
  75. color: white!important;
  76. }
  77. .nav-item .nav-link.active {
  78. background-color: #023047!important;
  79. color: white!important;
  80. }
  81. .nav-item .nav-link.active:hover {
  82. background-color: #023047!important;
  83. color: white!important;
  84. }
  85. .divider {
  86. width: 100%;
  87. border-top: 1px solid rgba(0, 0, 0, .1)
  88. }