]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
1@use '_variables' as *;
2@use '_mixins' as *;
3
4p-autocomplete {
5 display: block;
6}
7
8.form-group {
9 margin: 20px 0;
10}
11
12.alert-info {
13 margin: 1rem 0;
14}
15
16.pt-badge {
17 @include margin-right(5px);
18
19 font-size: 13px;
20}
21
22.journal-session {
23 margin-bottom: 5px;
24
25 span:not(.pt-badge, :last-child)::after {
26 margin: 3px;
27 content: '•';
28 }
29}