rgaidot/koa-react-boilerplate

View on GitHub
frontend/src/components/header/Header.scss

Summary

Maintainability
Test Coverage
:export {
    header: header;
    title: title;
}

.header {
  background: #404040;
  padding: 0 50px;
  height: 64px;
  line-height: 64px;

  .title {
    color: white;
    font-size: 1.4rem;
  }
}