Commit 223abc6d authored by kushalpandya's avatar kushalpandya

Use `.text-center` class instead of text-align prop

parent 3f0eff82
......@@ -67,7 +67,6 @@
.loading-metrics,
.empty-metrics {
text-align: center;
padding: 30px 10px;
p,
......
......@@ -17,10 +17,10 @@
Monitored
%span.badge.js-monitored-count 0
.panel-body
.loading-metrics.js-loading-metrics
.loading-metrics.text-center.js-loading-metrics
= icon('spinner spin 3x', class: 'metrics-load-spinner')
%p Finding and configuring metrics...
.empty-metrics.hidden.js-empty-metrics
.empty-metrics.text-center.hidden.js-empty-metrics
= custom_icon('icon_empty_metrics')
%p No metrics are being monitored. To start monitoring, deploy to an environment.
= link_to project_environments_path(@project), title: 'View environments', class: 'btn btn-success' do
......
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