custom-change-date.component.less 220 B

12345678910111213141516
  1. .customChangeDate{
  2. display: flex;
  3. align-items: center;
  4. margin-right: 24px;
  5. .searchDataItem{
  6. margin-left: 16px;
  7. &:first-of-type{
  8. margin-left: 0;
  9. }
  10. .label{
  11. font-size: 16px;
  12. }
  13. }
  14. }