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;
|
||||
}
|
||||
}
|
||||
|
||||
.dossiers-table-empty {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -45,3 +45,7 @@
|
|||
margin: auto;
|
||||
max-width: $page-width / 2;
|
||||
}
|
||||
|
||||
.blank-tab {
|
||||
text-align: center;
|
||||
}
|
||||
|
|
|
@ -63,7 +63,7 @@
|
|||
%span.icon.smile
|
||||
|
||||
- else
|
||||
.dossiers-table-empty
|
||||
.blank-tab
|
||||
%h2.empty-text Aucun dossier.
|
||||
%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"
|
||||
|
|
Loading…
Reference in a new issue