Skip to content
Snippets Groups Projects
Commit 7aab776d authored by Jonathan Foucher's avatar Jonathan Foucher
Browse files
parent a59ef64d
No related branches found
No related tags found
No related merge requests found
......@@ -57,7 +57,9 @@ function getProgressFromLevel ($level)
@if($svgSize >= 150)
<span class="@if($action->actual_level === 3) text-white @else text-muted @endif text-uppercase small">Niveau</span> <br/>
@endif
<span class="h1" @if($svgSize < 150) style="margin-top: 0; padding-top: 0;line-height:1em" @endif>{{$action->actual_level}}</span>
<span class="h1" @if($svgSize < 150) style="margin: 0; padding: 0;line-height:1.8em;font-size: 1.8em" @endif>
{{$action->actual_level}}
</span>
</p>
@if($action->actual_level === 3)
{{-- Show crown for level 3--}}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment