]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - 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
CommitLineData
63c4db6d
C
1@import '_variables';
2@import '_mixins';
3
0727cab0
C
4.resolution-block:not(:first-child) {
5 margin-top: 30px;
6}
7
8.orange-button-link {
9 margin-right: 10px;
10}
11
12label {
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}