]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-video-live/live-stream-information.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-live / live-stream-information.component.scss
CommitLineData
8cbc40b2
C
1@use '_variables' as *;
2@use '_mixins' as *;
74d63469
GR
3
4p-autocomplete {
5 display: block;
6}
7
8.form-group {
9 margin: 20px 0;
312644ce
C
10}
11
bcbf6432
C
12.alert-info {
13 margin: 1rem 0;
14}
15
4c8749cb
C
16.pt-badge {
17 @include margin-right(5px);
18
312644ce
C
19 font-size: 13px;
20}
39e68a32
C
21
22.journal-session {
23 margin-bottom: 5px;
24
4c8749cb 25 span:not(.pt-badge, :last-child)::after {
39e68a32
C
26 margin: 3px;
27 content: '•';
28 }
29}