Fixes malformed 'calc' expressions reported as critical bug by Sonar Cloud
Signed-off-by: Vasyl Razinkov <vasyl.razinkov@est.tech>
Change-Id: Id31765c7b58701cc448b7c4b192db2986090ed79
Issue-ID: SDC-4230
         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{
 
   width: 100%;
 
   &.with-sidebar {
-    width: calc(~'100% - 300px');
+    width: ~"calc(100% - 300px)";
   }
 }
 
 
 
         .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;
 
             }
         }
         .w-sdc-main-container-body-content {
-            // height:calc(~'100% - @{action_nav_height} - @{tab_title}');
             align-items: center;
             padding: 0 100px 20px 100px;
             &.third-party {
         }
         .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 {