]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/videos/+video-watch/modal/video-share.component.scss
Merge branch 'develop' into unused-imports
[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 7
63347a0f
C
8.btn-outline-secondary {
9 border-color: $input-border-color;
10}
11
4503cb2a
D
12.qr-code-group {
13 text-align: center;
14}
11b8762f
C
15
16.start-at {
17 display: flex;
18 justify-content: center;
19 margin-top: 10px;
20}