diff options
author | ys9693 <ys9693@att.com> | 2020-01-19 13:50:02 +0200 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-01-22 12:33:31 +0000 |
commit | 16a9fce0e104a38371a9e5a567ec611ae3fc7f33 (patch) | |
tree | 03a2aff3060ddb5bc26a90115805a04becbaffc9 /catalog-ui/src/app/directives/graphs-v2/composition-graph/composition-graph.less | |
parent | aa83a2da4f911c3ac89318b8e9e8403b072942e1 (diff) |
Catalog alignment
Issue-ID: SDC-2724
Signed-off-by: ys9693 <ys9693@att.com>
Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
Diffstat (limited to 'catalog-ui/src/app/directives/graphs-v2/composition-graph/composition-graph.less')
-rw-r--r-- | catalog-ui/src/app/directives/graphs-v2/composition-graph/composition-graph.less | 50 |
1 files changed, 0 insertions, 50 deletions
diff --git a/catalog-ui/src/app/directives/graphs-v2/composition-graph/composition-graph.less b/catalog-ui/src/app/directives/graphs-v2/composition-graph/composition-graph.less deleted file mode 100644 index 7124a4b5a6..0000000000 --- a/catalog-ui/src/app/directives/graphs-v2/composition-graph/composition-graph.less +++ /dev/null @@ -1,50 +0,0 @@ -composition-graph { - display: block; - height:100%; - width: 100%; - - .sdc-composition-graph-wrapper{ - height:100%; - width: 100%; - - &.with-sidebar { - width: calc(~'100% - 300px'); - } - } - - .view-only{ - background-color:rgb(248, 248, 248); - } - - .sdc-canvas-zones__wrapper { - position: absolute; - bottom: 10px; - right: 12px; - display:flex; - transition: right 0.2s; - - &.with-sidebar { - right:310px; - } - - ng2-zone-container { - display:flex; - margin-left: 10px; - } - } - - - .group-tagging { - cursor: url("../../../../assets/styles/images/canvas-tagging-icons/group_1.svg"), pointer; - } - .group-tagging-hover { - cursor: url("../../../../assets/styles/images/canvas-tagging-icons/group_2.svg"), pointer; - } - .policy-tagging { - cursor: url("../../../../assets/styles/images/canvas-tagging-icons/policy_1.svg"), pointer; - } - .policy-tagging-hover { - cursor: url("../../../../assets/styles/images/canvas-tagging-icons/policy_2.svg"), pointer; - } - -} |