style(notification): fix pastille position in dossiers list
This commit is contained in:
parent
f95bd5d1f2
commit
94c176d791
3 changed files with 4 additions and 5 deletions
|
@ -8,8 +8,7 @@ span.notifications {
|
||||||
background-color: $orange;
|
background-color: $orange;
|
||||||
}
|
}
|
||||||
|
|
||||||
.fr-tabs__list span.notifications,
|
.fr-tabs__list span.notifications {
|
||||||
span.notifications.absolute-right {
|
|
||||||
z-index: 2;
|
z-index: 2;
|
||||||
top: 5px;
|
top: 5px;
|
||||||
right: 8px;
|
right: 8px;
|
||||||
|
|
|
@ -142,7 +142,7 @@
|
||||||
%a.cell-link.relative{ href: path }
|
%a.cell-link.relative{ href: path }
|
||||||
= p.dossier_id
|
= p.dossier_id
|
||||||
- if @not_archived_notifications_dossier_ids.include?(p.dossier_id)
|
- if @not_archived_notifications_dossier_ids.include?(p.dossier_id)
|
||||||
%span.notifications.absolute-right{ 'aria-label': 'notifications' }
|
%span.notifications{ 'aria-label': 'notifications' }
|
||||||
|
|
||||||
|
|
||||||
- p.columns.each do |column|
|
- p.columns.each do |column|
|
||||||
|
|
|
@ -39,7 +39,7 @@
|
||||||
.cell-link.relative
|
.cell-link.relative
|
||||||
= p.dossier_id
|
= p.dossier_id
|
||||||
- if @notifications_dossier_ids.include?(p.dossier_id)
|
- if @notifications_dossier_ids.include?(p.dossier_id)
|
||||||
%span.notifications.absolute-right{ 'aria-label': 'notifications' }
|
%span.notifications{ 'aria-label': 'notifications' }
|
||||||
%td
|
%td
|
||||||
.cell-link= procedure_libelle
|
.cell-link= procedure_libelle
|
||||||
%td
|
%td
|
||||||
|
@ -55,7 +55,7 @@
|
||||||
%a.cell-link.relative{ href: path }
|
%a.cell-link.relative{ href: path }
|
||||||
= p.dossier_id
|
= p.dossier_id
|
||||||
- if @notifications_dossier_ids.include?(p.dossier_id)
|
- if @notifications_dossier_ids.include?(p.dossier_id)
|
||||||
%span.notifications.absolute-right{ 'aria-label': 'notifications' }
|
%span.notifications{ 'aria-label': 'notifications' }
|
||||||
|
|
||||||
%td
|
%td
|
||||||
%a.cell-link{ href: path }= procedure_libelle
|
%a.cell-link{ href: path }= procedure_libelle
|
||||||
|
|
Loading…
Reference in a new issue