finish setting webpack
This commit is contained in:
23
src/assets/styles/forms.module.scss
Normal file
23
src/assets/styles/forms.module.scss
Normal 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 {
|
||||
|
||||
}
|
Reference in New Issue
Block a user