X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=client%2Fsrc%2Fapp%2Fshared%2Fshared-video-live%2Flive-stream-information.component.scss;h=a0cb308979bc98e2dedae50fd1d1bc9b303c9d63;hb=ed22eaabfac0d53550cd838c12b7d80e01bcc7b5;hp=7cd53478f0ce7bc5caa085276e16cdee3b2d4ad8;hpb=26e3e98ff0e222a9fb9226938ac6902af77921bd;p=github%2FChocobozzz%2FPeerTube.git diff --git a/client/src/app/shared/shared-video-live/live-stream-information.component.scss b/client/src/app/shared/shared-video-live/live-stream-information.component.scss index 7cd53478f..a0cb30897 100644 --- a/client/src/app/shared/shared-video-live/live-stream-information.component.scss +++ b/client/src/app/shared/shared-video-live/live-stream-information.component.scss @@ -9,11 +9,21 @@ p-autocomplete { margin: 20px 0; } -.alert-info { +.pt-alert-primary { margin: 1rem 0; } -.badge { +.pt-badge { + @include margin-right(5px); + font-size: 13px; - margin-right: 5px; +} + +.journal-session { + margin-bottom: 5px; + + span:not(.pt-badge, :last-child)::after { + margin: 3px; + content: '•'; + } }