mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
add styles for hosted fields
This commit is contained in:
parent
514619ed8d
commit
10fdf09379
3 changed files with 32 additions and 0 deletions
22
modules.local/ppcp-button/resources/css/hosted-fields.scss
Normal file
22
modules.local/ppcp-button/resources/css/hosted-fields.scss
Normal file
|
@ -0,0 +1,22 @@
|
|||
#ppcp-hosted-fields {
|
||||
display: table !important;
|
||||
div {
|
||||
display: table-row;
|
||||
}
|
||||
label, span {
|
||||
display: table-cell;
|
||||
height: 30px;
|
||||
padding: 0;
|
||||
margin: 0;
|
||||
overflow: hidden;
|
||||
position: relative;
|
||||
vertical-align: bottom;
|
||||
}
|
||||
label {
|
||||
line-height: 30px;
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue