oak-pay-business/lib/oak-app-domain/Captcha/Style.js

24 lines
496 B
JavaScript

"use strict";
Object.defineProperty(exports, "__esModule", { value: true });
exports.style = void 0;
exports.style = {
icon: {
send: '',
success: '',
fail: '',
},
color: {
iState: {
unsent: '#0000FF',
sending: '#FFA500',
sent: '#008000',
failure: '#A9A9A9'
},
type: {
login: '#0000FF',
changePassword: '#FF0000',
confirm: '#008000',
}
}
};