mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
For #26605 This is the UI for the certificate authority list that shows the added CAs. This includes: **new CA section and list on integration page**  **empty CA list state**  **gitops mode on add CA card and CA list**   - [ ] Added/updated automated tests - [x] Manual QA for all new/changed functionality
13 lines
216 B
SCSS
13 lines
216 B
SCSS
.gitops-mode-tooltip-wrapper {
|
|
&__tooltip-content {
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
.component__tooltip-wrapper {
|
|
&__tip-text {
|
|
cursor: default;
|
|
}
|
|
}
|
|
}
|