dossiers: add an actions menu
This commit is contained in:
parent
dd4eae7d62
commit
d03e340345
10 changed files with 72 additions and 12 deletions
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue