style.css 705 B

123456789101112131415161718192021222324252627282930313233
  1. /* Cell Component */
  2. /* Header Component */
  3. /* Button Component */
  4. /* Tab Item Component */
  5. /* Tabbar Component */
  6. /* Navbar Component */
  7. /* Checklist Component */
  8. /* Radio Component */
  9. /* z-index */
  10. .mint-datetime {
  11. width: 100%;
  12. }
  13. .mint-datetime .picker-slot-wrapper, .mint-datetime .picker-item {
  14. -webkit-backface-visibility: hidden;
  15. backface-visibility: hidden;
  16. }
  17. .mint-datetime .picker-toolbar {
  18. border-bottom: solid 1px #eaeaea;
  19. }
  20. .mint-datetime-action {
  21. display: inline-block;
  22. width: 50%;
  23. text-align: center;
  24. line-height: 40px;
  25. font-size: 16px;
  26. color: #26a2ff;
  27. }
  28. .mint-datetime-cancel {
  29. float: left;
  30. }
  31. .mint-datetime-confirm {
  32. float: right;
  33. }