You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

30 lines
423 B

:root {
--width_window: 100vw;
}
body,
html {
margin: 0;
padding: 0px;
box-sizing: border-box;
width: 100%;
height: 100%;
}
/*
.app - класс приложения, в т.ч. для бокового меню*/
.app {
display: flex;
background-color: var(--main-bg-color);
width: auto;
height: auto;
}
.context {
flex: 1;
width: 100%;
height: 100%;
position: relative;
overflow: hidden;
}