first commit
This commit is contained in:
33
src/app/(Admin)/dashboard/(Users)/users/users.module.css
Normal file
33
src/app/(Admin)/dashboard/(Users)/users/users.module.css
Normal file
@@ -0,0 +1,33 @@
|
||||
.container {
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
min-height: 100%;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
flex-direction: column;
|
||||
}
|
||||
|
||||
.header {
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
padding: 10px;
|
||||
border-bottom: 1px solid #dddddd;
|
||||
}
|
||||
|
||||
.body {
|
||||
width: 100%;
|
||||
height: fit-content;
|
||||
}
|
||||
|
||||
.back {
|
||||
width: fit-content;
|
||||
height: fit-content;
|
||||
display: flex;
|
||||
align-items: center;
|
||||
justify-content: center;
|
||||
gap: 10px;
|
||||
cursor: pointer;
|
||||
color: #444444;
|
||||
font-weight: 500;
|
||||
font-size: 13px;
|
||||
}
|
||||
Reference in New Issue
Block a user