| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- .button-container-rewrite{
- display: inline-block;
- width: 4.4rem !important;
- height: 4rem !important;
- background-color: white;
- margin: 0.4rem 0;
- float: left;
- border-radius: 0.1rem;
- border: 0;
- }
- .button-img-rewrite{
- width: 2.4rem !important;
- height: 2.8rem !important;
- /*border:1px solid #090;*/
- padding-top: 0.6rem;
- /*padding: 0.6rem auto 0;*/
- /*margin: 0 auto;*/
- }
- .button-container-rewrite:nth-child(2n+1){
- margin-left: 0.35rem;
- }
- .button-container-rewrite:nth-last-child,.button-container-rewrite:nth-last-child(2){
- margin-top:0rem!important;
- }
- .mint-cell{
- background-color: transparent !important;
- border-bottom: 1px solid #e8eff5;
- }
- .mint-cell-wrapper{
- background-image: none !important;
- }
- .mint-cell-text{
- color: #333333!important;
- }
- .mint-cell:last-child{
- background-image: none !important;
- }
- .mint-cell-value{
- font-size:0.3rem;
- }
|