mirror of
https://github.com/status-im/ETHReport.git
synced 2025-03-02 14:40:36 +00:00
- 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);
|
|
}
|