/**
 * @license
 * Copyright 2018 Google LLC
 * SPDX-License-Identifier: Apache-2.0
 */

@use '@material/drawer';
@use '@material/theme/custom-properties';

@include drawer.core-styles();
@include drawer.dismissible-core-styles();
@include drawer.modal-core-styles();

.mdc-drawer-app-content {
  overflow: auto;
  flex: 1;
}

:host {
  display: flex;
  height: 100%;
}

.mdc-drawer {
  @include drawer.width(
    custom-properties.create(--mdc-drawer-width, drawer.$width)
  );
}
