Added animations to the PageTitle styles.sass
This commit is contained in:
parent
87b49f9ed9
commit
1587757e69
@ -10,6 +10,8 @@
|
||||
border-radius: 0.8rem
|
||||
gap: 1rem
|
||||
user-select: none
|
||||
justify-content: center
|
||||
transition: filter 0.2s ease-in-out
|
||||
|
||||
svg
|
||||
font-size: 24pt
|
||||
@ -18,4 +20,10 @@
|
||||
h1
|
||||
margin: 0
|
||||
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