all.css 973 B

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556
  1. * {
  2. font-weight: 500;
  3. font-family: "Noto Sans TC", sans-serif !important;
  4. }
  5. /* Bootstrap Start */
  6. .form-control:focus,
  7. .btn-check:focus + .btn,
  8. .btn:focus {
  9. box-shadow: none !important;
  10. }
  11. .text-primary {
  12. color: #EE7800 !important;
  13. }
  14. .border-primary {
  15. border-color: #EE7800 !important;
  16. }
  17. .pagination {
  18. border-radius: 5px;
  19. overflow: hidden;
  20. }
  21. .pagination a {
  22. color: #727679;
  23. transition: all 0.3s;
  24. }
  25. .pagination a:hover {
  26. color: #fff;
  27. background-color: #EE7800;
  28. }
  29. .pagination .page-link {
  30. padding: 0.75rem 1rem;
  31. border: none;
  32. }
  33. .pagination .page-link:focus {
  34. z-index: 3;
  35. color: #727679;
  36. background-color: #fff;
  37. box-shadow: none;
  38. }
  39. .list-pagination .page-item.active .page-link {
  40. color: #fff;
  41. background-color: #EE7800;
  42. border-color: #EE7800;
  43. }
  44. .list-pagination .page-item.active .page-link:focus {
  45. box-shadow: none;
  46. }
  47. .list-pagination .page-link.hidden {
  48. display: none;
  49. }
  50. /* Bootstrap End *//*# sourceMappingURL=all.css.map */