update projects loading message #114
This commit is contained in:
parent
fd9db75f2a
commit
0ec3d1669f
1 changed files with 6 additions and 2 deletions
|
|
@ -71,8 +71,9 @@ section {
|
|||
--flow-space: var(--space-16);
|
||||
min-height: calc(100vh - 8.5rem);
|
||||
}
|
||||
section:empty::after {
|
||||
content: 'Aucun projet pour le moment.';
|
||||
section:empty::after,
|
||||
section.loading::after {
|
||||
content: 'Aucun projet pour le moment';
|
||||
position: absolute;
|
||||
inset: 0;
|
||||
display: grid;
|
||||
|
|
@ -88,4 +89,7 @@ section:empty::after {
|
|||
background-repeat: no-repeat;
|
||||
background-size: var(--space-40);
|
||||
}
|
||||
section.loading::after {
|
||||
content: 'Chargement des projets…';
|
||||
}
|
||||
</style>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue