done user and role page
This commit is contained in:
18
frontend/src/app/credentials/add/styles.module.css
Normal file
18
frontend/src/app/credentials/add/styles.module.css
Normal file
@@ -0,0 +1,18 @@
|
||||
.createCredContainer {
|
||||
display: flex;
|
||||
flex-direction: column;
|
||||
align-items: center;
|
||||
gap: 48px;
|
||||
flex: 1 0 0;
|
||||
align-self: stretch;
|
||||
}
|
||||
|
||||
.inputFieldContainer {
|
||||
display: flex;
|
||||
padding: 24px;
|
||||
flex-direction: column;
|
||||
justify-content: center;
|
||||
align-items: center;
|
||||
gap: 24px;
|
||||
border-radius: 8px;
|
||||
}
|
||||
Reference in New Issue
Block a user