app.css 2.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110
  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-item {
  50. flex: 1!important;
  51. text-align: center!important;
  52. }
  53. .nav-sidebar .nav-item {
  54. flex: 1!important;
  55. text-align: left!important;
  56. }
  57. .nav-link {
  58. display: block!important;
  59. font-size: 14px!important;
  60. text-decoration: none!important;
  61. color: black!important;
  62. border: 1px solid transparent!important;
  63. background-color: #e2e3e7!important;
  64. font-weight: normal!important;
  65. transition: all 0.3s ease!important;
  66. }
  67. .nav-link:hover {
  68. color: #023047!important;
  69. font-weight: bold!important;
  70. }
  71. .nav-link.active {
  72. background-color: #023047!important;
  73. color: white!important;
  74. font-weight: bold!important;
  75. border: none!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. .nav-item .nav-link.active {
  86. background-color: #023047!important;
  87. color: white!important;
  88. }
  89. .nav-item .nav-link.active:hover {
  90. background-color: #023047!important;
  91. color: white!important;
  92. }
  93. .divider {
  94. width: 100%;
  95. border-top: 1px solid rgba(0, 0, 0, .1)
  96. }