rewrite.css 882 B

1234567891011121314151617181920212223242526272829303132333435363738394041
  1. .button-container-rewrite{
  2. display: inline-block;
  3. width: 4.4rem !important;
  4. height: 4rem !important;
  5. background-color: white;
  6. margin: 0.4rem 0;
  7. float: left;
  8. border-radius: 0.1rem;
  9. border: 0;
  10. }
  11. .button-img-rewrite{
  12. width: 2.4rem !important;
  13. height: 2.8rem !important;
  14. /*border:1px solid #090;*/
  15. padding-top: 0.6rem;
  16. /*padding: 0.6rem auto 0;*/
  17. /*margin: 0 auto;*/
  18. }
  19. .button-container-rewrite:nth-child(2n+1){
  20. margin-left: 0.35rem;
  21. }
  22. .button-container-rewrite:nth-last-child,.button-container-rewrite:nth-last-child(2){
  23. margin-top:0rem!important;
  24. }
  25. .mint-cell{
  26. background-color: transparent !important;
  27. border-bottom: 1px solid #e8eff5;
  28. }
  29. .mint-cell-wrapper{
  30. background-image: none !important;
  31. }
  32. .mint-cell-text{
  33. color: #333333!important;
  34. }
  35. .mint-cell:last-child{
  36. background-image: none !important;
  37. }
  38. .mint-cell-value{
  39. font-size:0.3rem;
  40. }