File tree 5 files changed +2
-26
lines changed
authenticated/sessions/session
5 files changed +2
-26
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ export default class Places extends Component {
54
54
{{/if }}
55
55
56
56
{{#unless @ places }}
57
- <div class =" table-admin-empty " >Aucun lot de places saisi</div >
57
+ <div class =" table__empty " >Aucun lot de places saisi</div >
58
58
{{/unless }}
59
59
60
60
<DeleteModal
Original file line number Diff line number Diff line change @@ -108,7 +108,7 @@ export default class CertificationsHeader extends Component {
108
108
109
109
<PixPagination @ pagination ={{@ pagination }} />
110
110
{{else }}
111
- <p class =" certification-list-page__empty " >{{t " common.tables.empty-result" }} </p >
111
+ <p class =" tables__empty " >{{t " common.tables.empty-result" }} </p >
112
112
{{/if }}
113
113
</template >
114
114
}
Original file line number Diff line number Diff line change 15
15
gap : var (--pix-spacing-2x );
16
16
align-items : center ;
17
17
}
18
-
19
- & __empty {
20
- display : flex ;
21
- align-items : center ;
22
- justify-content : center ;
23
- height : 180px ;
24
- }
25
18
}
Original file line number Diff line number Diff line change 40
40
}
41
41
}
42
42
43
- .table-admin__auto-width {
44
- table-layout : auto ;
45
- }
46
-
47
43
.table-admin-input {
48
44
width : 100% ;
49
45
padding : 3px 6px ;
50
46
}
51
-
52
- .table-admin-empty {
53
- margin : 48px auto 36px ;
54
- text-align : center ;
55
- }
Original file line number Diff line number Diff line change @@ -63,19 +63,11 @@ td.td--bold {
63
63
text-align : center ;
64
64
}
65
65
66
- & --id {
67
- width : 140px ;
68
- }
69
-
70
66
& --break-word {
71
67
word-break : break-all ;
72
68
}
73
69
}
74
70
75
- .table__cell--name {
76
- word-break : break-all ;
77
- }
78
-
79
71
.table__cell--percentage {
80
72
display : flex ;
81
73
align-items : center ;
You can’t perform that action at this time.
0 commit comments