oa-componentbook 0.18.278 → 0.18.279
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 _templateObject, _templateObject2;
|
|
|
9
9
|
function _interopRequireDefault(obj) { return obj && obj.__esModule ? obj : { default: obj }; }
|
|
10
10
|
function _taggedTemplateLiteral(strings, raw) { if (!raw) { raw = strings.slice(0); } return Object.freeze(Object.defineProperties(strings, { raw: { value: Object.freeze(raw) } })); }
|
|
11
11
|
var _default = exports.default = {};
|
|
12
|
-
const StyleTrackShipment = exports.StyleTrackShipment = _styledComponents.default.section(_templateObject || (_templateObject = _taggedTemplateLiteral(["\np {\n color: var(--color-primary-content);\n}\nh3{\n color: var(--color-primary-content);\n margin: 0 0 8px;\n}\n.ant-table-wrapper .ant-table-container table>thead>tr:first-child >*:first-child {\n border-start-start-radius: 0;\n}\n.ant-table-wrapper .ant-table-container table>thead>tr:first-child >*:last-child {\n border-start-end-radius: 0;\n}\n.comIcon{width:8px; height:8px; border-radius:50%; display: inline-block;\n margin: 0 8px 0 0;}\n.ant-table-bordered th.ant-table-cell {\n border-inline-end: none !important; \n}\n.greenBg{background:#00875A;}\n.redBg{background:#DE350B;}\n.greenBr{border:solid 2px #00875A;}\n.disFlex{display:flex;}\n.disFlex button{margin:0 0 0 8px;}\n.cstScroll{\noverflow-y: hidden;\n overflow-x: scroll;\n margin: 0 12px 24px 12px;\n padding-bottom:8px;\n}\n .cstScroll::-webkit-scrollbar {\n height:
|
|
12
|
+
const StyleTrackShipment = exports.StyleTrackShipment = _styledComponents.default.section(_templateObject || (_templateObject = _taggedTemplateLiteral(["\np {\n color: var(--color-primary-content);\n}\nh3{\n color: var(--color-primary-content);\n margin: 0 0 8px;\n}\n.ant-table-wrapper .ant-table-container table>thead>tr:first-child >*:first-child {\n border-start-start-radius: 0;\n}\n.ant-table-wrapper .ant-table-container table>thead>tr:first-child >*:last-child {\n border-start-end-radius: 0;\n}\n.comIcon{width:8px; height:8px; border-radius:50%; display: inline-block;\n margin: 0 8px 0 0;}\n.ant-table-bordered th.ant-table-cell {\n border-inline-end: none !important; \n}\n.greenBg{background:#00875A;}\n.redBg{background:#DE350B;}\n.greenBr{border:solid 2px #00875A;}\n.disFlex{display:flex;}\n.disFlex button{margin:0 0 0 8px;}\n.cstScroll{\noverflow-y: hidden;\n overflow-x: scroll;\n margin: 0 12px 24px 12px;\n padding-bottom:8px;\n}\n .cstScroll::-webkit-scrollbar {\n height: 0px; border-radius:2px;\n}\n.cstScroll::-webkit-scrollbar-track {\n background: #f1f1f1; \n}\n.cstScroll::-webkit-scrollbar-thumb {\n background: #888; border-radius:2px;\n}\n.cstScroll::-webkit-scrollbar-thumb:hover {\n background: #555; \n}\n\n\n "])));
|
|
13
13
|
const AddressesContainer = exports.AddressesContainer = _styledComponents.default.section(_templateObject2 || (_templateObject2 = _taggedTemplateLiteral(["\n display: flex;\n flex-direction: row;\n justify-content: space-evenly;\n gap: 24px;\n \n margin: 24px 0 36px;\n"])));
|