aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-video-live/live-stream-information.component.scss
blob: fc0b1cea2945547686644f61d7d4308d5b8a50a9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
@use '_variables' as *;
@use '_mixins' as *;

p-autocomplete {
  display: block;
}

.form-group {
  margin: 20px 0;
}

.alert-info {
  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: '•';
  }
}