2020-08-21 09:15:47 +03:00
|
|
|
.ppcp-card-icon {
|
|
|
|
max-width: 50px;
|
|
|
|
margin-left: 5px;
|
|
|
|
}
|
|
|
|
|
2020-08-18 12:08:45 +03:00
|
|
|
#ppcp-hosted-fields {
|
2020-07-20 11:20:12 +03:00
|
|
|
|
|
|
|
.ppcp-dcc-credit-card-wrapper {
|
|
|
|
width: 100%;
|
2020-08-18 12:08:45 +03:00
|
|
|
display: grid;
|
|
|
|
grid-template-columns: 55% 1fr 1fr;
|
2020-08-20 08:20:05 +03:00
|
|
|
grid-template-rows: 1fr 1fr auto;
|
2020-08-18 12:08:45 +03:00
|
|
|
grid-column-gap: 15px;
|
|
|
|
margin-bottom: 15px;
|
2020-07-20 11:20:12 +03:00
|
|
|
|
|
|
|
label, span {
|
|
|
|
height: 30px;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
overflow: hidden;
|
|
|
|
position: relative;
|
|
|
|
vertical-align: bottom;
|
2020-08-18 12:08:45 +03:00
|
|
|
font-size: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
label {
|
|
|
|
grid-row: 1/2;
|
|
|
|
}
|
|
|
|
span {
|
|
|
|
grid-row: 2/3;
|
|
|
|
background:white;
|
|
|
|
border: 1px #666;
|
|
|
|
padding: 5px;
|
2020-07-20 11:20:12 +03:00
|
|
|
}
|
|
|
|
|
2020-08-20 08:20:05 +03:00
|
|
|
button {
|
|
|
|
grid-row: 3/4;
|
|
|
|
grid-column: 1/4;
|
|
|
|
}
|
|
|
|
|
2020-07-20 11:20:12 +03:00
|
|
|
label {
|
|
|
|
line-height: 30px;
|
|
|
|
}
|
2020-07-17 11:47:00 +03:00
|
|
|
}
|
2020-07-20 11:20:12 +03:00
|
|
|
|
2020-07-17 11:47:00 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|