education/classroom

View on GitHub
app/assets/stylesheets/components/message-of-the-day.scss

Summary

Maintainability
Test Coverage
.message-of-the-day {
  color: #fff;
  background-color: $blue;

  a {
    font-weight: bold;
    color: $blue-600;
  }

  .container-lg {
    p {
      margin: 0;
    }
  }
}