introducing page scroller
This commit is contained in:
parent
ddbac5f1ec
commit
2fcbc6d883
25
resources/css/components/page-scroller.css
Normal file
25
resources/css/components/page-scroller.css
Normal file
|
|
@ -0,0 +1,25 @@
|
|||
#page-scroller {
|
||||
@apply flex items-center gap-3
|
||||
fixed z-50
|
||||
right-16
|
||||
bottom-16;
|
||||
animation: fade-in 0.5s ease-out, slide-in-bottom 0.5s ease-out;
|
||||
|
||||
#scroller-top {
|
||||
@apply bg-primary
|
||||
w-16
|
||||
h-16
|
||||
flex items-center justify-center
|
||||
|
||||
cursor-pointer
|
||||
rounded-full;
|
||||
.arrow-icon {
|
||||
@apply h-full;
|
||||
max-height: 32%;
|
||||
}
|
||||
}
|
||||
|
||||
#scroller-filter {
|
||||
@apply h-12 bg-primary text-white font-semibold tracking-wide rounded-full px-6 text-sm;
|
||||
}
|
||||
}
|
||||
Loading…
Reference in New Issue
Block a user