@class-prefix-action-sheet: ~'zbx-action-sheet';

.@{class-prefix-action-sheet} {
  //width: 100px;
  &-popup {
    > .adm-popup-body {
      border-top-left-radius: 10px;
      border-top-right-radius: 10px;
    }
  }
  .adm-action-sheet-button-item-wrapper {
    height: 55px;
    margin: 0 16px;
  }
  .adm-button {
    height: 100%;
  }
  .adm-action-sheet-button-item-name {
    color: #333;
    font-size: 16px;
  }
}
