daterange.min.css 291 B

123456789101112131415161718
  1. .range_inputs button {
  2. display: block;
  3. width: 100%;
  4. margin-bottom: 1rem
  5. }
  6. .picker__nav--next:before,
  7. .picker__nav--prev:before {
  8. font-family: FontAwesome !important
  9. }
  10. .picker__nav--next:before {
  11. content: '\f101'
  12. }
  13. .picker__nav--prev:before {
  14. content: '\f100'
  15. }