]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-watch/video-download.component.scss
Enh #106 : Add an autoPlayVideo user attribute (#159)
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / video-download.component.scss
1 @import '_variables';
2 @import '_mixins';
3
4 .resolution-block:not(:first-child) {
5 margin-top: 30px;
6 }
7
8 .orange-button-link {
9 margin-right: 10px;
10 }
11
12 label {
13 display: block;
14 }
15
16 .icon {
17 @include icon(21px);
18
19 margin-right: 5px;
20 position: relative;
21 top: -1px;
22
23 &.icon-download {
24 background-image: url('../../../assets/images/video/download-white.svg');
25 }
26 }