You are here

commerce_avatax.checkout.css in Drupal Commerce Connector for AvaTax 7.5

#commerce-avatax-address-validation-wrapper {
  display: none;
}

.no-close .ui-dialog-titlebar-close {
  display: none;
}

.error.inline.message {
  padding-left: 30px;
  display: inline-block;
  background-repeat: no-repeat;
  height: 25px;
  background-color: inherit;
}

File

css/commerce_avatax.checkout.css
View source
  1. #commerce-avatax-address-validation-wrapper {
  2. display: none;
  3. }
  4. .no-close .ui-dialog-titlebar-close {
  5. display: none;
  6. }
  7. .error.inline.message {
  8. padding-left: 30px;
  9. display: inline-block;
  10. background-repeat: no-repeat;
  11. height: 25px;
  12. background-color: inherit;
  13. }