aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+admin/follows/follows.component.scss
blob: d8ab419755048653cd94892b4f81fcdb9cdba824 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
.follows-menu {
  margin-top: 20px;
}

tabset /deep/ {
  .nav-link {
    padding: 0;
  }

  .tab-link {
    display: block;
    text-align: center;
    height: 40px;
    width: 120px;
    line-height: 40px;

    &:hover, &:active, &:focus {
      text-decoration: none !important;
    }
  }
}