Customize Look and Feel
Contract
//customize anything within the contract content
.contract-container {
}
//customize the buttons after the contract is signed
.contract-container .afterbuttons .btn {
} Front End
//customize the labels on the initiation form
.control-label {
}
//customize the input fields on the initiation form
.control input {
}
//customize the submit button on the initiation form
.control input[type=submit] {
} Last updated