]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/videos/+video-watch/modal/video-share.component.scss
4c07bce89b59929221ace9b52bc79fa733b09cf9
[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 .btn-outline-secondary {
9 border-color: $input-border-color;
10 }
11
12 .qr-code-group {
13 text-align: center;
14 }
15
16 .start-at {
17 display: flex;
18 justify-content: center;
19 margin-top: 10px;
20 }