2018-07-05 09:59:42 +00:00
|
|
|
@import './assets/styles/global.scss';
|
|
|
|
|
|
|
|
.page-footer {
|
2018-07-11 09:18:07 +00:00
|
|
|
background-color: $blue;
|
2018-07-05 09:59:42 +00:00
|
|
|
padding: calculateRem(8) 0;
|
|
|
|
text-align: center;
|
|
|
|
font-size: calculateRem(12);
|
2018-07-19 09:22:07 +00:00
|
|
|
|
|
|
|
a {
|
|
|
|
color: $text-color;
|
|
|
|
}
|
2018-07-05 09:59:42 +00:00
|
|
|
}
|