Merge branch 'feature/return-to-starting-point-button' into feature/in-game-compass
This commit is contained in:
commit
98df08e5fa
@ -164,7 +164,7 @@
|
||||
opacity: 100%;
|
||||
}
|
||||
|
||||
#navigation span {
|
||||
#navigation .navigationItem div {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
@ -69,12 +69,12 @@
|
||||
</span>
|
||||
</div>
|
||||
<div id="returnToStart" class="navigationItem">
|
||||
<span>
|
||||
<div>
|
||||
<img src="<?= $_ENV['STATIC_ROOT'] ?>/img/circle_background.svg?rev=<?= REVISION ?>" alt="Circle Background" class="circleBackground" />
|
||||
</span>
|
||||
<span>
|
||||
</div>
|
||||
<div>
|
||||
<img src="<?= $_ENV['STATIC_ROOT'] ?>/img/house-fill.svg?rev=<?= REVISION ?>" alt="Return to Start icon" class="navigationIcon" />
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
@endsection
|
||||
|
Loading…
Reference in New Issue
Block a user