[sdc] update code of sdc
[sdc.git] / catalog-ui / src / app / ng2 / shared / tabs / tabs.component.less
index fa05249..6f9e57a 100644 (file)
@@ -1,5 +1,9 @@
 @import '../../../../assets/styles/variables';
 
+tab {
+    height: 100%;
+}
+
 .tabs {
     display:flex;
     flex: 0 0 auto;
@@ -14,8 +18,8 @@
 
 .tab-content-container {
     flex: 1;
-    height: 100%;
     width:100%;
+    overflow-y:hidden;
 }
 
 .tab-content {
         position:relative;
 
         &:first-child {
-            border-top-left-radius: 8px;
             border-left:solid 1px #d2d2d2;
         }
-        &:last-child {
-            border-top-right-radius: 8px;
-        }
 
         &.active {
             background-color:#009fdb;
@@ -77,7 +77,7 @@
         &.active {
             color: @main_color_a;
             &:after {
-                transform: scaleX(1);
+                transform: scaleX(1.2);
             }
         }
     }