mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 00:46:50 +02:00
MDL-58621 block_myoverview: align course icon when no progress
This commit is contained in:
parent
5cb960c6b4
commit
d6c25e5c7d
1 changed files with 1 additions and 1 deletions
|
@ -147,7 +147,7 @@ $doughnut-fill-colour: $brand-warning;
|
|||
/*rtl:ignore*/
|
||||
left: 50%;
|
||||
margin: 0;
|
||||
transform: translate(-48%, -50%);
|
||||
transform: translate(-45%, -45%);
|
||||
color: #fff;
|
||||
height: ($chart-size / 2) + 10px;
|
||||
width: ($chart-size / 2) + 10px;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue