UNPKG

geospatialdraw

Version:
12 lines 1.16 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.DropshadowLight = exports.Dropshadow = void 0; var styled_components_1 = require("styled-components"); exports.Dropshadow = (0, styled_components_1.css)(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4),\n 2px 2px 10px 2px rgba(145, 112, 112, 0.4);\n"], ["\n box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.4),\n 2px 2px 10px 2px rgba(145, 112, 112, 0.4);\n"]))); exports.DropshadowLight = (0, styled_components_1.css)(templateObject_2 || (templateObject_2 = __makeTemplateObject(["\n box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.3),\n 2px 2px 10px 2px rgba(0, 0, 0, 0.3);\n"], ["\n box-shadow: 0px 0px 2px 1px rgba(255, 255, 255, 0.3),\n 2px 2px 10px 2px rgba(0, 0, 0, 0.3);\n"]))); var templateObject_1, templateObject_2; //# sourceMappingURL=index.js.map