fix: ProjectRequestButton position
This commit is contained in:
parent
85e3e7b2d4
commit
caa5eed2a5
2 changed files with 3 additions and 10 deletions
|
|
@ -18,8 +18,9 @@
|
|||
.top-0 { top: 0 }
|
||||
.bottom-0 { bottom: 0 }
|
||||
.left-0 { left: 0 }
|
||||
|
||||
.right-0 { right: 0 }
|
||||
|
||||
.right-gutter { right: var(--gutter) }
|
||||
.bottom-gutter { bottom: var(--gutter) }
|
||||
|
||||
.-z-1 { z-index: -1 }
|
||||
|
|
|
|||
|
|
@ -1,11 +1,3 @@
|
|||
<template>
|
||||
<button class="btn">Demander la création d'un projet</button>
|
||||
<button class="btn | fixed right-gutter bottom-gutter">Demander la création d'un projet</button>
|
||||
</template>
|
||||
|
||||
<style scoped>
|
||||
button {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue