@import '../../../fas-admin.component.scss';


.side-bar {
  width: 0px;
  height: 100%;
  min-height: 100vh;
  background-color: $primary-gray;
  color: $base-white;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 24px 0;

  &.show{
    width: 247px;
  }
}

.btn-wraper {
  width: 100%;
  padding: 8px 0;
  border-top: 1px solid $gray;

  button {
    width: 100%;
    height: 48px;
  }
}


