fleet/frontend/components/modals/ShowQueryModal/_styles.scss
Jacob Shandling 1fa5004428
UI – Add and update performance impact features to uitilize metrics that include live query runs (#15642)
Merging during freeze with approval from all stakeholders, including verbal approval from @sharon-fdm 

Co-authored-by: Jacob Shandling <jacob@fleetdm.com>
2023-12-14 11:49:56 -08:00

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;
}
}