@import "mixin";
.ws-btn {
  border-radius: 8px;
  box-shadow: 0 3px 3px -1px rgba(4, 48, 71, 0.06), 0 0 1px 0 rgba(4, 48, 71, 0.1) !important;
  &.small.v-size--small {
    height: 32px;
  }
}
