From 3dee4ca6d9a0710ca63800b216385f602f776a42 Mon Sep 17 00:00:00 2001 From: Ryan Wyllie Date: Tue, 1 May 2018 11:37:40 +0800 Subject: [PATCH] MDL-62282 boost: centre no progress icon in overview block --- theme/boost/scss/moodle/blocks.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/theme/boost/scss/moodle/blocks.scss b/theme/boost/scss/moodle/blocks.scss index 1914157f4c8..bcaeb0c3025 100644 --- a/theme/boost/scss/moodle/blocks.scss +++ b/theme/boost/scss/moodle/blocks.scss @@ -152,7 +152,7 @@ $doughnut-fill-colour: $brand-warning; /*rtl:ignore*/ left: 50%; margin: 0; - transform: translate(-45%, -45%); + transform: translate(-63%, -50%); color: #fff; height: ($chart-size / 2) + 10px; width: ($chart-size / 2) + 10px;