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