Stub css for the new structure

This commit is contained in:
havidarou 2017-11-14 09:37:19 -05:00
parent 6c98de562c
commit 6447ab56ca

View File

@ -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%;
}