mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Refactor AXO module
This commit is contained in:
parent
e71c34913f
commit
ffb2de496d
7 changed files with 258 additions and 60 deletions
|
@ -11,9 +11,21 @@
|
|||
opacity: 0.5;
|
||||
}
|
||||
|
||||
.ppcp-field-indent {
|
||||
th {
|
||||
padding-left: 20px;
|
||||
.ppcp-settings-field {
|
||||
border-left: 1px solid transparent;
|
||||
border-right: 1px solid transparent;
|
||||
|
||||
&.ppcp-field-indent {
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #c3c4c7;
|
||||
|
||||
th {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
& + .ppcp-field-indent {
|
||||
border-top: 2px solid transparent;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
@ -39,12 +51,3 @@
|
|||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
||||
.ppcp-field-indent {
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #c3c4c7;
|
||||
|
||||
& + .ppcp-field-indent {
|
||||
border-top: 2px solid transparent;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue