(fix) new ballot button hover color

This commit is contained in:
Gabriel Rodriguez Alsina 2019-01-02 10:53:15 -03:00
parent 8543c17f6f
commit 0cb1d22b20
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ $sw-ButtonNewBallot-height: 36px;
color: #fff;
&:hover {
background-color: lighten($poa-green-color, 5%);
background-color: lighten($xdai-menu-icon-color, 5%);
}
}

File diff suppressed because one or more lines are too long