style.scss
1 @import './assets/styles/global.scss'; 2 3 .page-footer { 4 background-color: $blue; 5 padding: calculateRem(8) 0; 6 text-align: center; 7 font-size: calculateRem(12); 8 9 a { 10 color: $text-color; 11 } 12 }
1 @import './assets/styles/global.scss'; 2 3 .page-footer { 4 background-color: $blue; 5 padding: calculateRem(8) 0; 6 text-align: center; 7 font-size: calculateRem(12); 8 9 a { 10 color: $text-color; 11 } 12 }