Skip to content

Commit 6d7925d

Browse files
committed
Removed unused settings (that included hard-coded backgrounds).
1 parent 437283b commit 6d7925d

File tree

2 files changed

+0
-82
lines changed

2 files changed

+0
-82
lines changed

web-ui/src/components/admin/users/Users.css

Lines changed: 0 additions & 38 deletions
Original file line numberDiff line numberDiff line change
@@ -4,44 +4,6 @@
44
justify-content: flex-end;
55
}
66

7-
.add-member-modal {
8-
position: absolute;
9-
min-width: 400px;
10-
max-width: 600px;
11-
background-color: #fff;
12-
top: 50%;
13-
left: 50%;
14-
padding: 0.5rem;
15-
transform: translate(-50%, -50%);
16-
border: 2px solid #fff;
17-
}
18-
19-
.add-member-modal h2 {
20-
margin-block-end: 0rem;
21-
margin-left: 0.5rem;
22-
}
23-
24-
.add-member-modal-actions {
25-
margin-top: 1rem;
26-
width: calc(100% - 1rem);
27-
display: flex;
28-
flex-direction: row;
29-
justify-content: flex-end;
30-
}
31-
32-
.add-member-modal .MuiTextField-root.fullWidth {
33-
width: calc(100% - 1rem);
34-
}
35-
36-
.add-member-modal .MuiTextField-root.halfWidth {
37-
width: calc(50% - 0.5rem);
38-
}
39-
40-
.add-member-modal .MuiTextField-root {
41-
margin: 0.5rem;
42-
width: 25ch;
43-
}
44-
457
.user-page {
468
padding: 12px;
479
}

web-ui/src/pages/PeoplePage.css

Lines changed: 0 additions & 44 deletions
Original file line numberDiff line numberDiff line change
@@ -1,47 +1,3 @@
1-
.add-member {
2-
align-items: center;
3-
display: flex;
4-
justify-content: flex-end;
5-
}
6-
7-
.add-member-modal {
8-
position: absolute;
9-
min-width: 400px;
10-
max-width: 600px;
11-
background-color: #fff;
12-
top: 50%;
13-
left: 50%;
14-
padding: 0.5rem;
15-
transform: translate(-50%, -50%);
16-
border: 2px solid #fff;
17-
}
18-
19-
.add-member-modal h2 {
20-
margin-block-end: 0rem;
21-
margin-left: 0.5rem;
22-
}
23-
24-
.add-member-modal-actions {
25-
margin-top: 1rem;
26-
width: calc(100% - 1rem);
27-
display: flex;
28-
flex-direction: row;
29-
justify-content: flex-end;
30-
}
31-
32-
.add-member-modal .MuiTextField-root.fullWidth {
33-
width: calc(100% - 1rem);
34-
}
35-
36-
.add-member-modal .MuiTextField-root.halfWidth {
37-
width: calc(50% - 0.5rem);
38-
}
39-
40-
.add-member-modal .MuiTextField-root {
41-
margin: 0.5rem;
42-
width: 25ch;
43-
}
44-
451
.people-page {
462
padding: 12px;
473
}

0 commit comments

Comments
 (0)