@import "./file_explorer";

.sidebar {
  width: $sidebar-width;
  border-right: $gray-border;
  height: 100%;
  overflow-y: auto;

  &__nav {
    width: 100%;

    &:focus {
      outline: none;
    }
  }

  &__source-item {
    width: 100%;
  }
}
