mirror of
https://github.com/fleetdm/fleet
synced 2026-05-02 19:07:38 +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;
|
|
}
|
|
}
|