Add hover color on warning buttons

This commit is contained in:
Alice Gaudon 2021-01-26 11:43:42 +01:00
parent 16394c0d4c
commit e7165edafd
1 changed files with 4 additions and 0 deletions

View File

@ -584,6 +584,10 @@ button, .button {
&.warning {
background-color: $warningColor;
&:hover {
background-color: lighten($warningColor, 10%);
}
}
&.error, &.danger {