mirror of
https://github.com/fleetdm/fleet
synced 2026-05-18 14:38:53 +00:00
Merging during freeze with approval from all stakeholders, including verbal approval from @sharon-fdm Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
33 lines
496 B
SCSS
33 lines
496 B
SCSS
.show-query-modal {
|
|
display: flex;
|
|
flex-direction: column;
|
|
gap: $pad-large;
|
|
|
|
.yaml-ace {
|
|
min-height: 0;
|
|
}
|
|
|
|
.yaml-ace__label {
|
|
height: 0;
|
|
}
|
|
|
|
&__performance-impact {
|
|
display: flex;
|
|
align-items: center;
|
|
gap: $pad-small;
|
|
|
|
.data-table__pill {
|
|
font-size: $xxx-small;
|
|
font-weight: $xbold;
|
|
padding: 6px 12px;
|
|
|
|
.__react_component_tooltip {
|
|
@include tooltip-text;
|
|
}
|
|
}
|
|
}
|
|
|
|
.modal-cta-wrap {
|
|
margin-top: initial;
|
|
}
|
|
}
|