UNPKG

react-life-design

Version:
4 lines 571 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); exports.default = (function (Colors) { return function (svg) { return "\n background-size: 200% 100%;\n background-image: linear-gradient(to right, " + Colors.mongeral + " 50%, " + Colors.regalBlue + " 50%);\n " + svg + ";\n\n svg {\n margin-left: -16px;\n margin-right: 6px;\n }\n\n &:hover {\n background-position: 100%;\n .link-arrow-elements { transform: translateX(5px); }\n }\n\n .mirrored { transform: rotate(180deg); }\n"; }; }); //# sourceMappingURL=backward.js.map