]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blobdiff - client/src/app/shared/shared-video-live/live-stream-information.component.scss
Fix terms/code of conduct link toggle
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-live / live-stream-information.component.scss
index 931bc7269fbe4cdd51cf8f9dabd5b7b6bd704546..a0cb308979bc98e2dedae50fd1d1bc9b303c9d63 100644 (file)
@@ -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: '•';
+  }
+}