finish setting webpack

This commit is contained in:
kuwsh1n
2024-02-21 03:17:36 +03:00
parent bbc08b1e63
commit f9ed0cd04f
22 changed files with 349 additions and 27 deletions

View File

@ -0,0 +1,23 @@
.main {
width: 100%;
height: 100%;
padding: 4% 8%;
}
.wrapper {
width: 100%;
height: 100%;
border: 1px solid red;
}
.panel {
width: 100%;
height: 30px;
display: flex;
justify-content: space-between;
align-items: center;
}
.listForms {
}