Dapps.module.scss
1 @import '../../common/styles/variables'; 2 3 .list { 4 margin-top: calculateRem(50); 5 margin-bottom: calculateRem(20); 6 } 7 8 .loadMore { 9 color: $link-color; 10 text-transform: uppercase; 11 font-family: $font; 12 font-size: 12px; 13 font-weight: 600; 14 margin-left: calculateRem(40 + 16 + 16); 15 cursor: pointer; 16 }