ncbo/bioportal_web_ui

View on GitHub
app/assets/stylesheets/notice.scss

Summary

Maintainability
Test Coverage
div#notice_message {
  display: flex;
  justify-content: space-between;
  margin-top: 1rem;

  > a {
    color: #A9A9A9;
  }
}

.flash {
  &.alert {
    margin-top: 1rem;
  }
}