@cognigy/rest-api-client
Version:
Cognigy REST-Client
15 lines • 321 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
const stylesPartial = `
.bg-positive {
background-color: #86efac;
}
.bg-negative {
background-color: #e57373;
}
.bg-neutral {
background-color: #c0c0c0;
}
`;
exports.default = stylesPartial;
//# sourceMappingURL=stylesPartial.js.map