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