fleet/frontend/components/GitOpsModeTooltipWrapper/_styles.scss
2026-04-14 09:31:34 -04:00

19 lines
307 B
SCSS

.gitops-mode-tooltip-wrapper {
&__tooltip-content {
display: flex;
flex-direction: column;
align-items: center;
}
&--inputfield {
.component__tooltip-wrapper__element {
width: 100%;
}
}
.component__tooltip-wrapper {
&__tip-text {
cursor: default;
}
}
}