designtopack/src/components/ProjectRequestButton.vue

12 lines
168 B
Vue
Raw Normal View History

2025-01-23 15:31:15 +01:00
<template>
<button class="btn">Demander la création d'un projet</button>
</template>
<style scoped>
button {
position: fixed;
bottom: 0;
right: 0;
}
</style>