mirror of
https://github.com/status-im/ETHReport.git
synced 2025-01-24 13:19:05 +00:00
33ba55f2f8
- page header - page footer - modal - resources - wordcloud - search - interviews list - projects list - topics list
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);
|
|
}
|