feature/return-to-starting-point-button #26

Merged
balazs merged 9 commits from feature/return-to-starting-point-button into develop 2021-04-29 18:55:22 +02:00
2 changed files with 5 additions and 5 deletions
Showing only changes of commit 8f0cfd4489 - Show all commits

View File

@ -164,7 +164,7 @@
opacity: 100%; opacity: 100%;
} }
#navigation span { #navigation .navigationItem div {
position: absolute; position: absolute;
} }

View File

@ -61,12 +61,12 @@
</div> </div>
<div id="navigation"> <div id="navigation">
<div id="returnToStart" class="navigationItem"> <div id="returnToStart" class="navigationItem">
<span> <div>
<img src="<?= $_ENV['STATIC_ROOT'] ?>/img/circle_background.svg?rev=<?= REVISION ?>" alt="Circle Background" class="circleBackground" /> <img src="<?= $_ENV['STATIC_ROOT'] ?>/img/circle_background.svg?rev=<?= REVISION ?>" alt="Circle Background" class="circleBackground" />
</span> </div>
<span> <div>
<img src="<?= $_ENV['STATIC_ROOT'] ?>/img/house-fill.svg?rev=<?= REVISION ?>" alt="Return to Start icon" class="navigationIcon" /> <img src="<?= $_ENV['STATIC_ROOT'] ?>/img/house-fill.svg?rev=<?= REVISION ?>" alt="Return to Start icon" class="navigationIcon" />
</span> </div>
</div> </div>
</div> </div>
@endsection @endsection