$layout-logotype-img-max-height: 40px;

.w-layout {
  .header {
    color: $text-dark;
    .w-logotype img {
      max-height: $layout-logotype-img-max-height;
    }
  }
  .left-drawer {
    background: white;
    color: $text-dark;
  }
  .footer {
    background: $page-background;
    color: $grey-6;
    z-index: 900;
  }
}