aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/videos/+video-watch/video-download.component.scss
blob: 7eac3d1c9f0506807b3833e99217a1b041bdc94d (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
24
25
26
@import '_variables';
@import '_mixins';

.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');
  }
}