mirror of
https://github.com/fleetdm/fleet
synced 2026-04-21 21:47:20 +00:00
9 lines
143 B
SCSS
9 lines
143 B
SCSS
.page-description {
|
|
// uses parent gap for bottom margin
|
|
|
|
p {
|
|
color: $ui-fleet-black-75;
|
|
margin: 0;
|
|
font-size: $x-small;
|
|
}
|
|
}
|