internal: sidebar: apis: cleaner tabs

This commit is contained in:
end-4
2024-03-23 23:37:25 +07:00
parent 58564fe2b7
commit 08bb0e85cf
9 changed files with 92 additions and 67 deletions
+14
View File
@@ -274,6 +274,20 @@ popover {
color: $primary;
}
.tab-icon {
@include element_decel;
@include full-rounding;
min-width: 2.182rem;
min-height: 2.182rem;
font-size: 1.406rem;
color: $onSurface;
}
.tab-icon-active {
background-color: $secondaryContainer;
color: $onSecondaryContainer;
}
widget {
@include small-rounding;
}