// Custom Date input

@use "00-base/configure" as *;

.ma__input-date[type=text] {
  background-image: url("#{$assets-path}/images/icons/date-picker.svg");
  background-position: right 8px top 7px;
  background-repeat: no-repeat;
}
