common.css 1.8 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788
  1. .spinner {
  2. margin-right: 5px;
  3. display: none;
  4. }
  5. .radius-r0 {border-top-right-radius:0!important; border-bottom-right-radius:0!important;}
  6. .radius-l0 {border-top-left-radius:0!important; border-bottom-left-radius:0!important;}
  7. .custom-pagination {
  8. display: flex;
  9. }
  10. .page-item .page-link {
  11. border-radius: 5px;
  12. }
  13. .page-item.active .page-link {
  14. background-color: #5c6bc0;
  15. border-color: #5c6bc0;
  16. border-radius: 5px;
  17. }
  18. .page-pc .virtual-account-payment-explain {
  19. padding-top: 20px;
  20. margin-bottom: 10px;
  21. }
  22. .page-pc .virtual-account-payment-explain dd {
  23. display: list-item;
  24. list-style-type: disc;
  25. list-style-position: inside;
  26. margin-bottom: 5px;
  27. line-height: 15px;
  28. color: #888;
  29. font-size: 13px;
  30. }
  31. /* member-signup-verify.blade.php */
  32. .certi-btn {
  33. background-color: #5c6bc0 !important;
  34. line-height: 1 !important;
  35. width: 140px !important;
  36. border-top-left-radius: 0 !important;
  37. border-bottom-left-radius: 0 !important;
  38. font-size: 12px !important;
  39. border-color: #5c6bc0 !important;
  40. }
  41. .certi-txt {
  42. border-top-right-radius: 0 !important;
  43. border-bottom-right-radius: 0 !important;
  44. }
  45. .confirm-btn {
  46. border-color: #5c6bc0 !important;
  47. background-color: white !important;
  48. border-top-left-radius: 0 !important;
  49. border-bottom-left-radius: 0 !important;
  50. line-height: 1 !important;
  51. width: 140px !important;
  52. font-size: 12px !important;
  53. color: #5c6bc0 !important;
  54. }
  55. .certi-btn:hover {
  56. background-color: white !important;
  57. color: #5c6bc0 !important;
  58. }
  59. .confirm-btn:hover {
  60. background-color: #5c6bc0 !important;
  61. color: white !important;
  62. }
  63. #myTabContent {
  64. margin-left: 30px;
  65. }
  66. @media screen and (max-width:768px) {
  67. .tabOne .tab-btn {
  68. width: 100%;
  69. margin-left: 0;
  70. }
  71. #myTabContent {
  72. margin-left: 0;
  73. }
  74. }