Added Next and Previous buttons to image view

Merged JS files
Removed Scene Type from metadata mapping
Added arrow to tool-tips
This commit is contained in:
Michał Gdula 2023-03-09 12:22:25 +00:00
parent b5bc0ec50c
commit c5f6b0ecf7
11 changed files with 386 additions and 261 deletions

View file

@ -52,7 +52,7 @@
text-decoration: none
svg
> svg
margin: 0
font-size: 1.5rem
color: $white
@ -81,26 +81,42 @@
pointer-events: none
svg
margin: 0
font-size: 1rem
width: 0.75rem
height: 0.75rem
display: block
position: absolute
top: 50%
left: -0.45rem
transform: translateY(-50%)
color: $black2
&:hover
background-color: $black2
svg
> svg
color: $primary
span
opacity: 1
left: 3.8rem
left: 3.9rem
.navigation-item__selected
background: $primary
svg
> svg
color: $black
&:hover
background: $primary
svg
> svg
color: $white