Skip to content
Snippets Groups Projects
Commit 36af0a1f authored by sebastien dupuy's avatar sebastien dupuy
Browse files

correctif boutons evaluations lorsque l utilisateur passe dessus

parent 7a0fd191
No related branches found
No related tags found
No related merge requests found
Pipeline #39145 passed
...@@ -112,6 +112,12 @@ export default { ...@@ -112,6 +112,12 @@ export default {
</script> </script>
<style scoped> <style scoped>
.btn-outline-primary { .btn-outline-primary {
background-color: white; color: #28285B;
border-color: #28285B;
}
.btn-outline-primary:hover {
color: #fff;
background-color: #28285B;
border-color: #28285B;
} }
</style> </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