aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-download.component.scss
blob: c9d5af9c190838c9db6e6d37bf08f89af35e1a91 (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
.resolution-block:not(:first-child) {
  margin-top: 30px;
}

.orange-button-link {
  margin-right: 10px;
}

label {
  display: block;
}

.icon {
  @include icon(21px);

  margin-right: 5px;
  position: relative;
  top: -1px;

  &.icon-download {
    background-image: url('../../../assets/images/video/download-white.svg');
  }
}