Mentions légales du service

Skip to content
Snippets Groups Projects

Resolve "Redesign badge addition interface"

Merged VIAUD Nathan requested to merge 331-redesign-badge-addition-interface into main
17 files
+ 402
206
Compare changes
  • Side-by-side
  • Inline
Files
17
+ 15
0
<template>
<div class="overlay" />
</template>
<style scoped lang="scss">
.overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: transparent;
z-index: 999;
}
</style>
\ No newline at end of file
Loading