UNPKG

openstack-uicore-foundation

Version:

ui reactjs components for openstack marketing site

1 lines 2.53 kB
{"version":3,"file":"css/components/mui/bulk-edit-table.css","mappings":"AAaA,sBAEE,eAAgB,CAChB,iBAAkB,CAFlB,UAEF,CAHA,yBAMI,eAAgB,CAEhB,wBAAyB,CADzB,sBAAuB,CAEvB,qBAAJ,CAEI,+CACE,eAAN,CAZA,4CA0BI,MAAO,CAFP,eAAgB,CADhB,iBAAkB,CAElB,SAPJ,CAlBA,4CAoCI,cAAe,CADf,cAAe,CAJf,eAAgB,CAEhB,OAAQ,CAHR,iBAAkB,CAIlB,UAAW,CAFX,SALJ,CA3BA,4CAwCI,eAVJ,CAcA,sBAEE,gBAAiB,CADjB,iBAXF,CAaE,6BAQE,iBAAkB,CAFlB,8BAA+B,CAF/B,QAAS,CAHT,UAAW,CAMX,UAAW,CAFX,MAAO,CAHP,iBAAkB,CAClB,KANJ","sources":["webpack://openstack-uicore-foundation/./src/components/mui/BulkEditTable/BulkEditTable.module.less"],"sourcesContent":["/**\n * Copyright 2026 OpenStack Foundation\n * Licensed under the Apache License, Version 2.0 (the \"License\");\n * you may not use this file except in compliance with the License.\n * You may obtain a copy of the License at\n * http://www.apache.org/licenses/LICENSE-2.0\n * Unless required by applicable law or agreed to in writing, software\n * distributed under the License is distributed on an \"AS IS\" BASIS,\n * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n * See the License for the specific language governing permissions and\n * limitations under the License.\n * */\n\n.tableWrapper {\n width: 100%;\n overflow-x: auto;\n position: relative;\n\n td {\n max-width: 150px;\n text-overflow: ellipsis;\n overflow-wrap: break-word;\n vertical-align: middle;\n\n &.dataColumn {\n min-width: 150px;\n }\n }\n\n // shared by header (th) and body (td) cells so the checkbox/action columns\n // stay pinned and aligned in both rows while the data columns scroll\n // horizontally. Background color is intentionally NOT set here: header\n // cells need the header's grey, body cells need white, set via sx where\n // each is rendered (an explicit color is required, `inherit` resolves to\n // transparent here and lets the scrolling columns show through).\n .checkColumn {\n text-align: center;\n position: sticky;\n z-index: 5;\n left: 0;\n }\n\n .actionColumn {\n text-align: center;\n position: sticky;\n z-index: 5;\n right: 0;\n width: 60px;\n min-width: 60px;\n max-width: 60px;\n }\n\n .bulkEditCol {\n min-width: 250px;\n }\n}\n\n.dottedBorderLeft {\n position: relative;\n border-left: none;\n &::before {\n content: \"\";\n position: absolute;\n top: 0;\n bottom: 0;\n left: 0;\n border-left: 1px dashed #e0e0e0;\n height: 60%;\n align-self: center;\n }\n}\n"],"names":[],"sourceRoot":""}