aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-main/feeds/feed.component.scss
blob: d39f31d7070ee76611ceee47ee05000d50a7b8f1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
@import '_variables';
@import '_mixins';

.feed {
  width: 100%;

  a {
    color: #000;
    display: block;
  }
}

my-global-icon {
  @include apply-svg-color(pvar(--mainForegroundColor));

  cursor: pointer;
  width: 100%;
}