Implement AXO settings

This commit is contained in:
Pedro Silva 2024-02-13 14:37:50 +00:00
parent 91b2df246f
commit e71c34913f
No known key found for this signature in database
GPG key ID: E2EE20C0669D24B3
3 changed files with 30 additions and 3 deletions

View file

@ -39,3 +39,12 @@
font-weight: bold;
}
}
.ppcp-field-indent {
background-color: #f9f9f9;
border: 1px solid #c3c4c7;
& + .ppcp-field-indent {
border-top: 2px solid transparent;
}
}