init(web): add quote create form

This commit is contained in:
2025-01-07 14:44:29 +03:00
parent ffc249a9f8
commit 56f9603daa
3 changed files with 119 additions and 0 deletions
+9
View File
@@ -3,3 +3,12 @@
margin: 0 auto;
max-width: 20%;
}
.quote-form {
position: absolute;
top: 0;
right: 0;
bottom: 0;
left: 0;
background-color: #0008;
}