hackaru-app/hackaru-api

View on GitHub
app/assets/stylesheets/views/report-mailer/report.scss

Summary

Maintainability
Test Coverage
.header {
  float: left;
  margin-bottom: 40px;

  h1 {
    margin-right: 10px;
  }

  p {
    color: $text-light;
    font-size: 18px;
    margin: 0;
    margin-top: 5px;

    span {
      margin: 0 5px;
    }
  }
}

.projects {
  padding: 0;
  padding-top: 40px;
}

.projects li {
  list-style-type: none;
  padding: 10px 0;
}

.activity-groups {
  padding: 0;
  padding-bottom: 70px;
  padding-top: 10px;
}

.activity-groups li {
  border-bottom: 1px $border solid;
  list-style-type: none;
  padding: 18px 0;
}