mirror of
https://github.com/SigNoz/signoz.git
synced 2025-12-23 10:26:40 +00:00
26 lines
305 B
SCSS
26 lines
305 B
SCSS
.serviceName {
|
|
color: #4e74f8;
|
|
font-weight: 600;
|
|
cursor: pointer;
|
|
|
|
display: flex;
|
|
align-items: center;
|
|
gap: 8px;
|
|
}
|
|
|
|
.error {
|
|
color: var(--bg-cherry-500);
|
|
|
|
a {
|
|
color: var(--bg-cherry-500);
|
|
}
|
|
}
|
|
|
|
.service-high-top-level-operations {
|
|
width: 300px;
|
|
|
|
.popover-description {
|
|
padding: 16px 0;
|
|
}
|
|
}
|