File tree Expand file tree Collapse file tree 1 file changed +44
-3
lines changed
src/app/groups/groups-view/group-actions/manage-group-members Expand file tree Collapse file tree 1 file changed +44
-3
lines changed Original file line number Diff line number Diff line change 3
3
4
4
.mat-table {
5
5
display : block ;
6
- font-family : Tahoma , Verdana , sans-serif ;
6
+ font-family : Roboto, ' Helvetica Neue ' , sans-serif ;
7
7
width : 100% ;
8
+ margin-top : -2rem ;
9
+ padding : 1.5rem ;
8
10
}
9
11
10
12
.mat-row ,
11
13
.mat-header-row {
12
14
display : flex ;
13
- border-bottom-width : 1px ;
14
- border-bottom-style : solid ;
15
+ border-bottom : 1px solid var (--border-color-light , #eee );
16
+ color : var (--text-color , inherit );
17
+ font-weight : 500 ;
15
18
align-items : center ;
16
19
min-height : 48px ;
17
20
padding : 0 24px ;
22
25
flex : 1 ;
23
26
overflow : hidden ;
24
27
word-wrap : break-word ;
28
+ flex-direction : column ;
25
29
}
26
30
27
31
h3 {
28
32
padding-left : 0 ;
29
33
margin-bottom : 0 ;
34
+ font-weight : 500 ;
35
+ border-bottom : 2px solid var (--border-color-light , #eee );
36
+ }
37
+
38
+ .p-t-10 {
39
+ font-weight : 500 ;
40
+ margin-left : 1rem ;
30
41
}
31
42
32
43
.client-card {
33
44
max-height : 20rem ;
45
+ margin-bottom : 1rem ;
46
+ padding : 1.5rem ;
47
+ box-shadow : 0 2px 4px rgb (0 0 0 / 10% );
48
+ border : 1px solid var (--border-color , #ddd );
49
+ border-radius : 8px ;
50
+ transition :
51
+ background-color 0.3s ease ,
52
+ border-color 0.3s ease ;
53
+ }
54
+
55
+ .flex-50 {
56
+ max-height : 20rem ;
57
+ margin-bottom : 1rem ;
58
+ padding : 1.5rem ;
59
+ box-shadow : 0 2px 4px rgb (0 0 0 / 10% );
60
+ border : 1px solid var (--border-color , #ddd );
61
+ border-radius : 8px ;
62
+ transition :
63
+ background-color 0.3s ease ,
64
+ border-color 0.3s ease ;
65
+ }
66
+
67
+ .flex-50 button {
68
+ left : 0 ;
69
+ }
70
+
71
+ .flex-fill {
72
+ margin-top : 0.5rem ;
73
+ display : inline ;
74
+ font-weight : 500 ;
34
75
}
35
76
}
You can’t perform that action at this time.
0 commit comments