mirror of
https://github.com/status-im/ETHReport.git
synced 2025-02-02 01:26:02 +00:00
13 lines
202 B
SCSS
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;
|
|
}
|
|
}
|