Add ownership checks to groups

Fix contrast checking
Add coloured highlights to images
Update top-of-page button icon
This commit is contained in:
Michał Gdula 2023-03-10 17:38:24 +00:00
parent feadaba8a1
commit e192554a0b
8 changed files with 81 additions and 38 deletions

View file

@ -1,6 +1,6 @@
.jumpUp
margin: 0
padding: 0.5rem
padding: 0.55rem
width: 2.5rem
height: 2.5rem

View file

@ -21,7 +21,7 @@
box-sizing: border-box
overflow: hidden
span
.image-filter
margin: 0
padding: 0.5rem
@ -30,7 +30,7 @@
position: absolute
left: 0
bottom: 0
bottom: -1rem
display: flex
flex-direction: column
@ -79,15 +79,13 @@
height: 100%
position: absolute
top: 0
left: 0
right: 0
bottom: 0
inset: 0
object-fit: cover
object-position: center
background-color: $white
transform: scale(1.05)
transition: all 0.3s cubic-bezier(.79, .14, .15, .86)
@ -98,6 +96,7 @@
&:hover
span
bottom: 0
opacity: 1
transform: scale(1)
@ -105,7 +104,7 @@
opacity: 1
img
transform: scale(1.05)
transform: scale(1)
@media (max-width: 800px)
.gallery-grid