]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blob - custom-markup-container.component.scss
704d908c30d6a244221d8c3b176cf59fe010faca
[github/Chocobozzz/PeerTube.git] / custom-markup-container.component.scss
1 .custom-markup-container {
2
3 ::ng-deep .peertube-container {
4
5 &.layout-row {
6 display: flex;
7 flex-direction: row;
8 flex-wrap: wrap;
9 }
10
11 &.layout-column {
12 display: flex;
13 flex-direction: column;
14 }
15
16 .header {
17 margin: 30px 0 15px;
18 }
19
20 h4 {
21 margin-bottom: 0;
22 }
23 }
24 }