app/Plugin/VeriTrans4G2/Resource/template/default/css/vt4g_css.twig line 1

Open in your IDE?
  1. <style type="text/css">
  2. .vt4g_from_input_text__payment_term_day {
  3.     width: 63px;
  4.     width: 4.5em;
  5.     display: inline;
  6. }
  7. .vt4g_from_input_text__veritrans_id_prefix {
  8.     width: 266px;
  9.     width: 19em;
  10. }
  11. .vt4g_from_input_text__small {
  12.     width: 252px;
  13.     width: 18em;
  14. }
  15. .vt4g_from_input_text__medium {
  16.     width: 336px;
  17.     width: 24em;
  18. }
  19. .vt4g_from_input_text__large {
  20.     width: 728px;
  21.     width: 52em;
  22. }
  23. .vt4g_file_button.btn-ec-conversion:disabled {
  24.     color : #FFF;
  25.     cursor: auto;
  26. }
  27. @media only screen and (max-width: 1279px){
  28.     .vt4g_from_input_text__large {
  29.         width:100%;
  30.     }
  31. }
  32. .vt4g_from_input_textarea {
  33.     min-height: 160px;
  34. }
  35. .vt4g_from_input_choice .form-check {
  36.     display: inline-block;
  37.     margin-right: 20px;
  38. }
  39. .vt4g_from_input_choice .form-check:last-child {
  40.     margin-right: 0px;
  41. }
  42. .vt4g_payment_credit .form-error-icon,
  43. .vt4g_payment_cvs .form-error-icon {
  44.     display: none;
  45. }
  46. #vt4g-credit .ec-errorMessage,
  47. #vt4g-credit .form-error-message,
  48. #vt4g-credit-retrade .form-error-message,
  49. #vt4g-credit-account .form-error-message {
  50.     margin-bottom: 25px;
  51.     font-size: 12px;
  52.     font-weight: bold;
  53.     color: #DE5D50;
  54. }
  55. .vt4g_card_list .vt4g_card_list__item {
  56.     display: table;
  57.     width: 100%;
  58.     position: relative;
  59.     border-bottom: 1px dotted #ccc;
  60. }
  61. .vt4g_card_list .vt4g_card_list__remove {
  62.     vertical-align: middle;
  63.     padding: 16px;
  64.     text-align: center;
  65. }
  66. .vt4g_card_list .vt4g_card_list__remove .ec-icon img {
  67.     width: 1em;
  68.     height: 1em;
  69. }
  70. .vt4g_card_list .vt4g_card_list__card {
  71.     display: table-cell;
  72.     vertical-align: middle;
  73.     padding: 16px;
  74.     margin-right: 4em;
  75.     width: 90%;
  76. }
  77. .vt4g_toggle_title {
  78.     position: relative;
  79.     cursor: pointer;
  80.     padding-right: 50px !important;
  81. }
  82. .vt4g_toggle_btn {
  83.     position: absolute;
  84.     top: 50%;
  85.     right: 20px;
  86.     transform: translateY(-50%);
  87. }
  88. .plus-dark-icon {
  89.     width: 24px;
  90.     height: 24px;
  91.     display: inline-block;
  92.     background-image: url("{{ asset('assets/icon/plus-dark.svg') }}");
  93. }
  94. .minus-dark-icon {
  95.     width: 24px;
  96.     height: 24px;
  97.     display: inline-block;
  98.     background-image: url("{{ asset('assets/icon/minus-dark.svg') }}");
  99. }
  100. #payment_cvs_conveni {
  101.     max-width:100%
  102. }
  103. /* reCAPTCHA v3 表示位置 */
  104. .grecaptcha-badge{
  105.     margin-bottom: 60px;
  106. }
  107. </style>