dossier: add an button to delete a brouillon

This commit is contained in:
Pierre de La Morinerie 2018-07-24 15:43:28 +00:00
parent 768537fedc
commit 0f1811dd4e
5 changed files with 38 additions and 1 deletions

View file

@ -45,6 +45,18 @@
}
}
&.danger {
color: $black;
border-color: $border-grey;
background-color: #FFFFFF;
&:hover {
color: #FFFFFF;
border-color: $medium-red;
background-color: $medium-red;
}
}
&.accepted {
color: #FFFFFF;
border-color: $green;

View file

@ -288,6 +288,9 @@
.button {
margin-bottom: 0;
}
.button.danger {
float:left;
}
}
.inline-champ {