NGP VAN/EveryAction ActionTag Form Styling Examples


 
/*
 * ActionTag CSS template
 */
/* Form Title */
.at .at-form .at-title {
    color: #1d1d1b;
}
/* Submit & Next Buttons */
.at .at-form .btn-at-primary {
    background-color: #db5239;
}
/* Submit & Next Buttons Hover */
.at .at-form .btn-at-primary:hover {
    background-color: #d18fb2;
}
/* Input Field Labels */
.at .at-form label.at-text {
    color: #1d1d1b;
}
/* Form Error On Field */
.at .at-form .error small.error {
    color: #1d1d1b;
}
.at .at-form label.error {
    color: #db5239;
}