Added animations to the PageTitle styles.sass

This commit is contained in:
Mathias Wagner 2023-06-09 02:21:34 +02:00
parent 87b49f9ed9
commit 1587757e69

View File

@ -10,6 +10,8 @@
border-radius: 0.8rem border-radius: 0.8rem
gap: 1rem gap: 1rem
user-select: none user-select: none
justify-content: center
transition: filter 0.2s ease-in-out
svg svg
font-size: 24pt font-size: 24pt
@ -18,4 +20,10 @@
h1 h1
margin: 0 margin: 0
color: $white color: $white
font-size: 28pt font-size: 28pt
.title-clickable
cursor: pointer
&:hover
filter: brightness(1.2)