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**/