react-life-design
Version:
Life Design UI components
4 lines • 521 B
JavaScript
Object.defineProperty(exports, "__esModule", { value: true });
exports.default = (function (Colors) { return "\n background-color: " + Colors.white + ";\n color: " + Colors.mongeral + ";\n background-image: linear-gradient(" + Colors.heaven + ", " + Colors.heaven + ");\n background-position: 50% 50%;\n background-repeat: no-repeat;\n background-size: 0% 100%;\n\n &:hover { background-size: 100% 100%; }\n\n &:hover { color: " + Colors.regalBlue + "; }\n"; });
//# sourceMappingURL=btnBlank.js.map
;