@import "breadcrumbs";
@import "drawer";
@import "main-nav";
@import "user-menu";

.layout {
  &:after {
    content: '';
    position: fixed;
    left: 0;
    top: 0;
    width: 10px;
    height: 100%;
    background-color: #9f25b3;
    background-image: linear-gradient(to top, #4023ae 0%, #9f25b3 100%);
    z-index: 25;

    @media (max-width: 576px) {
      width: 5px;
    }
  }
}
