PHRAS-2851

This commit is contained in:
Harrys Ravalomanana
2020-04-27 15:16:51 +04:00
parent 75607bcd7f
commit 402113d55b
2 changed files with 11 additions and 1 deletions

View File

@@ -657,5 +657,15 @@ hr {
border-radius: 0;
}
}
.btn-info {
background: #8bc34a;
&:hover, &:focus {
background: darken(#8bc34a, 10%);
}
}
a.btn-info {
color: #ffffff;
}
/** End Lightbox summary modal**/

View File

@@ -5,7 +5,7 @@
<tr>
<td class="title title15">{{ 'VALIDATION' | trans }}</td>
<td class="report_wrapper">
<a class="report" href="#">
<a class="report btn btn-info" href="#">
{{ 'lightbox::recaptitulatif' | trans }}
</a>
</td>