ETHReport/components/pageHeader/style.scss

15 lines
290 B
SCSS

@import './assets/styles/global.scss';
.page-header {
background-color: #efefef;
padding: calculateRem(24) 0;
text-align: center;
margin-bottom: calculateRem(24);
h1 {
margin-bottom: calculateRem(24);
font-family: $secondary-font;
font-size: calculateRem(36);
}
}