-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathstyles.css
More file actions
37 lines (33 loc) · 916 Bytes
/
styles.css
File metadata and controls
37 lines (33 loc) · 916 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
/**
* QPay Checkout Toolkit Light
* - Terms of use can be found under
* https://guides.qenta.com/prerequisites
* - License can be found under:
* https://github.com/qenta-cee/qcp-backend-example-php/blob/master/LICENSE.
*
* THIS CODE AND INFORMATION ARE PROVIDED "AS IS" WITHOUT WARRANTY OF ANY
* KIND, EITHER EXPRESSED OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE
* IMPLIED WARRANTIES OF MERCHANTABILITY AND/OR FITNESS FOR A
* PARTICULAR PURPOSE.
*
* Please read the integration documentation before modifying this file!
*/
body {
margin: 0;
width: 700px;
padding-top: 20px;
padding-left: 100px;
padding-bottom: 20px;
font-family: Arial,Helvetica,sans-serif;
font-size: 0.8em;
}
table {
width: 700px;
}
td {
font-size: 0.8em;
}
#config-data{
margin-bottom: 10px;
display:none;
}