mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
19 lines
288 B
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;
|
|
}
|
|
}
|
|
}
|
|
}
|