2018-07-19 11:22:14 +02:00

13 lines
202 B
SCSS

@import './assets/styles/global.scss';
.page-footer {
background-color: $blue;
padding: calculateRem(8) 0;
text-align: center;
font-size: calculateRem(12);
a {
color: $text-color;
}
}