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=a79fec179737a17d090533a8e9d5f4b5578860fd;hpb=f8c00564e7e66c7c9d65ea044a4c1485df0e4c7c;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 a79fec179..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; @@ -7,4 +7,23 @@ p-autocomplete { .form-group { margin: 20px 0; -} \ No newline at end of file +} + +.pt-alert-primary { + margin: 1rem 0; +} + +.pt-badge { + @include margin-right(5px); + + font-size: 13px; +} + +.journal-session { + margin-bottom: 5px; + + span:not(.pt-badge, :last-child)::after { + margin: 3px; + content: '•'; + } +}