Add status message to feature availability reload.

This commit is contained in:
Pedro Silva 2024-01-04 15:23:01 +00:00
parent 723e2cf275
commit 8e71665ec4
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
4 changed files with 42 additions and 6 deletions

View file

@ -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;
}
}