style.css 649 B

1234567891011121314151617181920212223242526272829303132333435
  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-tab-item {
  11. display: block;
  12. padding: 7px 0;
  13. -webkit-box-flex: 1;
  14. -ms-flex: 1;
  15. flex: 1;
  16. text-decoration: none
  17. }
  18. .mint-tab-item-icon {
  19. width: 24px;
  20. height: 24px;
  21. margin: 0 auto 5px
  22. }
  23. .mint-tab-item-icon:empty {
  24. display: none
  25. }
  26. .mint-tab-item-icon > * {
  27. display: block;
  28. width: 100%;
  29. height: 100%
  30. }
  31. .mint-tab-item-label {
  32. color: inherit;
  33. font-size: 12px;
  34. line-height: 1
  35. }