shin1ohno/janiConverter

View on GitHub
app/assets/stylesheets/base/extends/_errors.scss

Summary

Maintainability
Test Coverage
%error {
  color: darken($error-color, 60);
}

%warning {
  color: darken($alert-color, 60);
}

%notice {
  color: darken($notice-color, 60);
}