Commit a8b4f184 authored by Andrew Fontaine's avatar Andrew Fontaine

Merge branch '230718-make-storage-alert-conform-with-alert-style' into 'master'

Make storage alert conform with other alerts

Closes #230718

See merge request gitlab-org/gitlab!38058
parents e1253828 fd282826
......@@ -14,9 +14,8 @@
- icon = namespace_storage_alert_icon(alert_level)
- link = namespace_storage_usage_link(root_namespace)
%div{ class: ['js-namespace-storage-alert', [container_class, ("limit-container-width" unless fluid_layout)]] }
.gl-pt-5.gl-pb-3
.gl-alert{ class: "gl-alert-#{style}", role: 'alert' }
.gl-py-5
.gl-alert.js-namespace-storage-alert{ class: "gl-alert-#{style}", role: 'alert' }
= sprite_icon(icon, css_class: "gl-icon gl-alert-icon")
.gl-alert-title
%h4.gl-alert-title= payload[:usage_message]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment