8 lines
201 B
CSS
8 lines
201 B
CSS
button#scroll-top {
|
|
@apply fixed lg:bottom-8 lg:right-12 bottom-4 right-4 bg-white border-2 border-solid border-primary text-primary rounded-full p-4 z-50;
|
|
|
|
img {
|
|
@apply h-6 w-6;
|
|
}
|
|
}
|