datepicker.styl 300 B

1234567891011121314151617
  1. .datepicker-container
  2. .fields
  3. .left
  4. width: 56%
  5. .right
  6. width: 38%
  7. .datepicker
  8. width: 100%
  9. table
  10. width: 100%
  11. border: none
  12. border-spacing: 0
  13. border-collapse: collapse
  14. thead
  15. background: none
  16. td, th
  17. box-sizing: border-box