@import "./mixin";
.ws-back-label {
  @include flex;
  justify-content: flex-start;
  .ws-back-label__link {
    @include flex;
    text-decoration: none;
    .v-icon {
      font-size: 1.5rem;
      margin-right: 8px;
    }
    p {
      font-size: 1rem;
      font-weight: bold;
      line-height: 1.5;
      margin: 0;
    }
  }
}
