Skip to content
Snippets Groups Projects
Commit 93be4530 authored by dtluna's avatar dtluna
Browse files

Set cursor to hand when hovering over buttons

parent ea697a1b
No related branches found
No related tags found
No related merge requests found
......@@ -15,4 +15,8 @@
font-size: 26px;
flex: 1;
}
.icon-upload {
cursor: pointer;
}
</style>
......@@ -45,6 +45,10 @@
flex-direction: column;
padding: 0.5em;
}
.btn {
cursor: pointer;
}
}
</style>
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment