Design video update
[oweals/peertube.git] / client / src / app / videos / +video-watch / video-download.component.scss
1 .resolution-block:not(:first-child) {
2   margin-top: 30px;
3 }
4
5 .orange-button-link {
6   margin-right: 10px;
7 }
8
9 label {
10   display: block;
11 }
12
13 .icon {
14   @include icon(21px);
15
16   margin-right: 5px;
17   position: relative;
18   top: -1px;
19
20   &.icon-download {
21     background-image: url('../../../assets/images/video/download-white.svg');
22   }
23 }