billing.less 228 B

1234567891011
  1. .half-item>.ant-col-14>.ant-form-item-control {
  2. // width: 254px !important;
  3. }
  4. .ant-radio-button-wrapper-checked{
  5. background: #58a3ff;
  6. border-color: #58a3ff;
  7. color: #fff;
  8. box-shadow: -1px 0 0 0 #58a3ff;
  9. z-index: 1;
  10. }