]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - client/src/app/shared/shared-video-live/live-stream-information.component.scss
Move to sass @use
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-video-live / live-stream-information.component.scss
1 @use '_variables';
2 @use '_mixins';
3
4 p-autocomplete {
5 display: block;
6 }
7
8 .form-group {
9 margin: 20px 0;
10 }
11
12 .alert-info {
13 margin: 1rem 0;
14 }
15
16 .badge {
17 font-size: 13px;
18 }