ViewAll.module.scss
1 @import '../../styles/variables'; 2 3 .url { 4 font-family: $font; 5 color: $link-color; 6 text-decoration: none; 7 } 8 9 .small { 10 font-size: calculateRem(13); 11 } 12 13 .large { 14 font-size: calculateRem(15); 15 }