]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/blame_incremental - 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
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}