PluginProbe
HyperPay Payments / 2.3.3
HyperPay Payments v2.3.3
6.6.0 trunk 1.7 1.8 1.8.1 1.8.2 1.8.3 1.8.4 1.8.5 1.9.5 1.9.6 1.9.7 1.9.8 1.9.9 2.0.0 2.1.0 2.2.0 2.3.0 2.3.1 2.3.2 2.3.3 3.0.0 3.0.5 4.0.0 4.0.2 All 34 releases
hyperpay-gateways / assets / css / style.css

style.css in HyperPay Payments 2.3.3, at assets/css/style.css

129 lines 2.5 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .HP_supported-brans-icons {
2 display: flex;
3 align-items: center;
4 float: right;
5 }
6
7 .HP_supported-brans-icons li {
8 flex: 1
9 }
10
11 .input-error {
12 border: 2px solid !important;
13 border-radius: 4px !important;
14 border-color: #d63638 !important;
15 }
16
17 .input-error-msg {
18 color: #d63638 !important;
19 font-weight: bold;
20 }
21
22 .hyperpay_custom_style {
23 width: 400px !important;
24 height: 175px !important;
25 /* visibility: hidden !important; */
26 }
27
28 .hyperpay_custom_style~.CodeMirror {
29 width: 400px !important;
30 height: 175px !important;
31 border: #8c8f94 1px solid;
32 border-radius: 3px;
33 }
34
35 .hyperpay_gateways_logo {
36 border-radius: 3px;
37 border: #0000001e 1px solid !important;
38 margin: 0px !important;
39
40 }
41
42 .wpwl-button-brand {
43 padding: 0px !important;
44 border-radius: 40px;
45 }
46
47 .wpwl-apple-pay-button {
48 -webkit-appearance: -apple-pay-button !important;
49 }
50
51 .wpwl-brand-ZOODPAY {
52 background: url(../images/continue-button.png);
53 background-size: contain;
54 background-repeat: no-repeat;
55 height: 50px;
56 width: 177px;
57 }
58
59 .modal {
60 display: none;
61 /* Hidden by default */
62 position: fixed;
63 /* Stay in place */
64 z-index: 1;
65 /* Sit on top */
66 left: 0;
67 top: 0;
68 width: 100%;
69 /* Full width */
70 height: 100%;
71 /* Full height */
72 overflow: auto;
73 /* Enable scroll if needed */
74 background-color: rgb(0, 0, 0);
75 /* Fallback color */
76 background-color: rgba(0, 0, 0, 0.4);
77 /* Black w/ opacity */
78 }
79
80 /* Modal Content/Box */
81 .modal-content {
82 background-color: #fefefe;
83 margin: 15% auto;
84 /* 15% from the top and centered */
85 padding: 20px;
86 border: 1px solid #888;
87 width: 80%;
88 /* Could be more or less, depending on screen size */
89 max-width: 550px;
90 ;
91 }
92
93 /* The Close Button */
94 .close {
95 color: #aaa;
96 float: right;
97 font-size: 28px;
98 font-weight: bold;
99 }
100
101 .close:hover,
102 .close:focus {
103 color: black;
104 text-decoration: none;
105 cursor: pointer;
106 }
107
108 .terms_zoodpay {
109 padding: 15px 20px;
110 }
111
112 .wpwl-control-iframe {
113 direction: ltr !important;
114 }
115
116 #payment .payment_methods li img{
117 height: 2em !important;
118 max-height: 2.5em !important;
119 }
120
121 @media only screen and (max-width: 782px) {
122 .hyperpay_custom_style {
123 width: 100% !important;
124 }
125
126 .hyperpay_custom_style~.CodeMirror {
127 width: 100% !important;
128 }
129 }