fleet/frontend/components/PageDescription/_styles.scss
2025-09-29 12:10:41 -05:00

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;
}
}