Lidarr/frontend/src/Calendar/CalendarPage.css
2017-09-05 23:00:26 -04:00

14 lines
284 B
CSS

.calendarPageBody {
composes: contentBody from 'Components/Page/PageContentBody.css';
display: flex;
}
.calendarInnerPageBody {
composes: innerContentBody from 'Components/Page/PageContentBody.css';
display: flex;
flex-direction: column;
flex-grow: 1;
width: 100%;
}