]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-live/live-stream-information.component.scss
Merge branch 'release/4.2.0' into develop
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-live / live-stream-information.component.scss
index b9008ba59210e79c06f811254fdbc2da85bd489f..fc0b1cea2945547686644f61d7d4308d5b8a50a9 100644 (file)
@@ -13,6 +13,17 @@ p-autocomplete {
   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: '•';
+  }
+}