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=931bc7269fbe4cdd51cf8f9dabd5b7b6bd704546;hpb=fa12eacc014aae8094d108634371640f2695bf9f;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 931bc7269..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 @@ -1,5 +1,5 @@ -@use '_variables'; -@use '_mixins'; +@use '_variables' as *; +@use '_mixins' as *; p-autocomplete { display: block; @@ -9,10 +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; } + +.journal-session { + margin-bottom: 5px; + + span:not(.pt-badge, :last-child)::after { + margin: 3px; + content: '•'; + } +}