lbry-desktop/ui/scss/component/_ads.scss
2020-01-24 14:26:37 -05:00

10 lines
206 B
SCSS

.ads-wrapper {
@extend .navigation;
p {
margin-left: 0.4rem; // The ads provider adds weird padding to their wrapper
font-size: var(--font-xsmall);
color: var(--color-text-subtitle);
}
}