This commit is contained in:
parent
c7eab9ccdb
commit
29fb5699b8
|
|
@ -3,7 +3,14 @@
|
|||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
justify-content: center;
|
||||
background-color: var(--oak-bg-color-page);
|
||||
height: 100%;
|
||||
}
|
||||
|
||||
.noData {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
flex: 1;
|
||||
height: 100%;
|
||||
justify-content: center;
|
||||
}
|
||||
Loading…
Reference in New Issue