mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Fix styles and behaviours on AXO module
This commit is contained in:
parent
ffb2de496d
commit
9fd69e7f55
8 changed files with 112 additions and 38 deletions
|
@ -1,5 +1,8 @@
|
|||
@use "../../../ppcp-button/resources/css/mixins/apm-button" as apm-button;
|
||||
|
||||
$border-color: #c3c3c3;
|
||||
$background-ident-color: #f9f9f9;
|
||||
|
||||
.ppcp-field-hidden {
|
||||
display: none !important;
|
||||
}
|
||||
|
@ -16,15 +19,21 @@
|
|||
border-right: 1px solid transparent;
|
||||
|
||||
&.ppcp-field-indent {
|
||||
background-color: #f9f9f9;
|
||||
border: 1px solid #c3c4c7;
|
||||
background-color: $background-ident-color;
|
||||
border: 1px solid $border-color;
|
||||
|
||||
th {
|
||||
padding-left: 20px;
|
||||
}
|
||||
|
||||
th, td {
|
||||
border-top: 1px solid $border-color;
|
||||
}
|
||||
|
||||
& + .ppcp-field-indent {
|
||||
border-top: 2px solid transparent;
|
||||
th, td {
|
||||
border-top: 1px solid $background-ident-color;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue