File tree Expand file tree Collapse file tree 2 files changed +0
-82
lines changed
Expand file tree Collapse file tree 2 files changed +0
-82
lines changed Original file line number Diff line number Diff line change 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}
Original file line number Diff line number Diff line change 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}
You can’t perform that action at this time.
0 commit comments