Commit c8cae83 1 parent 2287321 commit c8cae83 Copy full SHA for c8cae83
File tree 4 files changed +22
-17
lines changed
4 files changed +22
-17
lines changed Original file line number Diff line number Diff line change 1
1
< div class ="card ">
2
2
< div class ="card-header ">
3
3
< h4 > {{ association.name }}</ h4 >
4
+ < p class ="rna ">
5
+ < small > RNA: {{ association.idRna }}</ small >
6
+ </ p >
4
7
</ div >
5
8
< div class ="card-body ">
6
- <!-- <p>
7
- <small>RNA: {{ association.idRna }}</small>
8
- </p> -->
9
9
< p class ="description "> {{ association.description }}</ p >
10
- <!-- < div class="address">
10
+ < div class ="address ">
11
11
< p >
12
- {{ association.addressOrganization.cplt1 }} {{ association.addressOrganization.cp }}
13
- {{ association.addressOrganization.commune }}
12
+ < small
13
+ > {{ association.addressOrganization.cplt1 }} {{ association.addressOrganization.cp }}
14
+ {{ association.addressOrganization.commune }}</ small
15
+ >
14
16
</ p >
15
- </div> -->
16
- <!-- <p><strong>Date de création :</strong> {{ association.creationDate | date: 'dd/MM/yyyy' }}</p> -->
17
+ </ div >
18
+ < p >
19
+ < small > < strong > Date de création :</ strong > {{ association.creationDate | date: 'dd/MM/yyyy' }}</ small >
20
+ </ p >
17
21
</ div >
18
22
< div class ="card-footer ">
19
23
< p class ="type " [style.background-color] ="association.type.color ">
Original file line number Diff line number Diff line change 2
2
height : 40% ;
3
3
display : flex ;
4
4
flex-direction : column ;
5
- justify-content : space-between ;
5
+ justify-content : space-evenly ;
6
6
width : 100% ;
7
7
}
8
8
14
14
box-shadow : var (--button-box-shadow );
15
15
display : flex ;
16
16
flex-direction : column ;
17
- justify-content : space-between ;
17
+ justify-content : space-around ;
18
18
min-width : 300px ;
19
19
height : 100% ;
20
20
flex : 1 ;
24
24
.card-header {
25
25
display : flex ;
26
26
justify-content : space-between ;
27
- align-items : center ;
28
- margin-bottom : 16 px ;
27
+ align-items : flex-start ;
28
+ flex-direction : column ;
29
29
}
30
30
31
31
.card-header h4 {
41
41
-moz-hyphens : auto ;
42
42
hyphens : auto ;
43
43
}
44
+ .rna {
45
+ align-self : flex-start ;
46
+ }
44
47
45
48
.type {
46
49
display : -webkit-box ;
65
68
justify-content : space-between ;
66
69
align-items : center ;
67
70
}
68
- .card-body p {
69
- margin : 8px 0 ;
70
- }
71
71
72
72
.address {
73
73
display : -webkit-box ;
80
80
margin-bottom : 8px ;
81
81
}
82
82
.description {
83
+ margin-bottom : 8px ;
83
84
display : -webkit-box ;
84
85
-webkit-line-clamp : 3 ;
85
86
-webkit-box-orient : vertical ;
Original file line number Diff line number Diff line change 19
19
padding : 16px 0 ;
20
20
21
21
& > * {
22
- min-height : 220 px ;
22
+ min-height : 250 px ;
23
23
flex : 1 ;
24
24
}
25
25
}
Original file line number Diff line number Diff line change 36
36
}
37
37
}
38
38
.asso-list-container > * :not (:last-child ) {
39
- min-height : 200 px ;
39
+ min-height : 260 px ;
40
40
flex : 1 ;
41
41
width : 50% ;
42
42
cursor : pointer ;
You can’t perform that action at this time.
0 commit comments