/*to use global variables, import them into your component stylesheet*/
@import "./../../../styles/global.scss";

html,
body,
#root,
#root > div {
    height: 100%;
    overflow: hidden;
    display: flex;
    flex: 1;
}

body {
    background-color: $grey-white;
}

.root {
    display: flex;
}
