UNPKG

infinity-forge

Version:
11 lines 2.41 kB
"use strict"; var __makeTemplateObject = (this && this.__makeTemplateObject) || function (cooked, raw) { if (Object.defineProperty) { Object.defineProperty(cooked, "raw", { value: raw }); } else { cooked.raw = raw; } return cooked; }; Object.defineProperty(exports, "__esModule", { value: true }); exports.DetailsContact = void 0; var styled_components_1 = require("styled-components"); exports.DetailsContact = (0, styled_components_1.styled)("div")(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n flex: 1;\n\n display: flex;\n flex-direction: column;\n gap: 3rem;\n max-width: 80%;\n\n address {\n display: flex;\n flex-direction: column;\n gap: 2rem;\n }\n\n .container-info .container-left {\n width: 80%;\n\n h2 {\n color: ", ";\n }\n }\n\n .container-item {\n display: flex;\n align-items: center;\n gap: 1rem;\n transition: all 0.5s;\n\n &:hover {\n cursor: pointer;\n opacity: 0.7;\n }\n }\n\n svg {\n width: 2rem;\n height: 2rem;\n fill: ", ";\n }\n\n .link {\n color: ", ";\n }\n\n @media only screen and (max-width: 1200px) {\n gap: 15px;\n }\n\n @media only screen and (max-width: 900px) {\n max-width: 100%;\n }\n\n @media only screen and (max-width: 768px) {\n .container-info .container-left {\n width: 100%;\n }\n }\n"], ["\n flex: 1;\n\n display: flex;\n flex-direction: column;\n gap: 3rem;\n max-width: 80%;\n\n address {\n display: flex;\n flex-direction: column;\n gap: 2rem;\n }\n\n .container-info .container-left {\n width: 80%;\n\n h2 {\n color: ", ";\n }\n }\n\n .container-item {\n display: flex;\n align-items: center;\n gap: 1rem;\n transition: all 0.5s;\n\n &:hover {\n cursor: pointer;\n opacity: 0.7;\n }\n }\n\n svg {\n width: 2rem;\n height: 2rem;\n fill: ", ";\n }\n\n .link {\n color: ", ";\n }\n\n @media only screen and (max-width: 1200px) {\n gap: 15px;\n }\n\n @media only screen and (max-width: 900px) {\n max-width: 100%;\n }\n\n @media only screen and (max-width: 768px) {\n .container-info .container-left {\n width: 100%;\n }\n }\n"])), function (p) { return p.theme.tertiaryColor; }, function (p) { return p.theme.secondaryColor; }, function (p) { return p.theme.darkColor; }); var templateObject_1; //# sourceMappingURL=styles.js.map