feat: wip import resource UI

This commit is contained in:
Ahmed Bouhuolia
2024-03-20 04:55:35 +02:00
parent aba06991d4
commit 1d8cec5069
21 changed files with 291 additions and 118 deletions

View File

@@ -0,0 +1,16 @@
.root {
margin-top: 2.2rem
}
.content {
flex: 1;
padding: 32px 20px;
min-width: 660px;
max-width: 760px;
width: 75%;
margin-left: auto;
margin-right: auto;
}
.form {
}