sag_components 1.0.339 → 1.0.340
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.
|
@@ -166,8 +166,8 @@ var TitleDescription = exports.TitleDescription = function TitleDescription(_ref
|
|
|
166
166
|
id: "ViewCreativeListBoxContainer",
|
|
167
167
|
left: getViewCreativeContainerLeft(),
|
|
168
168
|
top: getViewCreativeContainerTop(),
|
|
169
|
-
width: "
|
|
170
|
-
height: "
|
|
169
|
+
width: "100%",
|
|
170
|
+
height: "100%",
|
|
171
171
|
onMouseLeave: function onMouseLeave() {
|
|
172
172
|
setViewCreativeListBoxOpenedState(false);
|
|
173
173
|
}
|
|
@@ -181,10 +181,10 @@ var TitleDescription = exports.TitleDescription = function TitleDescription(_ref
|
|
|
181
181
|
buttonsTextColorChecked: "#212121",
|
|
182
182
|
buttonsTextColorUnchecked: "#212121",
|
|
183
183
|
height: "100%",
|
|
184
|
+
width: "100%",
|
|
184
185
|
onClick: function onClick(props) {
|
|
185
186
|
listBoxViewCreativeOnClickHandler(props);
|
|
186
|
-
}
|
|
187
|
-
width: "200px"
|
|
187
|
+
}
|
|
188
188
|
}))))), /*#__PURE__*/_react.default.createElement(_TitleDescription.FilterValuesContainer, {
|
|
189
189
|
id: "FilterValuesContainer"
|
|
190
190
|
}, showRetailerIcon && /*#__PURE__*/_react.default.createElement(_TitleDescription.Retailer, {
|
|
@@ -26,7 +26,7 @@ var ViewCreativeContainer = exports.ViewCreativeContainer = _styledComponents.de
|
|
|
26
26
|
});
|
|
27
27
|
var ViewCreativeTextField = exports.ViewCreativeTextField = _styledComponents.default.h4(_templateObject7 || (_templateObject7 = (0, _taggedTemplateLiteral2.default)(["\n display: flex; \n line-height: 19px;\n font-size: 14px;\n font-weight: 400;\n @media (max-width: 1536px) {\n font-size: 14px;\n }\n @media (max-width: 1366px) {\n font-size: 12px;\n }\n margin: 3px 10px;\n"])));
|
|
28
28
|
var ViewCreativeButtonAndListBoxContainer = exports.ViewCreativeButtonAndListBoxContainer = _styledComponents.default.div(_templateObject8 || (_templateObject8 = (0, _taggedTemplateLiteral2.default)(["\n position: relative;\n overflow: visible;\n font-size: 18px;\n @media (max-width: 1536px) {\n font-size: 14px;\n }\n @media (max-width: 1366px) {\n font-size: 12px;\n }\n"])));
|
|
29
|
-
var ViewCreativeListBoxContainer = exports.ViewCreativeListBoxContainer = _styledComponents.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n position: absolute;\n \n left: ", ";\n top: ", ";\n height: ", ";\n width: ", "
|
|
29
|
+
var ViewCreativeListBoxContainer = exports.ViewCreativeListBoxContainer = _styledComponents.default.div(_templateObject9 || (_templateObject9 = (0, _taggedTemplateLiteral2.default)(["\n display: flex;\n position: absolute;\n \n left: ", ";\n top: ", ";\n /* height: ", ";\n width: ", "; */\n\n z-index:1000;\n"])), function (props) {
|
|
30
30
|
return props.left;
|
|
31
31
|
}, function (props) {
|
|
32
32
|
return props.top;
|