mirror of
https://github.com/woocommerce/woocommerce-paypal-payments.git
synced 2025-09-04 08:47:23 +08:00
Add status message to feature availability reload.
This commit is contained in:
parent
723e2cf275
commit
8e71665ec4
4 changed files with 42 additions and 6 deletions
|
@ -25,3 +25,17 @@
|
|||
.ppcp-button-apm {
|
||||
@include apm-button.button;
|
||||
}
|
||||
|
||||
.ppcp-status-text {
|
||||
padding-top: 4px;
|
||||
|
||||
.error {
|
||||
color: red;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.success {
|
||||
color: green;
|
||||
font-weight: bold;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue