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=ad66ab500501bdf588fc0414526fb101bc3b99a0;hpb=bcbf643249651a53b15116d19e0acbcee613b9a0;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 ad66ab500..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 @@ -@import '_variables'; -@import '_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: '•'; + } +}