dossiers: add an actions menu

This commit is contained in:
Pierre de La Morinerie 2019-03-26 16:55:40 +00:00
parent dd4eae7d62
commit d03e340345
10 changed files with 72 additions and 12 deletions

View file

@ -221,6 +221,21 @@
background: $light-grey;
}
&.danger {
&:hover {
background-color: $medium-red;
&,
a {
color: $white;
}
.icon {
filter: contrast(0) brightness(100);
}
}
}
&:last-child {
border-bottom: none;
}