updated api preview tabs style

This commit is contained in:
Gani Georgiev
2023-09-01 09:30:49 +03:00
parent 8a94ccea42
commit baacf4913b
19 changed files with 31 additions and 18 deletions
+13
View File
@@ -101,6 +101,19 @@ $tabContentAnimationSpeed: 0.2s;
min-height: 30px;
margin-bottom: var(--smSpacing);
}
&.glued {
border: 0;
margin-bottom: -2px;
.tab-item {
&:after {
content: none;
display: none;
}
&.active {
background: var(--baseAlt1Color);
}
}
}
}
.tabs-content {