Chocobozzz/PeerTube

View on GitHub
client/src/app/shared/shared-main/feeds/feed.component.scss

Summary

Maintainability
Test Coverage
@use '_variables' as *;
@use '_mixins' as *;

.feed {
  width: 100%;
  color: inherit;
}

.feed-link {
  color: pvar(--mainForegroundColor);
  display: block;
  min-width: 100px;

  &:hover {
    text-decoration: underline;
  }
}

my-global-icon {
  width: 100%;
}