aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/+videos/video-list/trending/video-trending-header.component.scss
blob: df127e1cb2826fca2ce22541a509c71d52f58b63 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
@import '_mixins';

.btn-group label {
  border: 1px solid transparent;
  border-radius: 9999px !important;
  padding: 5px 16px;
  opacity: .8;

  &:not(:first-child) {
    @include margin-left(.5rem);
  }

  my-global-icon {
    @include margin-right(.1rem);

    position: relative;
    top: -2px;
    height: 1rem;
  }
}