lbry-desktop/ui/scss/component/_ads.scss

10 lines
206 B
SCSS
Raw Normal View History

2020-01-24 19:31:49 +01:00
.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);
}
}