mirror of
https://github.com/SigNoz/signoz.git
synced 2026-09-20 02:10:41 +01:00
* chore: update absolute tokens to semantic tokens * chore: update absolute tokens to semantic tokens - pre login pages * chore: update absolute tokens to semantic tokens - trace details * chore: update hex, absolute tokens to semantic tokens * chore: remove .claude/launch.json * chore: fix formatting errors * chore: prettier fixes * chore: prettier fixes * chore: prettier fixes * chore: update @signozhq/design-tokens to version 2.1.4 and adjust styles in periscope.scss * chore: update absolute tokens to semantic tokens * chore: update borders * chore: update snapshots * chore: update snapshots * chore: remove shadow in table footer * fix: update test snapshots * fix: remove extra padding in panel selection modal * fix: remove the default background in welcome checklist popover * fix: update background styles to use var(--l2-background) instead of var(--l3-background) * chore: use badge from @signozhq/ui (#10834) * chore: use badge from @signozhq/ui * chore: remove unused tooltip comp * chore: use sonner component from @signozhq/ui (#10835) * chore: use badge from @signozhq/ui * chore: remove unused tooltip comp * chore: use sonner component from @signozhq/ui * chore: use switch component from @signozhq/ui (#10836) * fix: update test cases to use components from signozhq/ui * fix: patch getComputedStyle to handle CSS parsing errors in tests * fix: update sonner import for signozhq/ui * fix: remove unused toast import from InviteMembersModal test * fix(yarn.lock): sync with current changes * feat: fix slow test case --------- Co-authored-by: Vinícius Lourenço <vinicius@signoz.io> Co-authored-by: aks07 <adityasinghssj1@gmail.com>
49 lines
692 B
SCSS
49 lines
692 B
SCSS
.logs-module-container {
|
|
flex: 1;
|
|
min-height: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.ant-tabs {
|
|
flex: 1;
|
|
min-height: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
|
|
.ant-tabs-nav {
|
|
padding: 0 16px;
|
|
margin-bottom: 0px;
|
|
|
|
&::before {
|
|
border-bottom: 1px solid var(--l1-border) !important;
|
|
}
|
|
}
|
|
|
|
.ant-tabs-content-holder {
|
|
display: flex;
|
|
min-height: 0;
|
|
|
|
.ant-tabs-content {
|
|
flex: 1;
|
|
min-height: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
|
|
.ant-tabs-tabpane {
|
|
flex: 1;
|
|
min-height: 0;
|
|
display: flex;
|
|
flex-direction: column;
|
|
}
|
|
}
|
|
}
|
|
|
|
.tab-item {
|
|
display: flex;
|
|
justify-content: center;
|
|
align-items: center;
|
|
gap: 8px;
|
|
}
|
|
}
|