add styling for the RequestItem

This commit is contained in:
Andreas Zweili 2021-07-27 17:09:35 +02:00
parent 1f4e731954
commit 4ea754f5dc
1 changed files with 23 additions and 0 deletions

View File

@ -17,3 +17,26 @@ export default {
}
};
</script>
<style scoped>
li {
margin: 1rem 0;
border: 1px solid #ccc;
padding: 1rem;
}
a {
color: #3d008d;
text-decoration: none;
font-weight: bold;
}
a:hover,
a:active {
color: #8d007a;
}
p {
margin: 0.5rem 0 0 0;
}
</style>