12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788 |
- .spinner {
- margin-right: 5px;
- display: none;
- }
- .radius-r0 {border-top-right-radius:0!important; border-bottom-right-radius:0!important;}
- .radius-l0 {border-top-left-radius:0!important; border-bottom-left-radius:0!important;}
- .custom-pagination {
- display: flex;
- }
- .page-item .page-link {
- border-radius: 5px;
- }
- .page-item.active .page-link {
- background-color: #5c6bc0;
- border-color: #5c6bc0;
- border-radius: 5px;
- }
- .page-pc .virtual-account-payment-explain {
- padding-top: 20px;
- margin-bottom: 10px;
- }
- .page-pc .virtual-account-payment-explain dd {
- display: list-item;
- list-style-type: disc;
- list-style-position: inside;
- margin-bottom: 5px;
- line-height: 15px;
- color: #888;
- font-size: 13px;
- }
- /* member-signup-verify.blade.php */
- .certi-btn {
- background-color: #5c6bc0 !important;
- line-height: 1 !important;
- width: 140px !important;
- border-top-left-radius: 0 !important;
- border-bottom-left-radius: 0 !important;
- font-size: 12px !important;
- border-color: #5c6bc0 !important;
- }
- .certi-txt {
- border-top-right-radius: 0 !important;
- border-bottom-right-radius: 0 !important;
- }
- .confirm-btn {
- border-color: #5c6bc0 !important;
- background-color: white !important;
- border-top-left-radius: 0 !important;
- border-bottom-left-radius: 0 !important;
- line-height: 1 !important;
- width: 140px !important;
- font-size: 12px !important;
- color: #5c6bc0 !important;
- }
- .certi-btn:hover {
- background-color: white !important;
- color: #5c6bc0 !important;
- }
- .confirm-btn:hover {
- background-color: #5c6bc0 !important;
- color: white !important;
- }
- #myTabContent {
- margin-left: 30px;
- }
- @media screen and (max-width:768px) {
- .tabOne .tab-btn {
- width: 100%;
- margin-left: 0;
- }
- #myTabContent {
- margin-left: 0;
- }
- }
|