Cleanup
parent
ccbbaf077f
commit
8ab32ce3f5
|
@ -12,13 +12,8 @@ body {
|
||||||
position: absolute;
|
position: absolute;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
}
|
|
||||||
|
|
||||||
/*
|
> #react-root {
|
||||||
Chronograf Select Host Page
|
|
||||||
----------------------------------------------
|
|
||||||
*/
|
|
||||||
body > #react-root {
|
|
||||||
width: 100%;
|
width: 100%;
|
||||||
height: 100%;
|
height: 100%;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
|
@ -29,12 +24,12 @@ body > #react-root {
|
||||||
margin-top: 60px;
|
margin-top: 60px;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
Layout
|
Layout
|
||||||
----------------------------------------------
|
----------------------------------------------
|
||||||
*/
|
*/
|
||||||
|
|
||||||
.chronograf-root {
|
.chronograf-root {
|
||||||
display: flex;
|
display: flex;
|
||||||
align-items: stretch;
|
align-items: stretch;
|
||||||
|
|
Loading…
Reference in New Issue