]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-watch/video-download.component.scss
Update readme screenshot with new design
[github/Chocobozzz/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 }