From 6447ab56ca6e8b416dcca3a3f059e8134f79ab72 Mon Sep 17 00:00:00 2001 From: havidarou Date: Tue, 14 Nov 2017 09:37:19 -0500 Subject: [PATCH] Stub css for the new structure --- public/less/kbn.less | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/public/less/kbn.less b/public/less/kbn.less index 22f7384d9..b5d5da937 100644 --- a/public/less/kbn.less +++ b/public/less/kbn.less @@ -5,8 +5,20 @@ kbn-vis, visualize, visualization { flex: 1 1 100%; } -.mymain { +.wazuh-column { display: flex; flex-direction: column; flex: 1 1 100%; +} + +.wazuh-row { + display: flex; + flex-direction: row; + flex: 1 1 100%; +} + +.mymain { + display: flex; + flex-direction: row; + flex: 1 1 100%; } \ No newline at end of file