mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
19 lines
307 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|