w-aura/src/routerComponents/Mike/v1/Layouts/styles.module.css
Daniil Chemerkin 494e048294 Develop
2024-07-31 21:56:08 +00:00

32 lines
509 B
CSS

:global(.page-mike) {
display: flex;
flex-direction: column;
flex: 1 1;
width: inherit;
position: static;
padding: 0;
align-items: center;
overflow: initial;
}
:global(.page-footer) {
font-size: 18px;
font-weight: 500;
color: #797979;
}
.content {
display: flex;
position: relative;
flex-direction: column;
align-items: center;
height: 100%;
width: 100%;
padding: 14px 14px 0px;
overflow-y: auto;
}
.main {
margin-inline: auto;
height: 100svh;
max-width: 430px;
}