You are here

commerce_avatax_checkout.css in Drupal Commerce Connector for AvaTax 7.4

#address_validation_wrapper {
  display: none;
}

.address-validate-btn {
  display: none !important;
}

.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

theme/commerce_avatax_checkout.css
View source
  1. #address_validation_wrapper {
  2. display: none;
  3. }
  4. .address-validate-btn {
  5. display: none !important;
  6. }
  7. .no-close .ui-dialog-titlebar-close {
  8. display: none;
  9. }
  10. .error.inline.message {
  11. padding-left: 30px;
  12. display: inline-block;
  13. background-repeat: no-repeat;
  14. height: 25px;
  15. background-color: inherit;
  16. }