react-life-design
Version:
Life Design UI components
4 lines • 383 B
JavaScript
;
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = (function (Colors) { return function (rest) { return "\n " + rest + ";\n background-color: " + Colors.white + ";\n color: " + Colors.lochmara + ";\n border: 2px solid " + Colors.lochmara + ";\n\n &:hover { color: " + Colors.white + "; }\n"; }; });
//# sourceMappingURL=outline.js.map