Revert "Issue #358: Added some extra styling for outage icons"

This commit is contained in:
Djarran Cotleanu
2025-01-30 10:02:04 +10:00
committed by GitHub
parent aedf7a5a17
commit 4f6aae53aa
2 changed files with 1 additions and 6 deletions

View File

@@ -52,7 +52,6 @@ if (!$viewbag['static']) {
'src' => $OUTPUT->image_url('t/check'),
'alt' => get_string('finish', 'auth_outage'),
'class' => 'iconsmall',
'style' => 'width: 1rem; height: 1rem;',
]).' '.get_string('finish', 'auth_outage');
$attr = [
'title' => get_string('finish', 'auth_outage'),