mirror of
https://github.com/valitydev/wazuh-kibana-app.git
synced 2024-11-07 10:18:57 +00:00
Stub css for the new structure
This commit is contained in:
parent
6c98de562c
commit
6447ab56ca
@ -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%;
|
||||
}
|
Loading…
Reference in New Issue
Block a user