aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/followers-list/followers-list.component.scss
blob: e01c9571d21bbf26125372927a14845aabfa101c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
@use '_variables';
@use '_mixins';

a {
  @include disable-default-a-behaviour;
  display: inline-block;

  &,
  &:hover {
    color: pvar(--mainForegroundColor);
  }

  span {
    font-size: 80%;
    color: pvar(--inputPlaceholderColor);
  }
}

.action-cell {
  my-button:first-child {
    @include margin-right(10px);
  }
}