aboutsummaryrefslogtreecommitdiffhomepage
path: root/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
diff options
context:
space:
mode:
Diffstat (limited to 'client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss')
-rw-r--r--client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss10
1 files changed, 10 insertions, 0 deletions
diff --git a/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss b/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
index 044db9536..862da7c18 100644
--- a/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
+++ b/client/src/app/shared/shared-custom-markup/custom-markup-container.component.scss
@@ -6,5 +6,15 @@
6 h4 { 6 h4 {
7 margin-bottom: 0; 7 margin-bottom: 0;
8 } 8 }
9
10 .layout-row {
11 display: flex;
12 flex-direction: row;
13 }
14
15 .layout-column {
16 display: flex;
17 flex-direction: column;
18 }
9 } 19 }
10} 20}