Added animations to the PageTitle styles.sass
This commit is contained in:
parent
87b49f9ed9
commit
1587757e69
@ -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
|
||||||
@ -19,3 +21,9 @@
|
|||||||
margin: 0
|
margin: 0
|
||||||
color: $white
|
color: $white
|
||||||
font-size: 28pt
|
font-size: 28pt
|
||||||
|
|
||||||
|
.title-clickable
|
||||||
|
cursor: pointer
|
||||||
|
|
||||||
|
&:hover
|
||||||
|
filter: brightness(1.2)
|
Loading…
x
Reference in New Issue
Block a user