Compare commits
3 Commits
d42280eb10
...
2a3f2212a7
Author | SHA1 | Date | |
---|---|---|---|
2a3f2212a7 | |||
98df08e5fa | |||
8f0cfd4489 |
@ -164,7 +164,7 @@
|
||||
opacity: 100%;
|
||||
}
|
||||
|
||||
#navigation span {
|
||||
#navigation .navigationItem div {
|
||||
position: absolute;
|
||||
}
|
||||
|
||||
|
@ -61,20 +61,20 @@
|
||||
</div>
|
||||
<div id="navigation">
|
||||
<div 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 id="compass" src="<?= $_ENV['STATIC_ROOT'] ?>/img/compass.svg?rev=<?= REVISION ?>" alt="compass icon" class="navigationIcon" />
|
||||
</span>
|
||||
</div>
|
||||
</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