react-toolbox/docs/app/components/layout/main/style.scss

11 lines
199 B
SCSS
Raw Normal View History

@import "../../globals";
2015-10-28 13:23:45 +03:00
@import "~react-toolbox/app_bar/config";
$appbar-height: 11.2 * $unit;
2015-10-29 22:49:21 +03:00
.content {
2015-10-28 13:23:45 +03:00
display: flex;
max-height: 100vh;
padding-top: $appbar-height;
overflow: hidden;
2015-10-28 13:23:45 +03:00
}