feat: adding signup page
This commit is contained in:
parent
ba99b3c2b0
commit
6b3cb2610d
@ -113,7 +113,10 @@
|
||||
</script>
|
||||
|
||||
<style scoped>
|
||||
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600&display=swap');
|
||||
|
||||
.add-project-form {
|
||||
font-family: 'Inter', sans-serif;
|
||||
max-width: 600px;
|
||||
margin: 0 auto;
|
||||
padding: 20px;
|
||||
@ -122,6 +125,7 @@
|
||||
box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
|
||||
}
|
||||
|
||||
/* Le reste reste inchangé */
|
||||
h2 {
|
||||
margin-bottom: 20px;
|
||||
font-size: 24px;
|
||||
@ -141,7 +145,7 @@
|
||||
}
|
||||
|
||||
label {
|
||||
font-weight: bold;
|
||||
font-weight: 500;
|
||||
margin-bottom: 5px;
|
||||
}
|
||||
|
||||
@ -166,6 +170,7 @@
|
||||
cursor: pointer;
|
||||
font-size: 1em;
|
||||
width: 100%;
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
button:hover {
|
||||
@ -182,5 +187,4 @@
|
||||
border-color: #4CAF50;
|
||||
outline: none;
|
||||
}
|
||||
</style>
|
||||
|
||||
</style>
|
Loading…
x
Reference in New Issue
Block a user