style.css 782 B

123456789101112131415161718192021222324252627
  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-cell-swipe .mint-cell-wrapper {
  11. position: relative;
  12. }
  13. .mint-cell-swipe .mint-cell-wrapper, .mint-cell-swipe .mint-cell-left, .mint-cell-swipe .mint-cell-right {
  14. -webkit-transition: -webkit-transform 150ms ease-in-out;
  15. transition: -webkit-transform 150ms ease-in-out;
  16. transition: transform 150ms ease-in-out;
  17. transition: transform 150ms ease-in-out, -webkit-transform 150ms ease-in-out;
  18. }
  19. .mint-cell-swipe-buttongroup {
  20. height: 100%;
  21. }
  22. .mint-cell-swipe-button {
  23. height: 100%;
  24. display: inline-block;
  25. padding: 0 10px;
  26. line-height: 48px;
  27. }