mirror of
https://github.com/SigNoz/signoz.git
synced 2026-04-29 23:20:27 +01:00
* feat: azure integration - ui refactor * feat: implement AWS cloud account integration UI components and connection handling * feat: add Azure cloud account integration UI components and connection handling * feat: enhance Azure cloud account setup UI with prerequisites and accordion for how it works section * feat: enhance styling for Azure and AWS account management * refactor: clean up state initialization and destructuring in AWS and HeroSection components * fix: update import path for ServiceDashboards in S3Sync test * feat: add Denmark East region to Azure regions and enhance Azure account removal messaging * chore: remove prefer-signoz-ui-icons ESLint rule and update telemetry event naming
23 lines
489 B
SCSS
23 lines
489 B
SCSS
.codeBlock {
|
|
position: relative;
|
|
}
|
|
|
|
.codeBlockSyntaxHighlighter {
|
|
background-color: var(--l2-background) !important;
|
|
border-radius: 4px !important;
|
|
border: 1px solid var(--l2-border) !important;
|
|
color: var(--l2-foreground) !important;
|
|
|
|
pre {
|
|
color: var(--l2-foreground) !important;
|
|
font-family: 'Geist Mono' !important;
|
|
font-size: 12px !important;
|
|
}
|
|
|
|
code {
|
|
color: var(--l1-foreground) !important;
|
|
font-family: 'Geist Mono' !important;
|
|
font-size: 12px !important;
|
|
}
|
|
}
|