aboutsummaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/components/logic/generic-artifact-browser/generic-artifact-browser.component.less
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/ng2/components/logic/generic-artifact-browser/generic-artifact-browser.component.less')
-rw-r--r--catalog-ui/src/app/ng2/components/logic/generic-artifact-browser/generic-artifact-browser.component.less62
1 files changed, 62 insertions, 0 deletions
diff --git a/catalog-ui/src/app/ng2/components/logic/generic-artifact-browser/generic-artifact-browser.component.less b/catalog-ui/src/app/ng2/components/logic/generic-artifact-browser/generic-artifact-browser.component.less
new file mode 100644
index 0000000000..288cfd9619
--- /dev/null
+++ b/catalog-ui/src/app/ng2/components/logic/generic-artifact-browser/generic-artifact-browser.component.less
@@ -0,0 +1,62 @@
+@import '../../../../../assets/styles/mixins';
+
+.ngx-datatable.material {
+ .datatable-body {
+ .datatable-body-row {
+ .datatable-body-cell {
+ background-clip: padding-box;
+ background-color: rgb(233, 236, 239);
+ flex-direction: column;
+ font-family: monospace;
+ font-size: 16px;
+ font-stretch: 100%;
+ font-weight: 400;
+ line-height:5px;
+ margin-right: 6px;
+ overflow: auto !important;
+ padding: 3px;
+ border-bottom: 6px solid white;
+
+ .selectable();
+
+ span {
+ display: inline-block;
+ line-height: 15pt;
+ .break-all-words();
+ }
+ }
+ }
+ }
+}
+
+.datatable-row-group {
+ padding-bottom: 6px;
+ padding-top: 6px;
+}
+
+.datatable-body-cell-label {
+ :focus {
+ border-color: white;
+ -webkit-box-shadow: none;
+ box-shadow: none;
+ }
+ :hover {
+ cursor: default;
+ }
+}
+
+.datatable-header span.datatable-header-cell-label {
+ .break-all-words();
+}
+
+.datatable-header-cell {
+ color: rgb(51, 51, 51);
+ font-weight: bold;
+ font-size: 14px;
+ text-align: center;
+}
+
+.break-all-words {
+ word-break: break-all;
+ white-space: normal;
+} \ No newline at end of file