fleet/frontend/components/side_panels/QuerySidePanel/QueryTableNotes/_styles.scss
2026-05-05 08:50:18 -04:00

18 lines
296 B
SCSS

.query-table-notes {
h3 {
font-size: $small;
font-weight: $bold;
}
// overriding default FleetMarkdown styles here
&__notes-markdown {
li {
margin-bottom: $pad-medium;
line-height: $line-height;
&:last-child {
margin-bottom: 0;
}
}
}
}