File size: 232 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 |
@import "@automattic/components/src/styles/typography";
@import "@wordpress/base-styles/breakpoints";
@import "@wordpress/base-styles/mixins";
.hosting-features__content-spinner {
margin-top: 16px;
& + h1 {
margin-top: 0;
}
}
|