mirror of
https://github.com/status-im/ETHReport.git
synced 2025-03-03 07:00:36 +00:00
9 lines
169 B
SCSS
9 lines
169 B
SCSS
|
@import './assets/styles/global.scss';
|
||
|
|
||
|
.page-footer {
|
||
|
background-color: #efefef;
|
||
|
padding: calculateRem(8) 0;
|
||
|
text-align: center;
|
||
|
font-size: calculateRem(12);
|
||
|
}
|