UNPKG

react-life-design

Version:
4 lines 383 B
"use strict"; 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