summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/app/ng2/pages/workspace/attributes/attributes.component.less
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/app/ng2/pages/workspace/attributes/attributes.component.less')
-rw-r--r--catalog-ui/src/app/ng2/pages/workspace/attributes/attributes.component.less36
1 files changed, 0 insertions, 36 deletions
diff --git a/catalog-ui/src/app/ng2/pages/workspace/attributes/attributes.component.less b/catalog-ui/src/app/ng2/pages/workspace/attributes/attributes.component.less
deleted file mode 100644
index 3e91ae4689..0000000000
--- a/catalog-ui/src/app/ng2/pages/workspace/attributes/attributes.component.less
+++ /dev/null
@@ -1,36 +0,0 @@
-.action-bar-wrapper {
- flex: 0 0 30%;
- display: flex;
- justify-content: flex-end;
- margin-bottom: 10px;
-}
-
-.add-attr-icon{
- cursor: pointer;
-}
-
-.attr-container {
- display: flex;
- justify-content: space-between;
-
- .attr-col {
- display: flex;
- flex-direction: column;
- max-width: 275px;
- flex-grow: 1;
- }
-
-}
-
-.attributeType {
- margin-bottom: 10px;
-}
-
-sdc-checkbox {
- margin-top: 20px;
-}
-
-.actionColumn {
- text-align: center;
- padding: 5px;
-} \ No newline at end of file