From 39e68a3254242bd410ffc20b7f74b442a07b390f Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 3 May 2022 15:11:29 +0200 Subject: Add session informations in live modal --- .../shared-video-live/live-stream-information.component.scss | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'client/src/app/shared/shared-video-live/live-stream-information.component.scss') 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..9c8ad12bd 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 @@ -17,3 +17,12 @@ p-autocomplete { font-size: 13px; margin-right: 5px; } + +.journal-session { + margin-bottom: 5px; + + span:not(.badge, :last-child)::after { + margin: 3px; + content: '•'; + } +} -- cgit v1.2.3