]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame - client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
Move to sass module
[github/Chocobozzz/PeerTube.git] / client / src / app / shared / shared-custom-markup / custom-markup-container.component.scss
CommitLineData
f7894f09
C
1.custom-markup-container {
2
3 ::ng-deep .peertube-container {
f7894f09 4
5d6395af 5 &.layout-row {
61cbafc1
C
6 display: flex;
7 flex-direction: row;
5d6395af 8 flex-wrap: wrap;
61cbafc1
C
9 }
10
5d6395af 11 &.layout-column {
61cbafc1
C
12 display: flex;
13 flex-direction: column;
14 }
5d6395af
C
15
16 .header {
17 margin: 30px 0 15px;
18 }
19
20 h4 {
21 margin-bottom: 0;
22 }
f7894f09
C
23 }
24}