add details

This commit is contained in:
Robin COuret
2026-03-09 10:16:26 +01:00
parent ffa9efcfe3
commit d3c6845bdc
4 changed files with 13 additions and 13 deletions

View File

@@ -27,7 +27,7 @@
</script>
<template>
<div class="container">
<div class="container container-size">
<b-field label="Username">
<!-- @vue-ignore -->
<b-input
@@ -51,10 +51,10 @@
</template>
<style scoped>
.container{
width: 20%;
background-color: #ffffff;
border-radius: 16px;
padding: 34px;
.container-size{
flex: none;
gap:0;
width: 20rem;
height: 20rem ;
}
</style>

View File

@@ -30,7 +30,7 @@
</script>
<template>
<div class="container">
<div class="container container-size">
<b-field label="Username">
<!-- @vue-ignore -->
<b-input
@@ -54,10 +54,10 @@
</template>
<style scoped>
.container{
width: 20%;
background-color: #ffffff;
border-radius: 16px;
padding: 34px;
.container-size{
flex: none;
gap:0;
width: 20rem;
height: 20rem ;
}
</style>