]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-watch/modal/video-share.component.scss
472a45920bf5d3945da2ea0d5004860e574d9e16
[github/Chocobozzz/PeerTube.git] / client / src / app / videos / +video-watch / modal / video-share.component.scss
1 @import '~bootstrap/scss/functions';
2 @import '~bootstrap/scss/variables';
3
4 .action-button-cancel {
5 margin-right: 0 !important;
6 }
7
8 .qr-code-group {
9 text-align: center;
10 }
11
12 .start-at {
13 display: flex;
14 justify-content: center;
15 margin-top: 10px;
16 align-items: center;
17
18 my-timestamp-input {
19 margin-left: 10px;
20 }
21 }