Codeminer42/cm42-central

View on GitHub
app/assets/stylesheets/_global-alert.scss

Summary

Maintainability
Test Coverage
.global-alert {
  color: $message-error-color;
  background-color: $message-error-background-color;
  height: 35px;
  font-size: 16px;
  display: flex;
  align-items: center;
  justify-content: center;
}