2018-01-13 02:01:27 +00:00
|
|
|
.calendarPageBody {
|
2019-07-23 02:44:07 +00:00
|
|
|
composes: contentBody from '~Components/Page/PageContentBody.css';
|
2018-01-13 02:01:27 +00:00
|
|
|
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendarInnerPageBody {
|
2019-07-23 02:44:07 +00:00
|
|
|
composes: innerContentBody from '~Components/Page/PageContentBody.css';
|
2018-01-13 02:01:27 +00:00
|
|
|
|
|
|
|
display: flex;
|
|
|
|
flex-direction: column;
|
|
|
|
flex-grow: 1;
|
|
|
|
width: 100%;
|
|
|
|
}
|