ETHReport/components/pageFooter/style.scss

9 lines
167 B
SCSS
Raw Normal View History

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