PluginProbe
HyperPay Payments / 1.8
HyperPay Payments v1.8
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 1.8, at assets/css/style.css

121 lines 2.3 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: 40px;
37 box-shadow: 5px 5px 8px -7px rgb(0 0 0 / 40%);
38 max-height: 30px !important;
39 margin: 5px !important;
40
41 }
42
43 .wpwl-button-brand {
44 padding: 0px !important;
45 border-radius: 40px;
46 }
47
48 .wpwl-brand-ZOODPAY {
49 background: url(../images/continue-button.png);
50 background-size: contain;
51 background-repeat: no-repeat;
52 height: 50px;
53 width: 177px;
54 }
55
56 .modal {
57 display: none;
58 /* Hidden by default */
59 position: fixed;
60 /* Stay in place */
61 z-index: 1;
62 /* Sit on top */
63 left: 0;
64 top: 0;
65 width: 100%;
66 /* Full width */
67 height: 100%;
68 /* Full height */
69 overflow: auto;
70 /* Enable scroll if needed */
71 background-color: rgb(0, 0, 0);
72 /* Fallback color */
73 background-color: rgba(0, 0, 0, 0.4);
74 /* Black w/ opacity */
75 }
76
77 /* Modal Content/Box */
78 .modal-content {
79 background-color: #fefefe;
80 margin: 15% auto;
81 /* 15% from the top and centered */
82 padding: 20px;
83 border: 1px solid #888;
84 width: 80%;
85 /* Could be more or less, depending on screen size */
86 max-width: 550px;
87 ;
88 }
89
90 /* The Close Button */
91 .close {
92 color: #aaa;
93 float: right;
94 font-size: 28px;
95 font-weight: bold;
96 }
97
98 .close:hover,
99 .close:focus {
100 color: black;
101 text-decoration: none;
102 cursor: pointer;
103 }
104
105 .terms_zoodpay {
106 padding: 15px 20px;
107 }
108
109 .wpwl-control-iframe {
110 direction: ltr !important;
111 }
112
113 @media only screen and (max-width: 782px) {
114 .hyperpay_custom_style {
115 width: 100% !important;
116 }
117
118 .hyperpay_custom_style~.CodeMirror {
119 width: 100% !important;
120 }
121 }