@import "mixin";
.ws-crud {
  margin-left: auto;
  margin-right: auto;
  .ws-crud__label {
    font-size: 1.625rem;
    font-weight: bold;
    line-height: 1.23;
  }
  // .v-data-table > .v-data-table__wrapper > table > thead > tr > th {
  //   padding: 0;
  // }
  .v-data-table > .v-data-table__wrapper > table > tbody > tr {
    > td {
      height: 60px;
    }
  }
}
