Rename .dossiers-table-empty to .blank-tab
This commit is contained in:
parent
db6706bd65
commit
458e3e37f8
3 changed files with 5 additions and 5 deletions
|
@ -77,7 +77,3 @@
|
||||||
padding-right: $default-spacer;
|
padding-right: $default-spacer;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.dossiers-table-empty {
|
|
||||||
text-align: center;
|
|
||||||
}
|
|
||||||
|
|
|
@ -45,3 +45,7 @@
|
||||||
margin: auto;
|
margin: auto;
|
||||||
max-width: $page-width / 2;
|
max-width: $page-width / 2;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.blank-tab {
|
||||||
|
text-align: center;
|
||||||
|
}
|
||||||
|
|
|
@ -63,7 +63,7 @@
|
||||||
%span.icon.smile
|
%span.icon.smile
|
||||||
|
|
||||||
- else
|
- else
|
||||||
.dossiers-table-empty
|
.blank-tab
|
||||||
%h2.empty-text Aucun dossier.
|
%h2.empty-text Aucun dossier.
|
||||||
%p.empty-text-details Vous n’avez pas encore commencé de démarche.
|
%p.empty-text-details Vous n’avez pas encore commencé de démarche.
|
||||||
= link_to "Commencer une nouvelle démarche", demarches_url, class: "button primary"
|
= link_to "Commencer une nouvelle démarche", demarches_url, class: "button primary"
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue