2018-01-13 02:01:27 +00:00
|
|
|
.calendarPageBody {
|
2019-07-22 00:41:52 +00:00
|
|
|
composes: contentBody from "~Components/Page/PageContentBody.css";
|
2018-01-13 02:01:27 +00:00
|
|
|
|
|
|
|
display: flex;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendarInnerPageBody {
|
2019-07-22 00:41:52 +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%;
|
|
|
|
}
|