Skip to content

Commit 4144540

Browse files
committed
💄 admin: clean css
1 parent 1b9c129 commit 4144540

File tree

5 files changed

+2
-26
lines changed

5 files changed

+2
-26
lines changed

admin/app/components/organizations/places.gjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export default class Places extends Component {
5454
{{/if}}
5555

5656
{{#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>
5858
{{/unless}}
5959

6060
<DeleteModal

admin/app/components/sessions/certifications/list.gjs

+1-1
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ export default class CertificationsHeader extends Component {
108108

109109
<PixPagination @pagination={{@pagination}} />
110110
{{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>
112112
{{/if}}
113113
</template>
114114
}

admin/app/styles/authenticated/sessions/session/certifications.scss

-7
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,4 @@
1515
gap: var(--pix-spacing-2x);
1616
align-items: center;
1717
}
18-
19-
&__empty {
20-
display: flex;
21-
align-items: center;
22-
justify-content: center;
23-
height: 180px;
24-
}
2518
}

admin/app/styles/globals/table-admin.scss

-9
Original file line numberDiff line numberDiff line change
@@ -40,16 +40,7 @@
4040
}
4141
}
4242

43-
.table-admin__auto-width {
44-
table-layout: auto;
45-
}
46-
4743
.table-admin-input {
4844
width: 100%;
4945
padding: 3px 6px;
5046
}
51-
52-
.table-admin-empty {
53-
margin: 48px auto 36px;
54-
text-align: center;
55-
}

admin/app/styles/globals/tables.scss

-8
Original file line numberDiff line numberDiff line change
@@ -63,19 +63,11 @@ td.td--bold {
6363
text-align: center;
6464
}
6565

66-
&--id {
67-
width: 140px;
68-
}
69-
7066
&--break-word {
7167
word-break: break-all;
7268
}
7369
}
7470

75-
.table__cell--name {
76-
word-break: break-all;
77-
}
78-
7971
.table__cell--percentage {
8072
display: flex;
8173
align-items: center;

0 commit comments

Comments
 (0)