File size: 263 Bytes
1e92f2d |
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 |
@import '@automattic/typography/styles/variables';
.discover-add-new {
padding: 10px;
}
.discover-add-new__form-title {
margin-bottom: 10px;
}
.discover-add-new__subscriptions-title {
font-size: $font-title-small;
font-weight: 500;
margin-bottom: 10px;
}
|