fleet/frontend/components/side_panels/QuerySidePanel/QueryTableNotes/_styles.scss

19 lines
288 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: 1.5;
&:last-child {
margin-bottom: 0;
}
}
}
}