pds-dev-kit-web-test 2.7.372 → 2.7.373
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -9,5 +9,5 @@ var __importDefault = (this && this.__importDefault) || function (mod) {
|
|
|
9
9
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
10
10
|
exports.S_HeightFitContentCover = void 0;
|
|
11
11
|
var styled_components_1 = __importDefault(require("styled-components"));
|
|
12
|
-
exports.S_HeightFitContentCover = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background: repeating-linear-gradient(\n -120deg,\n rgba(30, 235, 180, 0.5),\n rgba(30, 235, 180, 0.5) 20px,\n rgba(0, 0, 0, 0.2) 20px,\n rgba(0, 0, 0, 0.2) 35px\n );\n bottom: 0;\n height: 100%;\n left: 0;\n
|
|
12
|
+
exports.S_HeightFitContentCover = styled_components_1.default.div(templateObject_1 || (templateObject_1 = __makeTemplateObject(["\n background: repeating-linear-gradient(\n -120deg,\n rgba(30, 235, 180, 0.5),\n rgba(30, 235, 180, 0.5) 20px,\n rgba(0, 0, 0, 0.2) 20px,\n rgba(0, 0, 0, 0.2) 35px\n );\n bottom: 0;\n height: 100%;\n left: 0;\n pointer-events: none;\n position: absolute;\n width: 100%;\n\n z-index: 2;\n\n &::after {\n color: #ffffffff;\n content: '", "';\n font-size: 12px;\n font-weight: bold;\n left: 50%;\n pointer-events: none;\n position: absolute;\n text-align: center;\n text-shadow: rgb(0, 184, 132) 1px 0px 0px, rgb(0, 184, 132) 0.540302px 0.841471px 0px,\n rgb(0, 184, 132) -0.416147px 0.909297px 0px, rgb(0, 184, 132) -0.989992px 0.14112px 0px,\n rgb(0, 184, 132) -0.653644px -0.756802px 0px, rgb(0, 184, 132) 0.283662px -0.958924px 0px,\n rgb(0, 184, 132) 0.96017px -0.279415px 0px, 0px 0px 10px #000000;\n top: 50%;\n transform: translate(-50%, -50%);\n }\n"], ["\n background: repeating-linear-gradient(\n -120deg,\n rgba(30, 235, 180, 0.5),\n rgba(30, 235, 180, 0.5) 20px,\n rgba(0, 0, 0, 0.2) 20px,\n rgba(0, 0, 0, 0.2) 35px\n );\n bottom: 0;\n height: 100%;\n left: 0;\n pointer-events: none;\n position: absolute;\n width: 100%;\n\n z-index: 2;\n\n &::after {\n color: #ffffffff;\n content: '", "';\n font-size: 12px;\n font-weight: bold;\n left: 50%;\n pointer-events: none;\n position: absolute;\n text-align: center;\n text-shadow: rgb(0, 184, 132) 1px 0px 0px, rgb(0, 184, 132) 0.540302px 0.841471px 0px,\n rgb(0, 184, 132) -0.416147px 0.909297px 0px, rgb(0, 184, 132) -0.989992px 0.14112px 0px,\n rgb(0, 184, 132) -0.653644px -0.756802px 0px, rgb(0, 184, 132) 0.283662px -0.958924px 0px,\n rgb(0, 184, 132) 0.96017px -0.279415px 0px, 0px 0px 10px #000000;\n top: 50%;\n transform: translate(-50%, -50%);\n }\n"])), function (props) { return props.bottomText || ''; });
|
|
13
13
|
var templateObject_1;
|