summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src')
-rw-r--r--catalog-ui/src/app/ng2/components/ui/multi-steps-wizard/multi-steps-wizard.component.less4
-rw-r--r--catalog-ui/src/app/ng2/pages/composition/graph/composition-graph.component.less2
-rw-r--r--catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.less2
-rw-r--r--catalog-ui/src/app/view-models/workspace/workspace.less3
4 files changed, 5 insertions, 6 deletions
diff --git a/catalog-ui/src/app/ng2/components/ui/multi-steps-wizard/multi-steps-wizard.component.less b/catalog-ui/src/app/ng2/components/ui/multi-steps-wizard/multi-steps-wizard.component.less
index 3a2168aeb0..05165f7046 100644
--- a/catalog-ui/src/app/ng2/components/ui/multi-steps-wizard/multi-steps-wizard.component.less
+++ b/catalog-ui/src/app/ng2/components/ui/multi-steps-wizard/multi-steps-wizard.component.less
@@ -36,9 +36,9 @@ header{
font-size: 13px;
}
.line{
- width: calc(~'100% - @{circle_size}');
+ width: ~"calc(100% - @{circle_size})";
position: relative;
- left: calc(~'(100% - @{circle_size})/2 * (-1)');
+ left: ~"calc((100% - @{circle_size})/2 * (-1))";
float: left;
height: 2px;
.inner-line{
diff --git a/catalog-ui/src/app/ng2/pages/composition/graph/composition-graph.component.less b/catalog-ui/src/app/ng2/pages/composition/graph/composition-graph.component.less
index b3e5ef3a0c..8451ae4450 100644
--- a/catalog-ui/src/app/ng2/pages/composition/graph/composition-graph.component.less
+++ b/catalog-ui/src/app/ng2/pages/composition/graph/composition-graph.component.less
@@ -15,7 +15,7 @@
width: 100%;
&.with-sidebar {
- width: calc(~'100% - 300px');
+ width: ~"calc(100% - 300px)";
}
}
diff --git a/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.less b/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.less
index 4839b24f5e..a12642d271 100644
--- a/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.less
+++ b/catalog-ui/src/app/ng2/pages/type-workspace/type-workspace.component.less
@@ -117,7 +117,7 @@
.w-sdc-main-container-body-content-wrapper {
overflow: auto;
- height: calc(~'100% - @{action_nav_height}');
+ height: ~"calc(100% - @{action_nav_height})";
.w-sdc-main-container-body-content-header {
display: flex;
diff --git a/catalog-ui/src/app/view-models/workspace/workspace.less b/catalog-ui/src/app/view-models/workspace/workspace.less
index 5c479c7370..aace1325f2 100644
--- a/catalog-ui/src/app/view-models/workspace/workspace.less
+++ b/catalog-ui/src/app/view-models/workspace/workspace.less
@@ -206,7 +206,6 @@
}
}
.w-sdc-main-container-body-content {
- // height:calc(~'100% - @{action_nav_height} - @{tab_title}');
align-items: center;
padding: 0 100px 20px 100px;
&.third-party {
@@ -221,7 +220,7 @@
}
.w-sdc-main-container-body-content-wrapper {
overflow: auto;
- height: calc(~'100% - @{action_nav_height}');
+ height: ~"calc(100% - @{action_nav_height})";
.w-sdc-main-container-body-content-header {
display: flex;
.workspace-tab-title {