higri-date.component.css 304 B

1234567891011121314151617
  1. input,select {
  2. font-size: 12px;
  3. background-color: #f9f9f9;
  4. border: 2px solid #bda380;
  5. }
  6. .calendar {
  7. position: absolute;
  8. left: 16px;
  9. top: 32px;
  10. border: 1px solid #ccc;
  11. }
  12. ngb-datepicker-navigation-select>.custom-select {
  13. padding: 0% !important;
  14. height:0 !important;
  15. }