mirror of
https://github.com/fleetdm/fleet
synced 2026-05-24 09:28:54 +00:00
18 lines
296 B
SCSS
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;
|
|
}
|
|
}
|
|
}
|
|
}
|